summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-11-11 23:48:22 +0100
committerTannin <devnull@localhost>2014-11-11 23:48:22 +0100
commit3b7a468f73a11ee92be5200de4575ef749db51c3 (patch)
tree109c86bf36cdb4ad23755e800d6297c040cb6649 /src
parent0b14949d0ebd151e3ea574a9dbd289ae822aface (diff)
- updated staging script to use qt5 and to fetch translations from transifex
- removed call to function unavailable in Windows XP
Diffstat (limited to 'src')
-rw-r--r--src/ModOrganizer.pro8
-rw-r--r--src/mainwindow.cpp20
-rw-r--r--src/organizer_es.ts2868
-rw-r--r--src/organizer_fr.ts3889
-rw-r--r--src/organizer_ru.ts2875
-rw-r--r--src/organizer_zh_CN.ts3162
-rw-r--r--src/organizer_zh_TW.ts3420
7 files changed, 9613 insertions, 6629 deletions
diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro
index 43a0fbf0..98f6f730 100644
--- a/src/ModOrganizer.pro
+++ b/src/ModOrganizer.pro
@@ -12,12 +12,12 @@ SUBDIRS = bsatk \
nxmhandler \
BossDummy \
pythonRunner \
- esptk# \
-# loot_cli
+ esptk
-plugins.depends = pythonRunner
+pythonRunner.depends = uibase
+plugins.depends = pythonRunner uibase
hookdll.depends = shared
-organizer.depends = shared uibase plugins# loot_cli
+organizer.depends = shared uibase plugins
CONFIG(debug, debug|release) {
DESTDIR = $$PWD/../outputd
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 964449aa..bfe05a7a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -223,8 +223,8 @@ MainWindow::MainWindow(const QString &exeName, QSettings &initSettings, QWidget
ui->modList->header()->restoreState(initSettings.value("mod_list_state").toByteArray());
// hack: force the resize-signal to be triggered because restoreState doesn't seem to do that
- ui->modList->header()->resizeSection(ModList::COL_CONTENT, sectionSize + 1);
- ui->modList->header()->resizeSection(ModList::COL_CONTENT, sectionSize - 1);
+ ui->modList->header()->resizeSection(ModList::COL_CONTENT, ui->modList->header()->sectionSize(ModList::COL_CONTENT) + 1);
+ ui->modList->header()->resizeSection(ModList::COL_CONTENT, ui->modList->header()->sectionSize(ModList::COL_CONTENT) - 1);
} else {
// hide these columns by default
ui->modList->header()->setSectionHidden(ModList::COL_CONTENT, true);
@@ -1416,10 +1416,18 @@ std::wstring getProcessName(DWORD processId)
{
HANDLE process = ::OpenProcess(PROCESS_QUERY_INFORMATION, false, processId);
- DWORD value = MAX_PATH;
wchar_t buffer[MAX_PATH];
- ::QueryFullProcessImageNameW(process, 0, buffer, &value);
- return buffer;
+ if (::GetProcessImageFileNameW(process, buffer, MAX_PATH) != 0) {
+ wchar_t *fileName = wcsrchr(buffer, L'\\');
+ if (fileName == nullptr) {
+ fileName = buffer;
+ } else {
+ fileName += 1;
+ }
+ return fileName;
+ } else {
+ return std::wstring(L"unknown");
+ }
}
void MainWindow::spawnBinary(const QFileInfo &binary, const QString &arguments, const QDir &currentDirectory, bool closeAfterStart, const QString &steamAppID)
@@ -1451,12 +1459,12 @@ void MainWindow::spawnBinary(const QFileInfo &binary, const QString &arguments,
if (isJobHandle) {
if (::QueryInformationJobObject(processHandle, JobObjectBasicProcessIdList, &info, sizeof(info), &retLen) > 0) {
if (info.NumberOfProcessIdsInList == 0) {
+ break;
} else {
if (info.ProcessIdList[0] != currentProcess) {
currentProcess = info.ProcessIdList[0];
dialog->setProcessName(ToQString(getProcessName(currentProcess)));
}
- break;
}
} else {
// the info-object I passed only provides space for 1 process id. but since this code only cares about whether there
diff --git a/src/organizer_es.ts b/src/organizer_es.ts
index 861d4a8e..1803ca7f 100644
--- a/src/organizer_es.ts
+++ b/src/organizer_es.ts
@@ -1,5 +1,4 @@
-<!DOCTYPE TS>
-<TS version="2.0" language="es">
+<?xml version="1.0" ?><!DOCTYPE TS><TS language="es" version="2.0">
<context>
<name>AboutDialog</name>
<message>
@@ -39,7 +38,7 @@
<translation>Cerrar</translation>
</message>
<message>
- <location filename="aboutdialog.cpp" line="81"/>
+ <location filename="aboutdialog.cpp" line="80"/>
<source>No license</source>
<translation>Sin licencia</translation>
</message>
@@ -58,18 +57,22 @@
</message>
<message>
<location filename="activatemodsdialog.ui" line="23"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a list of esps and esms that were active when the save game was created.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>Esta es la lista de esps y esms que estaban activos cuando se guardo esta partida.
-Para cada esp. La lista de la derecha contiene el mod (o mods) que pueden ser activados.
-
-Si pulsas Aceptar, todos los mods seleccionados en la columna de la derecha seran habilitados y activados.</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a list of esps and esms that were active when the save game was created.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Esta es la lista de esps y esms que estaban activos cuando se guardo esta partida.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Para cada esp. La lista de la derecha contiene el mod (o mods) que pueden ser activados.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Si pulsas Aceptar, todos los mods seleccionados en la columna de la derecha seran habilitados y activados.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="activatemodsdialog.ui" line="37"/>
@@ -112,8 +115,9 @@ Si pulsas Aceptar, todos los mods seleccionados en la columna de la derecha sera
<message>
<location filename="baincomplexinstallerdialog.ui" line="47"/>
<source>Components of this package.
-If there is a component called "00 Core" it is usually required. Options are ordered by priority as set up by the author.</source>
- <translation>Componentes de este paquete. /n Si existe un componente que es requerido llamado "00 Core" . Las opciones de orden y prioridad han sido definidas por el autor.</translation>
+If there is a component called &quot;00 Core&quot; it is usually required. Options are ordered by priority as set up by the author.</source>
+ <translation>Componentes de este paquete.
+Si existe un componente que es requerido llamado &quot;00 Core&quot; . Las opciones de orden y prioridad han sido definidas por el autor.</translation>
</message>
<message>
<location filename="baincomplexinstallerdialog.ui" line="57"/>
@@ -149,6 +153,29 @@ If there is a component called "00 Core" it is usually required. Options are ord
</message>
</context>
<context>
+ <name>BrowserDialog</name>
+ <message>
+ <location filename="browserdialog.ui" line="14"/>
+ <source>Some Page</source>
+ <translation>Alguna Página</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.ui" line="281"/>
+ <source>Search</source>
+ <translation>Búsqueda</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.cpp" line="95"/>
+ <source>new</source>
+ <translation>nuevo</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.cpp" line="209"/>
+ <source>failed to start download</source>
+ <translation>Error al iniciar descarga</translation>
+ </message>
+</context>
+<context>
<name>CategoriesDialog</name>
<message>
<location filename="categoriesdialog.ui" line="14"/>
@@ -193,19 +220,19 @@ If there is a component called "00 Core" it is usually required. Options are ord
</message>
<message>
<location filename="categoriesdialog.ui" line="94"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;You can match one or multiple nexus categories to a internal ID. Whenever you download a mod from a Nexus Page, Mod Organizer will try to resolve the category defined on the Nexus to one available in MO.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>Puede coincidir con una o varias categorías de una ID interna de Nexus. Cada vez que se descarga un mod de la página de Nexus, Mod Organizador tratará de resolver la categoría definida en Nexus a una disponible en MO</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You can match one or multiple nexus categories to a internal ID. Whenever you download a mod from a Nexus Page, Mod Organizer will try to resolve the category defined on the Nexus to one available in MO.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; p, li { espacio blanco: pre envoltura; } &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Se puede sincronizar una o varias categorías de nexo a un ID interno. Cada vez que se descarga un mod de la Página Nexus, Mod Organizer tratará de resolver la categoría definida en el Nexus a uno disponible en MO.&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Para saber la categoria de una ID usada por nexo, visitar la lista de categorías de la página nexo y discernir sobre los enlaces de allí.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="categoriesdialog.ui" line="105"/>
<source>Parent ID</source>
- <translation>Parent ID</translation>
+ <translation>ID Paternal</translation>
</message>
<message>
<location filename="categoriesdialog.ui" line="108"/>
@@ -232,7 +259,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="credentialsdialog.ui" line="20"/>
- <source>This feature may not work unless you're logged in with Nexus</source>
+ <source>This feature may not work unless you&apos;re logged in with Nexus</source>
<translation>Esta función puede no funcionar a menos que estes conectado con Nexus</translation>
</message>
<message>
@@ -259,7 +286,7 @@ p, li { white-space: pre-wrap; }
<context>
<name>DirectoryRefresher</name>
<message>
- <location filename="directoryrefresher.cpp" line="99"/>
+ <location filename="directoryrefresher.cpp" line="146"/>
<source>failed to read bsa: %1</source>
<translation> fallo al leer bsa: %1</translation>
</message>
@@ -283,8 +310,8 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="downloadlist.cpp" line="82"/>
- <source>Information missing, please select "Query Info" from the context menu to re-retrieve.</source>
- <translation>Falta información, por favor selecciona "Consulta de Información" en el menú contextual para volver a recuperar.</translation>
+ <source>Information missing, please select &quot;Query Info&quot; from the context menu to re-retrieve.</source>
+ <translation>Falta información, por favor selecciona &quot;Consulta de Información&quot; en el menú contextual para volver a recuperar.</translation>
</message>
<message>
<location filename="downloadlist.cpp" line="89"/>
@@ -302,26 +329,26 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="downloadlistwidget.ui" line="99"/>
- <location filename="downloadlistwidget.cpp" line="145"/>
- <location filename="downloadlistwidget.cpp" line="147"/>
+ <location filename="downloadlistwidget.cpp" line="150"/>
+ <location filename="downloadlistwidget.cpp" line="152"/>
<source>Done - Double Click to install</source>
<translation>Listo. Doble click para instalar</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="111"/>
- <location filename="downloadlistwidget.cpp" line="113"/>
+ <location filename="downloadlistwidget.cpp" line="116"/>
+ <location filename="downloadlistwidget.cpp" line="118"/>
<source>Paused - Double Click to resume</source>
<translation>Pausado - Doble Click para reanudar</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="131"/>
- <location filename="downloadlistwidget.cpp" line="133"/>
+ <location filename="downloadlistwidget.cpp" line="136"/>
+ <location filename="downloadlistwidget.cpp" line="138"/>
<source>Installed - Double Click to re-install</source>
<translation>Instalado - Hacer doble clic para reinstalar</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="138"/>
- <location filename="downloadlistwidget.cpp" line="140"/>
+ <location filename="downloadlistwidget.cpp" line="143"/>
+ <location filename="downloadlistwidget.cpp" line="145"/>
<source>Uninstalled - Double Click to re-install</source>
<translation>Desinstalado - Hacer doble clic para reinstalar</translation>
</message>
@@ -343,135 +370,135 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadListWidgetCompactDelegate</name>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="88"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="92"/>
<source>&lt; mod %1 file %2 &gt;</source>
<translation>&lt; mod %1 file %2 &gt;</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="93"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="97"/>
<source>Pending</source>
<translation>Pendiente</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="116"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="120"/>
<source>Paused</source>
<translation>Pausado</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="119"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="123"/>
<source>Fetching Info 1</source>
<translation>Recibiendo información 1</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="121"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="125"/>
<source>Fetching Info 2</source>
<translation>Recibiendo información 2</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="126"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="130"/>
<source>Installed</source>
<translation>Instalado</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="129"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="133"/>
<source>Uninstalled</source>
<translation>Desinstalado</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="132"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="136"/>
<source>Done</source>
<translation>Realizado</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="241"/>
- <location filename="downloadlistwidgetcompact.cpp" line="250"/>
- <location filename="downloadlistwidgetcompact.cpp" line="259"/>
- <location filename="downloadlistwidgetcompact.cpp" line="268"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="245"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="254"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="263"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="272"/>
<source>Are you sure?</source>
<translation>¿Estás seguro?</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="242"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="246"/>
<source>This will remove all finished downloads from this list and from disk.</source>
<translation>Esto limpiara todas las descargas finalizadas del disco y la lista.</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="251"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="255"/>
<source>This will remove all installed downloads from this list and from disk.</source>
<translation>Esto limpiara todas las descargas instaladas del disco y de la lista.</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="260"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="264"/>
<source>This will permanently remove all finished downloads from this list (but NOT from disk).</source>
<translation>Esta acción eliminará todas las descargas terminadas de esta lista (pero NO del disco).</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="269"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="273"/>
<source>This will permanently remove all installed downloads from this list (but NOT from disk).</source>
<translation>Esta acción eliminará permanentemente todas las descargas instaladas de esta lista (pero NO del disco) </translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="298"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="302"/>
<source>Install</source>
<translation>Instalar</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="300"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="304"/>
<source>Query Info</source>
<translation>Información de Consulta</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="302"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="306"/>
<source>Delete</source>
<translation>Eliminar</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="304"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="308"/>
<source>Un-Hide</source>
- <translation>Un-Hide</translation>
+ <translation>Hacer Visible</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="306"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="310"/>
<source>Remove from View</source>
<translation>Quitar de la Vista</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="309"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="313"/>
<source>Cancel</source>
<translation>Cancelar</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="310"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="314"/>
<source>Pause</source>
<translation>Pausa</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="312"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="316"/>
<source>Remove</source>
<translation>Eliminar</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="313"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="317"/>
<source>Resume</source>
<translation>Reanudar</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="318"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="322"/>
<source>Delete Installed...</source>
<translation>Eliminar Instalado...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="319"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="323"/>
<source>Delete All...</source>
<translation>Eliminar todo...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="322"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="326"/>
<source>Remove Installed...</source>
<translation>Quitar Instalado...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="323"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="327"/>
<source>Remove All...</source>
<translation>Quitar Todo...</translation>
</message>
@@ -479,238 +506,289 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadListWidgetDelegate</name>
<message>
- <location filename="downloadlistwidget.cpp" line="88"/>
+ <location filename="downloadlistwidget.cpp" line="93"/>
<source>&lt; mod %1 file %2 &gt;</source>
<translation>&lt; mod %1 file %2 &gt;</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="91"/>
+ <location filename="downloadlistwidget.cpp" line="96"/>
<source>Pending</source>
<translation>Pendiente</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="118"/>
+ <location filename="downloadlistwidget.cpp" line="123"/>
<source>Fetching Info 1</source>
<translation>Recibiendo información 1</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="121"/>
+ <location filename="downloadlistwidget.cpp" line="126"/>
<source>Fetching Info 2</source>
<translation>Recibiendo información 2</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="253"/>
- <location filename="downloadlistwidget.cpp" line="262"/>
- <location filename="downloadlistwidget.cpp" line="271"/>
- <location filename="downloadlistwidget.cpp" line="280"/>
+ <location filename="downloadlistwidget.cpp" line="258"/>
+ <location filename="downloadlistwidget.cpp" line="267"/>
+ <location filename="downloadlistwidget.cpp" line="276"/>
+ <location filename="downloadlistwidget.cpp" line="285"/>
<source>Are you sure?</source>
<translation>¿Estás seguro?</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="254"/>
+ <location filename="downloadlistwidget.cpp" line="259"/>
<source>This will remove all finished downloads from this list and from disk.</source>
<translation>Esto limpiara todas las descargas finalizadas del disco y la lista.</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="263"/>
+ <location filename="downloadlistwidget.cpp" line="268"/>
<source>This will remove all installed downloads from this list and from disk.</source>
<translation>Esto eliminará todas las descargas finalizadas de la lista y del disco.</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="272"/>
+ <location filename="downloadlistwidget.cpp" line="277"/>
<source>This will remove all finished downloads from this list (but NOT from disk).</source>
<translation>Esto eliminará todas las descargas finalizadas de la lista (pero NO del disco).</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="281"/>
+ <location filename="downloadlistwidget.cpp" line="286"/>
<source>This will remove all installed downloads from this list (but NOT from disk).</source>
<translation>Esto eliminará todas las descargas instaladas de esta lista (pero NO del disco).</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="309"/>
+ <location filename="downloadlistwidget.cpp" line="314"/>
<source>Install</source>
<translation>Instalar</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="311"/>
+ <location filename="downloadlistwidget.cpp" line="316"/>
<source>Query Info</source>
<translation>Información de Consulta</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="313"/>
+ <location filename="downloadlistwidget.cpp" line="318"/>
<source>Delete</source>
<translation>Eliminar</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="315"/>
+ <location filename="downloadlistwidget.cpp" line="320"/>
<source>Un-Hide</source>
- <translation>Un-Hide</translation>
+ <translation>Hacer Visible</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="317"/>
+ <location filename="downloadlistwidget.cpp" line="322"/>
<source>Remove from View</source>
<translation>Quitar de la Vista</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="320"/>
+ <location filename="downloadlistwidget.cpp" line="325"/>
<source>Cancel</source>
<translation>Cancelar</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="321"/>
+ <location filename="downloadlistwidget.cpp" line="326"/>
<source>Pause</source>
<translation>Pausa</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="323"/>
+ <location filename="downloadlistwidget.cpp" line="328"/>
<source>Remove</source>
<translation>Quitar</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="324"/>
+ <location filename="downloadlistwidget.cpp" line="329"/>
<source>Resume</source>
<translation>Reanudar</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="329"/>
+ <location filename="downloadlistwidget.cpp" line="334"/>
<source>Delete Installed...</source>
<translation>Eliminar Instalado...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="330"/>
+ <location filename="downloadlistwidget.cpp" line="335"/>
<source>Delete All...</source>
<translation>Eliminar Todo...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="333"/>
+ <location filename="downloadlistwidget.cpp" line="338"/>
<source>Remove Installed...</source>
<translation>Eliminando Instalación...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="334"/>
+ <location filename="downloadlistwidget.cpp" line="339"/>
<source>Remove All...</source>
- <translation>Quitar todos...</translation>
+ <translation>Eliminando todos...</translation>
</message>
</context>
<context>
<name>DownloadManager</name>
<message>
- <location filename="downloadmanager.cpp" line="132"/>
- <source>failed to rename "%1" to "%2"</source>
- <translation>Fallo al renombrar "%1" a "%2"</translation>
+ <location filename="downloadmanager.cpp" line="142"/>
+ <source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
+ <translation>Fallo al renombrar &quot;%1&quot; a &quot;%2&quot;</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="342"/>
+ <location filename="downloadmanager.cpp" line="321"/>
+ <source>Memory allocation error (in refreshing directory).</source>
+ <translation>Error de asignación de memoria (en directorio refrescante).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="369"/>
<source>Download again?</source>
<translation>¿Descargar de nuevo?</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="342"/>
+ <location filename="downloadmanager.cpp" line="369"/>
<source>A file with the same name has already been downloaded. Do you want to download it again? The new file will receive a different name.</source>
<translation>Un archivo con el mismo nombre ya se ha descargado. ¿Quieres volver a descargarlo? El nuevo archivo recibirá un nombre diferente.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="388"/>
+ <location filename="downloadmanager.cpp" line="417"/>
<source>failed to download %1: could not open output file: %2</source>
<translation>error en la descarga %1: no se puede abrir el fichero de destino: %2</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="421"/>
+ <location filename="downloadmanager.cpp" line="454"/>
<source>Wrong Game</source>
<translation>Juego Incorrecto</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="421"/>
- <source>The download link is for a mod for "%1" but this instance of MO has been set up for "%2".</source>
- <translation>El enlace de descarga es un mod para "%1" pero en este caso MO se ha creado para "%2".</translation>
+ <location filename="downloadmanager.cpp" line="454"/>
+ <source>The download link is for a mod for &quot;%1&quot; but this instance of MO has been set up for &quot;%2&quot;.</source>
+ <translation>El enlace de descarga es un mod para &quot;%1&quot; pero en este caso MO se ha creado para &quot;%2&quot;.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="439"/>
- <location filename="downloadmanager.cpp" line="506"/>
- <location filename="downloadmanager.cpp" line="682"/>
- <location filename="downloadmanager.cpp" line="691"/>
- <location filename="downloadmanager.cpp" line="701"/>
- <location filename="downloadmanager.cpp" line="710"/>
- <location filename="downloadmanager.cpp" line="724"/>
- <location filename="downloadmanager.cpp" line="734"/>
- <location filename="downloadmanager.cpp" line="744"/>
- <location filename="downloadmanager.cpp" line="754"/>
- <location filename="downloadmanager.cpp" line="765"/>
+ <location filename="downloadmanager.cpp" line="471"/>
+ <location filename="downloadmanager.cpp" line="538"/>
+ <location filename="downloadmanager.cpp" line="726"/>
+ <location filename="downloadmanager.cpp" line="735"/>
+ <location filename="downloadmanager.cpp" line="756"/>
<location filename="downloadmanager.cpp" line="773"/>
<location filename="downloadmanager.cpp" line="782"/>
- <location filename="downloadmanager.cpp" line="792"/>
- <location filename="downloadmanager.cpp" line="807"/>
+ <location filename="downloadmanager.cpp" line="796"/>
+ <location filename="downloadmanager.cpp" line="806"/>
+ <location filename="downloadmanager.cpp" line="816"/>
+ <location filename="downloadmanager.cpp" line="826"/>
+ <location filename="downloadmanager.cpp" line="841"/>
+ <location filename="downloadmanager.cpp" line="849"/>
+ <location filename="downloadmanager.cpp" line="858"/>
+ <location filename="downloadmanager.cpp" line="868"/>
+ <location filename="downloadmanager.cpp" line="883"/>
<source>invalid index</source>
<translation>Índice no válido.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="457"/>
+ <location filename="downloadmanager.cpp" line="489"/>
<source>failed to delete %1</source>
<translation>fallo al borrar %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="463"/>
+ <location filename="downloadmanager.cpp" line="495"/>
<source>failed to delete meta file for %1</source>
- <translation>fallo al eliminar el archivo meta de 1%</translation>
+ <translation>fallo al eliminar el archivo meta de %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="539"/>
- <location filename="downloadmanager.cpp" line="557"/>
- <location filename="downloadmanager.cpp" line="570"/>
- <location filename="downloadmanager.cpp" line="587"/>
- <location filename="downloadmanager.cpp" line="598"/>
+ <location filename="downloadmanager.cpp" line="571"/>
+ <location filename="downloadmanager.cpp" line="589"/>
+ <location filename="downloadmanager.cpp" line="602"/>
+ <location filename="downloadmanager.cpp" line="622"/>
<location filename="downloadmanager.cpp" line="633"/>
+ <location filename="downloadmanager.cpp" line="673"/>
<source>invalid index %1</source>
<translation>Índice no válido %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="650"/>
+ <location filename="downloadmanager.cpp" line="640"/>
+ <source>No known download urls. Sorry, this download can&apos;t be resumed.</source>
+ <translation>No se conocen descarga urls. Lo sentimos, esta descarga no se puede reanudar.</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="695"/>
<source>Please enter the nexus mod id</source>
<translation>Por favor, introduzca la ID del mod en nexus</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="650"/>
+ <location filename="downloadmanager.cpp" line="695"/>
<source>Mod ID:</source>
<translation>ID del MOD</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1042"/>
+ <location filename="downloadmanager.cpp" line="744"/>
+ <source>Main</source>
+ <translation>Principal</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="745"/>
+ <source>Update</source>
+ <translation>Actualizacion</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="746"/>
+ <source>Optional</source>
+ <translation>Opcional</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="747"/>
+ <source>Old</source>
+ <translation>Antiguo</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="748"/>
+ <source>Misc</source>
+ <translation>Misc</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="749"/>
+ <source>Unknown</source>
+ <translation>Desconocido</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="999"/>
+ <source>Memory allocation error (in processing progress event).</source>
+ <translation>Error de asignación de memoria (en el procesamiento de eventos de progreso).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1012"/>
+ <source>Memory allocation error (in processing downloaded data).</source>
+ <translation>Error de asignación de memoria (en el procesamiento de datos descargados).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1141"/>
<source>Information updated</source>
<translation>Información actualizada</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1044"/>
- <location filename="downloadmanager.cpp" line="1058"/>
+ <location filename="downloadmanager.cpp" line="1143"/>
+ <location filename="downloadmanager.cpp" line="1157"/>
<source>No matching file found on Nexus! Maybe this file is no longer available or it was renamed?</source>
<translation>¡Ningún archivo que corresponda se encuentra en Nexus! ¿Tal vez este archivo ya no está disponible o fue renombrado?</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1046"/>
+ <location filename="downloadmanager.cpp" line="1145"/>
<source>No file on Nexus matches the selected file by name. Please manually choose the correct one.</source>
<translation>Ningún archivo de Nexus coincide con el archivo seleccionado por su nombre. Por favor, elegir manualmente el correcto.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1180"/>
+ <location filename="downloadmanager.cpp" line="1285"/>
<source>No download server available. Please try again later.</source>
<translation>No hay ningún servidor de descarga disponible. Por favor, inténtelo de nuevo más tarde.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1224"/>
+ <location filename="downloadmanager.cpp" line="1328"/>
<source>Failed to request file info from nexus: %1</source>
<translation>Fallo al solicitar información de archivo desde nexus: %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1249"/>
+ <location filename="downloadmanager.cpp" line="1356"/>
<source>Download failed. Server reported: %1</source>
<translation>Error en la descarga. Informe servidor: %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1251"/>
+ <location filename="downloadmanager.cpp" line="1358"/>
<source>Download failed: %1 (%2)</source>
<translation>Fallo en la descarga: %1 (%2)</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1331"/>
+ <location filename="downloadmanager.cpp" line="1457"/>
<source>failed to re-open %1</source>
<translation>error reabriendo %1</translation>
</message>
@@ -746,13 +824,13 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="editexecutablesdialog.ui" line="59"/>
<source>Binary</source>
- <translation>Fichero</translation>
+ <translation>Binario</translation>
</message>
<message>
<location filename="editexecutablesdialog.ui" line="66"/>
<location filename="editexecutablesdialog.ui" line="69"/>
<source>Binary to run</source>
- <translation>Fiechero para ser ejecutado</translation>
+ <translation>Binario para funcionar</translation>
</message>
<message>
<location filename="editexecutablesdialog.ui" line="76"/>
@@ -762,18 +840,18 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="editexecutablesdialog.ui" line="79"/>
<source>Browse filesystem for the executable to run.</source>
- <translation>Examinar en busca del ejecutable.</translation>
+ <translation>Explorar sistema de archivos para hacer funcionar el ejecutable.</translation>
</message>
<message>
<location filename="editexecutablesdialog.ui" line="82"/>
<location filename="editexecutablesdialog.ui" line="103"/>
<source>...</source>
- <translation>Examinar</translation>
+ <translation>...</translation>
</message>
<message>
<location filename="editexecutablesdialog.ui" line="93"/>
<source>Start in</source>
- <translation>Comienzo en</translation>
+ <translation>Comenzar en</translation>
</message>
<message>
<location filename="editexecutablesdialog.ui" line="114"/>
@@ -872,7 +950,7 @@ En este momento el único caso que conozco donde esto debe ser sobreescrito es p
<message>
<location filename="editexecutablesdialog.cpp" line="149"/>
<source>Java (32-bit) required</source>
- <translation>Java (32-bit) requeredo</translation>
+ <translation>Java (32-bit) requerido</translation>
</message>
<message>
<location filename="editexecutablesdialog.cpp" line="150"/>
@@ -891,8 +969,8 @@ En este momento el único caso que conozco donde esto debe ser sobreescrito es p
</message>
<message>
<location filename="editexecutablesdialog.cpp" line="175"/>
- <source>Really remove "%1" from executables?</source>
- <translation>Realmente eliminar "%1" de ejecutables?</translation>
+ <source>Really remove &quot;%1&quot; from executables?</source>
+ <translation>Realmente eliminar &quot;%1&quot; de ejecutables?</translation>
</message>
<message>
<location filename="editexecutablesdialog.cpp" line="200"/>
@@ -922,12 +1000,12 @@ En este momento el único caso que conozco donde esto debe ser sobreescrito es p
<message>
<location filename="finddialog.ui" line="14"/>
<source>Find</source>
- <translation>Buscar</translation>
+ <translation>Encontrar:</translation>
</message>
<message>
<location filename="finddialog.ui" line="24"/>
<source>Find what:</source>
- <translation>Buscar:</translation>
+ <translation>Encuentra en:</translation>
</message>
<message>
<location filename="finddialog.ui" line="31"/>
@@ -944,7 +1022,7 @@ En este momento el único caso que conozco donde esto debe ser sobreescrito es p
<message>
<location filename="finddialog.ui" line="53"/>
<source>&amp;Find Next</source>
- <translation>&amp;Encontrar</translation>
+ <translation>&amp;Buscar siguiente</translation>
</message>
<message>
<location filename="finddialog.ui" line="60"/>
@@ -983,8 +1061,8 @@ En este momento el único caso que conozco donde esto debe ser sobreescrito es p
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="81"/>
- <source>&lt;a href="#"&gt;Link&lt;/a&gt;</source>
- <translation>&lt;a href="#"&gt;Link&lt;/a&gt;</translation>
+ <source>&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;</source>
+ <translation>&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;</translation>
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="160"/>
@@ -1031,7 +1109,7 @@ En este momento el único caso que conozco donde esto debe ser sobreescrito es p
</message>
<message>
<location filename="installdialog.ui" line="56"/>
- <source>Pick a name for the mod. This is also used as a directory name, so please don't use characters that are illegal in file names.</source>
+ <source>Pick a name for the mod. This is also used as a directory name, so please don&apos;t use characters that are illegal in file names.</source>
<translation>Selecciona un nombre para el MOD. Tambien se usara el nombre como el directorio, por favor utilice nombres sencillos.</translation>
</message>
<message>
@@ -1046,12 +1124,16 @@ En este momento el único caso que conozco donde esto debe ser sobreescrito es p
</message>
<message>
<location filename="installdialog.ui" line="78"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This displays the content of the archive. &amp;lt;data&amp;gt; represents the base directory which will map to the game's data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;amp;drop&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>Esto muestra los contenidos del archivo. DATA representa el directorio base que sera virtualizado al directorio DATA del juego. Puedes cambiar el directorio base utilizando el boton derecho del raton en el menu contextual, y puedes mover los ficheros utilizando el arrastrar y soltar.</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This displays the content of the archive. &amp;lt;data&amp;gt; represents the base directory which will map to the game&apos;s data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;amp;drop&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Esto muestra los contenidos del archivo. DATA representa el directorio base que sera virtualizado al directorio DATA del juego. Puedes cambiar el directorio base utilizando el boton derecho del raton en el menu contextual, y puedes mover los ficheros utilizando el arrastrar y soltar.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="installdialog.ui" line="121"/>
@@ -1073,8 +1155,8 @@ p, li { white-space: pre-wrap; }
<name>InstallationManager</name>
<message>
<location filename="installationmanager.cpp" line="76"/>
- <source>archive.dll not loaded: "%1"</source>
- <translation>archivo.dll no cargado: "%1"</translation>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation>archivo.dll no cargado: &quot;%1&quot;</translation>
</message>
<message>
<location filename="installationmanager.cpp" line="98"/>
@@ -1089,87 +1171,87 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="installationmanager.cpp" line="164"/>
<location filename="installationmanager.cpp" line="248"/>
- <location filename="installationmanager.cpp" line="529"/>
+ <location filename="installationmanager.cpp" line="532"/>
<source>Extracting files</source>
<translation>Extrayendo ficheros</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="439"/>
+ <location filename="installationmanager.cpp" line="441"/>
<source>failed to create backup</source>
<translation>fallo al crear copia de seguridad</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="448"/>
+ <location filename="installationmanager.cpp" line="450"/>
<source>Mod Name</source>
<translation>Nombre del Mod</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="448"/>
+ <location filename="installationmanager.cpp" line="450"/>
<source>Name</source>
<translation>Nombre</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="501"/>
+ <location filename="installationmanager.cpp" line="503"/>
<source>Invalid name</source>
<translation>Nombre inválido</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="502"/>
+ <location filename="installationmanager.cpp" line="504"/>
<source>The name you entered is invalid, please enter a different one.</source>
<translation>El nombre introducido no es válido, por favor introduzca uno diferente.</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="609"/>
- <source>File format "%1" not supported</source>
- <translation>Formato de archivo no soportado para "%1"</translation>
+ <location filename="installationmanager.cpp" line="612"/>
+ <source>File format &quot;%1&quot; not supported</source>
+ <translation>Formato de archivo no soportado para &quot;%1&quot;</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="735"/>
+ <location filename="installationmanager.cpp" line="745"/>
<source>None of the available installer plugins were able to handle that archive</source>
<translation>Ninguno de los plugins del instalador disponible son capaces de manejar este archivo</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="745"/>
+ <location filename="installationmanager.cpp" line="755"/>
<source>no error</source>
<translation>sin error</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="748"/>
+ <location filename="installationmanager.cpp" line="758"/>
<source>7z.dll not found</source>
<translation>7z.dll no se encuentra</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="751"/>
- <source>7z.dll isn't valid</source>
+ <location filename="installationmanager.cpp" line="761"/>
+ <source>7z.dll isn&apos;t valid</source>
<translation>7z.dll no es valido</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="754"/>
+ <location filename="installationmanager.cpp" line="764"/>
<source>archive not found</source>
<translation>archivo no encontrado</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="757"/>
+ <location filename="installationmanager.cpp" line="767"/>
<source>failed to open archive</source>
<translation>Error abriendo el fichero</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="760"/>
+ <location filename="installationmanager.cpp" line="770"/>
<source>unsupported archive type</source>
<translation>formato de fichero no soportado</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="763"/>
+ <location filename="installationmanager.cpp" line="773"/>
<source>internal library error</source>
<translation>error interno de libreria</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="766"/>
+ <location filename="installationmanager.cpp" line="776"/>
<source>archive invalid</source>
<translation>archivo invalido</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="770"/>
+ <location filename="installationmanager.cpp" line="780"/>
<source>unknown archive error</source>
<translation>Error de fichero desconocido</translation>
</message>
@@ -1183,13 +1265,13 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="lockeddialog.ui" line="20"/>
- <source>This dialog should disappear automatically if the application/game is done. Click unlock if it didn't.</source>
+ <source>This dialog should disappear automatically if the application/game is done. Click unlock if it didn&apos;t.</source>
<translation>Este dialogo deberia desaparecer automaticamente si la aplicacion/juego ha terminado. Pulsa para desbloquear si no sucede.</translation>
</message>
<message>
<location filename="lockeddialog.ui" line="23"/>
<source>MO is locked while the executable is running.</source>
- <translation>MO esta bloqueado mientras se ejecute el programa.</translation>
+ <translation>MO esta bloqueado mientras se ejecuta el programa.</translation>
</message>
<message>
<location filename="lockeddialog.ui" line="54"/>
@@ -1200,7 +1282,7 @@ p, li { white-space: pre-wrap; }
<context>
<name>LogBuffer</name>
<message>
- <location filename="logbuffer.cpp" line="73"/>
+ <location filename="logbuffer.cpp" line="83"/>
<source>failed to write log to %1: %2</source>
<translation>Fallo al escribir en el log en %1: %2</translation>
</message>
@@ -1208,12 +1290,12 @@ p, li { white-space: pre-wrap; }
<context>
<name>MOApplication</name>
<message>
- <location filename="moapplication.cpp" line="68"/>
+ <location filename="moapplication.cpp" line="115"/>
<source>an error occured: %1</source>
<translation>Ocurrió un error: %1</translation>
</message>
<message>
- <location filename="moapplication.cpp" line="73"/>
+ <location filename="moapplication.cpp" line="120"/>
<source>an error occured</source>
<translation>Ha ocurrido un error</translation>
</message>
@@ -1221,414 +1303,461 @@ p, li { white-space: pre-wrap; }
<context>
<name>MainWindow</name>
<message>
- <location filename="mainwindow.ui" line="51"/>
- <location filename="mainwindow.ui" line="392"/>
+ <location filename="mainwindow.ui" line="43"/>
+ <location filename="mainwindow.ui" line="482"/>
<source>Categories</source>
<translation>Categorias</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="128"/>
+ <location filename="mainwindow.ui" line="97"/>
+ <source>Click blank area to deselect</source>
+ <translation>Púlsar en el área en blanco para anular la selección</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="116"/>
+ <source>If checked, only mods that match all selected categories are displayed.</source>
+ <translation>Si se selecciona, sólo mods que responden a todas las categorías seleccionadas son mostrados.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="119"/>
+ <source>And</source>
+ <translation>Y</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="129"/>
+ <source>If checked, all mods that match at least one of the selected categories are displayed.</source>
+ <translation>Si se selecciona, se muestran todos los mods que coincidan con al menos una de las categorías seleccionadas.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="132"/>
+ <source>Or</source>
+ <translation>O</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="171"/>
<source>Profile</source>
<translation>Perfil</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="138"/>
+ <location filename="mainwindow.ui" line="181"/>
<source>Pick a module collection</source>
<translation>Selecciona un perfil para cargarlo</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="141"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="184"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Please note that right now your esp load order is not kept seperate for different profiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Please note that right now your esp load order is not kept seperate for different profiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Crear perfiles aquí. Cada perfil contiene su propia lista de mods activos y esps. De esta manera puedes cambiar rápidamente entre configuraciones para diferentes juegos.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Ten en cuenta que en estos momentos tu carga de esp no se mantiene separado para diferentes perfiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Crear perfiles aquí. Cada perfil contiene su propia lista de mods activos y esps. De esta manera puedes cambiar rápidamente entre configuraciones para diferentes juegos.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Ten en cuenta que en estos momentos tu carga de esp no se mantiene separado para diferentes perfiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="159"/>
- <source>Refresh list</source>
- <translation>Recargar lista</translation>
+ <location filename="mainwindow.ui" line="215"/>
+ <source>Open list options...</source>
+ <translation>Abrir Opciones de la lista...</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="162"/>
+ <location filename="mainwindow.ui" line="218"/>
<source>Refresh list. This is usually not necessary unless you modified data outside the program.</source>
<translation>Recargar lista. Esto es normalmente no necesario, a no ser que hayas modificado algo desde fuera del programa.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="278"/>
+ <location filename="mainwindow.ui" line="238"/>
+ <location filename="mainwindow.ui" line="739"/>
+ <source>Restore Backup...</source>
+ <translation>Restaurar copia de seguridad...</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="252"/>
+ <location filename="mainwindow.ui" line="759"/>
+ <source>Create Backup</source>
+ <translation>Crear Copia de Seguridad</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="368"/>
<source>List of available mods.</source>
<translation>Lista de mods disponibles.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="281"/>
- <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag &amp; drop mods to change their "installation" orders.</source>
- <translation>Esta es una lista de mods instalados. Usa las casillas de verificación para activar/desactivar los mods y arrastrar y soltar para cambiar su órden de "instalación".</translation>
+ <location filename="mainwindow.ui" line="371"/>
+ <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag &amp; drop mods to change their &quot;installation&quot; orders.</source>
+ <translation>Esta es una lista de mods instalados. Usa las casillas de verificación para activar/desactivar los mods y arrastrar y soltar para cambiar su órden de &quot;instalación&quot;.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="366"/>
+ <location filename="mainwindow.ui" line="456"/>
<source>Filter</source>
<translation>Filtro</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="387"/>
+ <location filename="mainwindow.ui" line="477"/>
<source>No groups</source>
<translation>Sin grupos</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="397"/>
+ <location filename="mainwindow.ui" line="487"/>
<source>Nexus IDs</source>
<translation>Nexus IDs</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="405"/>
- <location filename="mainwindow.ui" line="724"/>
- <location filename="mainwindow.ui" line="1046"/>
+ <location filename="mainwindow.ui" line="495"/>
+ <location filename="mainwindow.ui" line="876"/>
+ <location filename="mainwindow.ui" line="1220"/>
<source>Namefilter</source>
<translation>Nombre del filtro</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="440"/>
+ <location filename="mainwindow.ui" line="530"/>
<source>Pick a program to run.</source>
<translation>Selecciona el programa a iniciar.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="443"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="533"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Choose the program to run. Once you start using ModOrganizer, you should always run your game and tools from here or through shortcuts created here, otherwise mods installed through MO will not be visible.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;You can add new Tools to this list, but I can't promise tools I haven't tested will work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Choose the program to run. Once you start using ModOrganizer, you should always run your game and tools from here or through shortcuts created here, otherwise mods installed through MO will not be visible.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You can add new Tools to this list, but I can&apos;t promise tools I haven&apos;t tested will work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Elije el programa a ejecutar. Una vez que comiences a usar ModOrganizer, siempre debes ejecutar tu juego y herramientas desde aquí o a través de los accesos directos creados aquí, de lo contrario los mods instalados a través de MO no serán visibles.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Puedes añadir nuevas herramientas a esta lista, pero no puedo prometer que herramientas que no he probado funcionen.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Elije el programa a ejecutar. Una vez que comiences a usar ModOrganizer, siempre debes ejecutar tu juego y herramientas desde aquí o a través de los accesos directos creados aquí, de lo contrario los mods instalados a través de MO no serán visibles.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Puedes añadir nuevas herramientas a esta lista, pero no puedo prometer que herramientas que no he probado funcionen.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="491"/>
+ <location filename="mainwindow.ui" line="581"/>
<source>Run program</source>
<translation>Iniciar el programa</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="494"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="584"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Run the selected program with ModOrganizer enabled.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Run the selected program with ModOrganizer enabled.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Iniciar el programa seleccionado con ModOrganizer activado.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Iniciar el programa seleccionado con ModOrganizer activado.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="504"/>
+ <location filename="mainwindow.ui" line="594"/>
<source>Run</source>
<translation>Iniciar</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="545"/>
+ <location filename="mainwindow.ui" line="635"/>
<source>Create a shortcut in your start menu or on the desktop to the specified program</source>
<translation>Crear un acceso directo en el menú Inicio o en el escritorio con el programa especificado</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="548"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="638"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This creates a start menu shortcut that directly starts the selected program with the MO active.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This creates a start menu shortcut that directly starts the selected program with the MO active.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Esto crea un acceso directo al menú de inicio que iniciara directamente el programa seleccionado con el MO activo.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Esto crea un acceso directo al menú de inicio que iniciara directamente el programa seleccionado con el MO activo.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="555"/>
+ <location filename="mainwindow.ui" line="645"/>
<source>Shortcut</source>
<translation>Acceso rápido</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="669"/>
+ <location filename="mainwindow.ui" line="695"/>
+ <source>Plugins</source>
+ <translation>Plugins</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="715"/>
+ <source>Sort</source>
+ <translation>Ordenar</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="821"/>
<source>List of available esp/esm files</source>
<translation>Listado de ficheros esp/esm disponibles</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="672"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="824"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.&lt;br /&gt;There is a great tool named &amp;quot;BOSS&amp;quot; to automatically sort these files.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.&lt;br /&gt;There is a great tool named &amp;quot;BOSS&amp;quot; to automatically sort these files.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Esta lista contiene los ESP y ESMS contenidos en los mods activos. Requieren su propio orden de carga. Utilice arrastrar y soltar para modificar este orden de carga. Tenga en cuenta que MO sólo salvará el orden de carga de los mods que están activos/comprobados.&lt;br /&gt;Hay una gran herramienta llamada &amp;quot;BOSS&amp;quot; para ordenar automáticamente los archivos.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Esta lista contiene los ESP y ESMS contenidos en los mods activos. Requieren su propio orden de carga. Utilice arrastrar y soltar para modificar este orden de carga. Tenga en cuenta que MO sólo salvará el orden de carga de los mods que están activos/comprobados.&lt;br /&gt;Hay una gran herramienta llamada &amp;quot;BOSS&amp;quot; para ordenar automáticamente los archivos.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="731"/>
- <source>Sort</source>
- <translation>Ordenar</translation>
+ <location filename="mainwindow.ui" line="886"/>
+ <source>Archives</source>
+ <translation>Archivos</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="916"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;BSAs are bundles of game assets (textures, scripts, ...). By default, the engine loads these bundles in a separate step from loose files. MO can manage those archives to align their load order with that of loose files:&lt;/p&gt;&lt;p&gt;If archives are &lt;span style=&quot; font-weight:600;&quot;&gt;managed&lt;/span&gt;, their load order is specified by the priority of the corresponding mod (left pane), the same as the loose files. You can manually enable any BSA that has no corresponding plugin active.&lt;br/&gt;&lt;/p&gt;&lt;p&gt;If archives are &lt;span style=&quot; font-weight:600;&quot;&gt;not managed&lt;/span&gt; their load order is specified by the priority of the corresponding plugin (right pane, plugins tab). You can then not manually enable BSAs where the plugin isn&apos;t active.&lt;/p&gt;&lt;p&gt;In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;BSAs son paquetes de activos de juego (texturas, scripts, ...). Por defecto, el motor carga estos paquetes en una etapa distinta de archivos sueltos. MO puede gestionar esos archivos para alinear su orden de carga con la de archivos sueltos:&lt;/p&gt;&lt;p&gt;Si los archivos son &lt;span style=&quot; font-weight:600;&quot;&gt;gestionados&lt;/span&gt;, se especifica el orden de carga por la prioridad del mod correspondiente (panel izquierdo), lo mismo que los archivos sueltos. Puede activar manualmente cualquier BSA que no tiene un plugin correspondiente activo&lt;br/&gt;&lt;/p&gt;&lt;p&gt;Si los archivos no son &lt;span style=&quot; font-weight:600;&quot;&gt;gestionados&lt;/span&gt; su orden de carga es especificado por la prioridad del plugin correspondiente (panel de la derecha, pestaña plugins). No podras, activar manualmente BSAs donde el plugin no está activo.&lt;/p&gt;&lt;p&gt;En cualquiera de los casos no se puede deshabilitar archivos si hay un plugin coincidente, el juego los cargará cueste lo que cueste.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="919"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Have MO manage archives (&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;read more&lt;/span&gt;&lt;/a&gt;)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Dejar MO manejar archivos (&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;leer más&lt;/span&gt;&lt;/a&gt;)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="762"/>
+ <location filename="mainwindow.ui" line="934"/>
<source>List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order.</source>
<translation>Lista de Archivos BS disponibles. Los archivos no controlados aquí no se gestionaran por el MO e ignorarán el orden de instalación.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="765"/>
- <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they "compete" with loose files in your data directory over which is loaded.
+ <location filename="mainwindow.ui" line="937"/>
+ <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they &quot;compete&quot; with loose files in your data directory over which is loaded.
By default, BSAs that share their base name with an enabled ESP (i.e. plugin.esp and plugin.bsa) are automatically loaded and will have precedence over all loose files, the installation order you set up to the left is then ignored!
BSAs checked here are loaded in such a way that your installation order is obeyed properly.</source>
- <translation>Ficheros BSA son archivos (comparables a. zip) que contienen los datos activos. (mallas, texturas...) para ser utilizado por el juego. Como tales, "compiten" con los archivos sueltos en su directorio de datos sobre el cual se cargan.
+ <translation>Ficheros BSA son archivos (comparables a. zip) que contienen los datos activos. (mallas, texturas...) para ser utilizado por el juego. Como tales, &quot;compiten&quot; con los archivos sueltos en su directorio de datos sobre el cual se cargan.
Por defecto, BSAs que comparten su nombre de base con un ESP activado (es decir plugin.esp y plugin.bsa) se carga automáticamente y tendrán prioridad sobre todos los archivos sueltos, el orden de instalación configurado a la izquierda es entonces ignorado!
BSA marcado aquí se cargan de tal manera que su orden de instalación se cumple correctamente.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="811"/>
- <location filename="mainwindow.ui" line="880"/>
+ <location filename="mainwindow.ui" line="983"/>
+ <location filename="mainwindow.ui" line="1042"/>
<source>File</source>
<translation>Fichero</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="819"/>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Marked Archives (&lt;img src=":/MO/gui/warning_16"/&gt;) are still loaded on Skyrim but the &lt;a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"&gt;&lt;span style=" text-decoration: underline; color:#0000ff;"&gt;regular file override&lt;/span&gt;&lt;/a&gt; mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Marked Archives (&lt;img src=":/MO/gui/warning_16"/&gt;) todavía se cargan en Skyrim, pero el &lt;a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"&gt;&lt;span style=" text-decoration: underline; color:#0000ff;"&gt;archivo regular anula&lt;/span&gt;&lt;/a&gt; mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
- <location filename="mainwindow.ui" line="830"/>
+ <location filename="mainwindow.ui" line="992"/>
<source>Data</source>
<translation>Datos</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="848"/>
+ <location filename="mainwindow.ui" line="1010"/>
<source>refresh data-directory overview</source>
<translation>refresca la vista del directorio de datos</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="851"/>
+ <location filename="mainwindow.ui" line="1013"/>
<source>Refresh the overview. This may take a moment.</source>
<translation>Refresca toda la vista. Esto puede tomar un tiempo.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="854"/>
- <location filename="mainwindow.cpp" line="3786"/>
- <location filename="mainwindow.cpp" line="4609"/>
+ <location filename="mainwindow.ui" line="1016"/>
+ <location filename="mainwindow.cpp" line="3858"/>
+ <location filename="mainwindow.cpp" line="4738"/>
<source>Refresh</source>
<translation>Recargar</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="870"/>
+ <location filename="mainwindow.ui" line="1032"/>
<source>This is an overview of your data directory as visible to the game (and tools). </source>
<translation>Esta es una visión general del directorio de datos como visible para el juego (y herramientas).</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="885"/>
+ <location filename="mainwindow.ui" line="1047"/>
<source>Mod</source>
<translation>Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="895"/>
- <location filename="mainwindow.ui" line="898"/>
+ <location filename="mainwindow.ui" line="1057"/>
+ <location filename="mainwindow.ui" line="1060"/>
<source>Filter the above list so that only conflicts are displayed.</source>
<translation>Se filtra la lista anterior de modo que sólo se muestren los conflictos.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="901"/>
+ <location filename="mainwindow.ui" line="1063"/>
<source>Show only conflicts</source>
<translation>Monstrar solo los conflictos</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="909"/>
+ <location filename="mainwindow.ui" line="1071"/>
<source>Saves</source>
<translation>Part. Guardadas</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="933"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="1095"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a list of all savegames for this game. Hover over a list entry to get detailed information about the save including a list of esps/esms that were used at the time this save was created but aren't active now.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you click &amp;quot;Fix Mods...&amp;quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a list of all savegames for this game. Hover over a list entry to get detailed information about the save including a list of esps/esms that were used at the time this save was created but aren't active now.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you click &amp;quot;Fix Mods...&amp;quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Esta es una lista de todas las partidas guardadas para este juego. Pase el ratón sobre una entrada de la lista para obtener información detallada sobre el salve, incluida una lista de esp/esm que se utilizaron en el momento que esta salvaguarda se creo, pero que no están activos actualmente.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Si haces clic en &amp;quot;Fix Mods...&amp;quot; en el menú contextual, MO tratará de activar todos los mods y para arreglar esos esps desaparecidos. No va a desactivar ninguna otra cosa!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Esta es una lista de todas las partidas guardadas para este juego. Pase el ratón sobre una entrada de la lista para obtener información detallada sobre el salve, incluida una lista de esp/esm que se utilizaron en el momento que esta salvaguarda se creo, pero que no están activos actualmente.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Si haces clic en &amp;quot;Fix Mods...&amp;quot; en el menú contextual, MO tratará de activar todos los mods y para arreglar esos esps desaparecidos. No va a desactivar ninguna otra cosa!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="947"/>
+ <location filename="mainwindow.ui" line="1115"/>
<source>Downloads</source>
<translation>Descargas</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="979"/>
+ <location filename="mainwindow.ui" line="1147"/>
<source>This is a list of mods you downloaded from Nexus. Double click one to install it.</source>
<translation>Esta es la lista de los mods que has descargado desde Nexus. Doble Click para instalar.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1032"/>
- <source>Compact</source>
- <translation>Compactar</translation>
- </message>
- <message>
- <location filename="mainwindow.ui" line="1039"/>
+ <location filename="mainwindow.ui" line="1200"/>
<source>Show Hidden</source>
<translation>Mostrar Ocultos</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1070"/>
+ <location filename="mainwindow.ui" line="1262"/>
<source>Tool Bar</source>
<translation>Barra Herramientas</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1112"/>
+ <location filename="mainwindow.ui" line="1304"/>
<source>Install Mod</source>
<translation>Instalar Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1115"/>
+ <location filename="mainwindow.ui" line="1307"/>
<source>Install &amp;Mod</source>
<translation>Instalar &amp;Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1118"/>
+ <location filename="mainwindow.ui" line="1310"/>
<source>Install a new mod from an archive</source>
<translation>Instalar un nuevo Mod desde un archivo</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1121"/>
+ <location filename="mainwindow.ui" line="1313"/>
<source>Ctrl+M</source>
<translation>Ctrl+M</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1130"/>
+ <location filename="mainwindow.ui" line="1322"/>
<source>Profiles</source>
<translation>Perfiles</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1133"/>
+ <location filename="mainwindow.ui" line="1325"/>
<source>&amp;Profiles</source>
<translation>&amp;Perfiles</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1136"/>
+ <location filename="mainwindow.ui" line="1328"/>
<source>Configure Profiles</source>
<translation>Configurar Perfiles</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1139"/>
+ <location filename="mainwindow.ui" line="1331"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1148"/>
+ <location filename="mainwindow.ui" line="1340"/>
<source>Executables</source>
<translation>Ejecutables</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1151"/>
+ <location filename="mainwindow.ui" line="1343"/>
<source>&amp;Executables</source>
<translation>&amp;Ejecutables</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1154"/>
+ <location filename="mainwindow.ui" line="1346"/>
<source>Configure the executables that can be started through Mod Organizer</source>
<translation>Configura el ejecutable que sera iniciado desde Mod Orgenizer</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1157"/>
+ <location filename="mainwindow.ui" line="1349"/>
<source>Ctrl+E</source>
<translation>Ctrl+E</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1166"/>
- <location filename="mainwindow.ui" line="1172"/>
+ <location filename="mainwindow.ui" line="1358"/>
+ <location filename="mainwindow.ui" line="1364"/>
<source>Tools</source>
<translation>Herramientas</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1169"/>
+ <location filename="mainwindow.ui" line="1361"/>
<source>&amp;Tools</source>
<translation>&amp;Herramientas</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1175"/>
+ <location filename="mainwindow.ui" line="1367"/>
<source>Ctrl+I</source>
<translation>Ctrl+I</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1184"/>
+ <location filename="mainwindow.ui" line="1376"/>
<source>Settings</source>
<translation>Configuracion</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1187"/>
+ <location filename="mainwindow.ui" line="1379"/>
<source>&amp;Settings</source>
<translation>&amp;Configuracion</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1190"/>
+ <location filename="mainwindow.ui" line="1382"/>
<source>Configure settings and workarounds</source>
<translation>Configurar opciones y soluciones</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1193"/>
+ <location filename="mainwindow.ui" line="1385"/>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1202"/>
+ <location filename="mainwindow.ui" line="1394"/>
<source>Nexus</source>
<translation>Nexus</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1205"/>
+ <location filename="mainwindow.ui" line="1397"/>
<source>Search nexus network for more mods</source>
<translation>Buscar en la red de Nexus mas Mods</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1208"/>
+ <location filename="mainwindow.ui" line="1400"/>
<source>Ctrl+N</source>
<translation>Ctrl+N</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1220"/>
- <location filename="mainwindow.cpp" line="4550"/>
+ <location filename="mainwindow.ui" line="1412"/>
+ <location filename="mainwindow.cpp" line="4679"/>
<source>Update</source>
<translation>Actualizacion</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1223"/>
+ <location filename="mainwindow.ui" line="1415"/>
<source>Mod Organizer is up-to-date</source>
<translation>Mod Organizer esta actualizado</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1235"/>
- <location filename="mainwindow.cpp" line="508"/>
+ <location filename="mainwindow.ui" line="1427"/>
+ <location filename="mainwindow.cpp" line="573"/>
<source>No Problems</source>
<translation>Sin problemas</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1238"/>
+ <location filename="mainwindow.ui" line="1430"/>
<source>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them.
!Work in progress!
@@ -1639,949 +1768,1102 @@ Right now this has very limited functionality</source>
Ahora esto tiene una funcionalidad muy limitada</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1250"/>
- <location filename="mainwindow.ui" line="1253"/>
+ <location filename="mainwindow.ui" line="1442"/>
+ <location filename="mainwindow.ui" line="1445"/>
<source>Help</source>
<translation>Ayuda</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1256"/>
+ <location filename="mainwindow.ui" line="1448"/>
<source>Ctrl+H</source>
<translation>Ctrl+H</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1265"/>
+ <location filename="mainwindow.ui" line="1457"/>
<source>Endorse MO</source>
<translation>Avalar MO</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1268"/>
- <location filename="mainwindow.cpp" line="4638"/>
+ <location filename="mainwindow.ui" line="1460"/>
+ <location filename="mainwindow.cpp" line="4761"/>
<source>Endorse Mod Organizer</source>
<translation>Avalar Mod Organizer</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="222"/>
+ <location filename="mainwindow.ui" line="1465"/>
+ <source>Copy Log to Clipboard</source>
+ <translation>Copiar Log al Portapapeles</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="1468"/>
+ <source>Ctrl+C</source>
+ <translation>Ctrl+C</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="255"/>
<source>Toolbar</source>
<translation>Barra de herramientas</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="223"/>
+ <location filename="mainwindow.cpp" line="256"/>
<source>Desktop</source>
<translation>Escritorio</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="224"/>
+ <location filename="mainwindow.cpp" line="257"/>
<source>Start Menu</source>
<translation>Menú de Inicio</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="504"/>
+ <location filename="mainwindow.cpp" line="561"/>
<source>Problems</source>
<translation>Problemas</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="505"/>
+ <location filename="mainwindow.cpp" line="562"/>
<source>There are potential problems with your setup</source>
<translation>Hay posibles problemas con su configuración</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="509"/>
+ <location filename="mainwindow.cpp" line="574"/>
<source>Everything seems to be in order</source>
<translation>Todo parece estar en orden</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="567"/>
+ <location filename="mainwindow.cpp" line="635"/>
<source>Help on UI</source>
<translation>Ayuda sobre UI</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="571"/>
+ <location filename="mainwindow.cpp" line="639"/>
<source>Documentation Wiki</source>
<translation>Documentación Wiki</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="575"/>
+ <location filename="mainwindow.cpp" line="643"/>
<source>Report Issue</source>
<translation>Informar de un Problema</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="579"/>
+ <location filename="mainwindow.cpp" line="647"/>
<source>Tutorials</source>
<translation>Tutoriales</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="618"/>
+ <location filename="mainwindow.cpp" line="686"/>
<source>About</source>
<translation>Sobre</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="619"/>
+ <location filename="mainwindow.cpp" line="687"/>
<source>About Qt</source>
<translation>Sobre Qt</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="638"/>
- <source>failed to save archives order, do you have write access to "%1"?</source>
- <translation>Fallo al salvar la orden de archivos, , ¿tiene permiso de escritura en "%1"?</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="708"/>
+ <location filename="mainwindow.cpp" line="782"/>
<source>failed to save load order: %1</source>
<translation>Fallo guardando el orden de carga: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="725"/>
+ <location filename="mainwindow.cpp" line="793"/>
<source>Name</source>
<translation>Nombre</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="726"/>
+ <location filename="mainwindow.cpp" line="794"/>
<source>Please enter a name for the new profile</source>
<translation>Por favor introduzca un nombre para el nuevo perfil</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="734"/>
+ <location filename="mainwindow.cpp" line="802"/>
<source>failed to create profile: %1</source>
<translation>Fallo al crear el perfil: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="777"/>
+ <location filename="mainwindow.cpp" line="843"/>
<source>Show tutorial?</source>
<translation>¿Mostrar tutorial?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="778"/>
- <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the "Help"-menu.</source>
- <translation>Están comenzando Mod Organizer por primera vez. ¿Quieres mostrar un tutorial de sus características básicas? Si decides que no siempre podras empezar el tutorial desde la "Ayuda" del menú.</translation>
+ <location filename="mainwindow.cpp" line="844"/>
+ <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the &quot;Help&quot;-menu.</source>
+ <translation>Están comenzando Mod Organizer por primera vez. ¿Quieres mostrar un tutorial de sus características básicas? Si decides que no siempre podras empezar el tutorial desde la &quot;Ayuda&quot; del menú.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="809"/>
+ <location filename="mainwindow.cpp" line="875"/>
<source>Downloads in progress</source>
<translation>Descarga en progreso</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="810"/>
+ <location filename="mainwindow.cpp" line="876"/>
<source>There are still downloads in progress, do you really want to quit?</source>
<translation>Aun hay descargas en progreso, estas seguro que quieres salir?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="856"/>
+ <location filename="mainwindow.cpp" line="930"/>
<source>failed to read savegame: %1</source>
<translation>Fallo al leer la partida guardada: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="980"/>
- <source>Plugin "%1" failed: %2</source>
- <translation>Plugin "%1" fallido: %2</translation>
+ <location filename="mainwindow.cpp" line="1053"/>
+ <source>Plugin &quot;%1&quot; failed: %2</source>
+ <translation>Plugin &quot;%1&quot; fallido: %2</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="982"/>
- <source>Plugin "%1" failed</source>
- <translation>Plugin "%1" fallido</translation>
+ <location filename="mainwindow.cpp" line="1055"/>
+ <source>Plugin &quot;%1&quot; failed</source>
+ <translation>Plugin &quot;%1&quot; fallido</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1055"/>
+ <location filename="mainwindow.cpp" line="1098"/>
+ <source>Download?</source>
+ <translation>Descarga?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1099"/>
+ <source>A download has been started but no installed page plugin recognizes it.
+If you download anyway no information (i.e. version) will be associated with the download.
+Continue?</source>
+ <translation>Una descarga se ha iniciado, pero no hay página de plugin instalado reconocido.
+Si lo descarga de todos modos ninguna información (ej. la versión) se asociará con la descarga.
+Continuar?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1140"/>
+ <source>Browse Mod Page</source>
+ <translation>Explorar Página de Mod</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1225"/>
<source>failed to init plugin %1: %2</source>
<translation>fallo al iniciar plugin %1: %2</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1093"/>
+ <location filename="mainwindow.cpp" line="1263"/>
<source>Plugin error</source>
<translation>Error de plugin</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1094"/>
- <source>It appears the plugin "%1" failed to load last startup and caused MO to crash. Do you want to disable it?
+ <location filename="mainwindow.cpp" line="1264"/>
+ <source>It appears the plugin &quot;%1&quot; failed to load last startup and caused MO to crash. Do you want to disable it?
(Please note: If this is the first time you see this message for this plugin you may want to give it another try. The plugin may be able to recover from the problem)</source>
- <translation>Parece que el plugin "%1" Fallo al cargar el último inicio y causó que MO se bloqueara. ¿Quieres desactivarlo?
+ <translation>Parece que el plugin &quot;%1&quot; Fallo al cargar el último inicio y causó que MO se bloqueara. ¿Quieres desactivarlo?
(Nota: Si es la primera vez que ve este mensaje en este plugin es posible que desees intentarlo otra vez. El plugin podria ser capaz de recuperarse del problema.)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1278"/>
- <source>Failed to start "%1"</source>
- <translation>Fallo al iniciar plugin %1: %2</translation>
+ <location filename="mainwindow.cpp" line="1323"/>
+ <source>Failed to start &quot;%1&quot;</source>
+ <translation>Fallo al iniciar &quot;%1&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1280"/>
+ <location filename="mainwindow.cpp" line="1325"/>
<source>Waiting</source>
<translation>Esperando</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1280"/>
- <source>Please press OK once you're logged into steam.</source>
+ <location filename="mainwindow.cpp" line="1325"/>
+ <source>Please press OK once you&apos;re logged into steam.</source>
<translation>Por favor, pulsa OK una vez que hayas iniciado sesión en steam.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1306"/>
+ <location filename="mainwindow.cpp" line="1337"/>
+ <source>Executable &quot;%1&quot; not found</source>
+ <translation>Ejecutable &quot;%1&quot; no encontrado</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1351"/>
<source>Start Steam?</source>
<translation>¿Iniciar Steam?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1307"/>
+ <location filename="mainwindow.cpp" line="1352"/>
<source>Steam is required to be running already to correctly start the game. Should MO try to start steam now?</source>
<translation>Steam es requerido para iniciar correctamente el juego. ¿Debería MO tratar de iniciar ahora steam?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1534"/>
+ <location filename="mainwindow.cpp" line="1572"/>
<source>Also in: &lt;br&gt;</source>
<translation>También en: &lt;br&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1545"/>
+ <location filename="mainwindow.cpp" line="1583"/>
<source>No conflict</source>
<translation>Sin conflictos</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1700"/>
+ <location filename="mainwindow.cpp" line="1752"/>
<source>&lt;Edit...&gt;</source>
<translation>&lt;Editar...&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1937"/>
- <source>This bsa is enabled in the ini file so it may be required!</source>
- <translation>Esta bsa está habilitada en el archivo ini, por lo que puede ser necesario</translation>
+ <location filename="mainwindow.cpp" line="1849"/>
+ <source>Failed to refresh list of esps: %1</source>
+ <translation>Fallo al actualizar la lista de esps: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1944"/>
- <source>This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order!</source>
- <translation>Este archivo se seguirá cargado, ya que hay un plugin con el mismo nombre, pero sus archivos no seguirá el orden de instalación!</translation>
+ <location filename="mainwindow.cpp" line="2025"/>
+ <source>This bsa is enabled in the ini file so it may be required!</source>
+ <translation>Esta bsa está habilitada en el archivo ini, por lo que puede ser necesario</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1999"/>
+ <location filename="mainwindow.cpp" line="2087"/>
<source>Activating Network Proxy</source>
<translation>Activación de proxy de red</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2130"/>
- <location filename="mainwindow.cpp" line="4253"/>
- <source>Installation successful</source>
- <translation>Instalacion completada</translation>
+ <location filename="mainwindow.cpp" line="2201"/>
+ <location filename="mainwindow.cpp" line="2208"/>
+ <source>Failed to write settings</source>
+ <translation>Error al escribir la configuración</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2141"/>
- <location filename="mainwindow.cpp" line="4266"/>
- <source>Configure Mod</source>
- <translation>Configurar Mod</translation>
+ <location filename="mainwindow.cpp" line="2202"/>
+ <location filename="mainwindow.cpp" line="2209"/>
+ <source>An error occured trying to write back MO settings: %1</source>
+ <translation>Ha ocurrido un error tratando de escribir de nuevo la configuración de MO: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2142"/>
- <location filename="mainwindow.cpp" line="4267"/>
- <source>This mod contains ini tweaks. Do you want to configure them now?</source>
- <translation>Este mod contiene ajustes del ini. ¿Quieres configurarlos ahora?</translation>
+ <location filename="mainwindow.cpp" line="2205"/>
+ <source>File is write protected</source>
+ <translation>El archivo está protegido contra escritura</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2148"/>
- <location filename="mainwindow.cpp" line="4273"/>
- <source>mod "%1" not found</source>
- <translation>mod "%1" no encontrado</translation>
+ <location filename="mainwindow.cpp" line="2206"/>
+ <source>Invalid file format (probably a bug)</source>
+ <translation>Formato de archivo no válido (probablemente sea un bug)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2151"/>
- <location filename="mainwindow.cpp" line="4279"/>
- <source>Installation cancelled</source>
- <translation>Instalación cancelada</translation>
+ <location filename="mainwindow.cpp" line="2207"/>
+ <source>Unknown error %1</source>
+ <translation>Error desconocido %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2151"/>
- <location filename="mainwindow.cpp" line="4279"/>
- <source>The mod was not installed completely.</source>
- <translation>El mod no fue instalado completamente.</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="2300"/>
+ <location filename="mainwindow.cpp" line="2254"/>
<source>Some plugins could not be loaded</source>
<translation>Algún plugins no se pudo cargar</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2303"/>
+ <location filename="mainwindow.cpp" line="2257"/>
<source>Too many esps and esms enabled</source>
<translation>Demasiados esps y esms habilitado</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2306"/>
- <location filename="mainwindow.cpp" line="2327"/>
+ <location filename="mainwindow.cpp" line="2260"/>
+ <location filename="mainwindow.cpp" line="2281"/>
<source>Description missing</source>
<translation>Falta la descripción</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2315"/>
+ <location filename="mainwindow.cpp" line="2269"/>
<source>The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version:</source>
<translation>Los siguientes plugins no se pudieron cargar. La razón puede ser dependencias faltantes (es decir python) o una versión obsoleta:</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2323"/>
- <source>The game doesn't allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href="http://wiki.step-project.com/Guide:Merging_Plugins"&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
- <translation>El juego no permite cargar más de 255 plugins activos (incluidos los oficiales). Tienes que desactivar algunos plugins no utilizados o fusionar algunos plugins en uno solo. Aquí podras encontrar una guía: &lt;a href="http://wiki.step-project.com/Guide:Merging_Plugins"&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</translation>
+ <location filename="mainwindow.cpp" line="2277"/>
+ <source>The game doesn&apos;t allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href=&quot;http://wiki.step-project.com/Guide:Merging_Plugins&quot;&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
+ <translation>El juego no permite cargar más de 255 plugins activos (incluidos los oficiales). Tienes que desactivar algunos plugins no utilizados o fusionar algunos plugins en uno solo. Aquí podras encontrar una guía: &lt;a href=&quot;http://wiki.step-project.com/Guide:Merging_Plugins&quot;&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="2303"/>
<source>Choose Mod</source>
<translation>Seleccione Mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2350"/>
+ <location filename="mainwindow.cpp" line="2304"/>
<source>Mod Archive</source>
<translation>Archivo Mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2503"/>
+ <location filename="mainwindow.cpp" line="2327"/>
+ <location filename="mainwindow.cpp" line="4382"/>
+ <source>Installation successful</source>
+ <translation>Instalacion completada</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2338"/>
+ <location filename="mainwindow.cpp" line="4394"/>
+ <source>Configure Mod</source>
+ <translation>Configurar Mod</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2339"/>
+ <location filename="mainwindow.cpp" line="4395"/>
+ <source>This mod contains ini tweaks. Do you want to configure them now?</source>
+ <translation>Este mod contiene ajustes del ini. ¿Quieres configurarlos ahora?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2346"/>
+ <location filename="mainwindow.cpp" line="4402"/>
+ <source>mod &quot;%1&quot; not found</source>
+ <translation>mod &quot;%1&quot; no encontrado</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="4408"/>
+ <source>Installation cancelled</source>
+ <translation>Instalación cancelada</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="4408"/>
+ <source>The mod was not installed completely.</source>
+ <translation>El mod no fue instalado completamente.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2558"/>
<source>Start Tutorial?</source>
<translation>Iniciar tutorial?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2504"/>
- <source>You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue?</source>
+ <location filename="mainwindow.cpp" line="2559"/>
+ <source>You&apos;re about to start a tutorial. For technical reasons it&apos;s not possible to end the tutorial early. Continue?</source>
<translation>Estás a punto de iniciar un tutorial. Por razones técnicas, no es posible terminar el tutorial antes de tiempo. ¿Desea continuar?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2659"/>
- <location filename="mainwindow.cpp" line="4176"/>
+ <location filename="mainwindow.cpp" line="2703"/>
+ <location filename="mainwindow.cpp" line="4307"/>
<source>Download started</source>
<translation>Descarga iniciada</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2690"/>
+ <location filename="mainwindow.cpp" line="2764"/>
<source>failed to update mod list: %1</source>
<translation>Fallo al actualizar la lista de Mods: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2717"/>
+ <location filename="mainwindow.cpp" line="2808"/>
<source>failed to spawn notepad.exe: %1</source>
<translation>Fallo al cargar el Bloc de notas: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2758"/>
+ <location filename="mainwindow.cpp" line="2845"/>
<source>failed to open %1</source>
<translation>Fallo al abrir %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2836"/>
+ <location filename="mainwindow.cpp" line="2920"/>
<source>failed to change origin name: %1</source>
<translation>fallo al cambiar el nombre original del fichero %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1292"/>
- <source>Executable "%1" not found</source>
- <translation>Ejecutable "%1" no encontrado</translation>
+ <location filename="mainwindow.cpp" line="2950"/>
+ <source>failed to move &quot;%1&quot; from mod &quot;%2&quot; to &quot;%3&quot;: %4</source>
+ <translation>Error al mover &quot;%1&quot; desde mod &quot;%2&quot; to &quot;%3&quot;: %4</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1797"/>
- <source>Failed to refresh list of esps: %1</source>
- <translation>Fallo al actualizar la lista de esps: %1</translation>
+ <location filename="mainwindow.cpp" line="2973"/>
+ <source>&lt;Contains %1&gt;</source>
+ <translation>&lt;Contiene %1&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2915"/>
+ <location filename="mainwindow.cpp" line="3006"/>
<source>&lt;Checked&gt;</source>
<translation>&lt;Marcado&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2916"/>
+ <location filename="mainwindow.cpp" line="3007"/>
<source>&lt;Unchecked&gt;</source>
<translation>&lt;Desmarcado&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2917"/>
+ <location filename="mainwindow.cpp" line="3008"/>
<source>&lt;Update&gt;</source>
<translation>&lt;Actualizacion&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2918"/>
+ <location filename="mainwindow.cpp" line="3009"/>
+ <source>&lt;Managed by MO&gt;</source>
+ <translation>&lt;Gestionado por MO&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3010"/>
+ <source>&lt;Managed outside MO&gt;</source>
+ <translation>&lt;Gestionado fuera MO&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3011"/>
<source>&lt;No category&gt;</source>
<translation>&lt;No categoría&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2919"/>
+ <location filename="mainwindow.cpp" line="3012"/>
<source>&lt;Conflicted&gt;</source>
<translation>&lt;En conflicto&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2920"/>
+ <location filename="mainwindow.cpp" line="3013"/>
<source>&lt;Not Endorsed&gt;</source>
<translation>&lt;No Avalado&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2953"/>
+ <location filename="mainwindow.cpp" line="3051"/>
<source>failed to rename mod: %1</source>
<translation>fallo al renombrar el mod: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2966"/>
+ <location filename="mainwindow.cpp" line="3064"/>
<source>Overwrite?</source>
- <translation>¿Sobrescribir?</translation>
+ <translation>Sobrescribir?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2967"/>
- <source>This will replace the existing mod "%1". Continue?</source>
- <translation>Esto reemplazará el vigente mod "%1". ¿Desea continuar?</translation>
+ <location filename="mainwindow.cpp" line="3065"/>
+ <source>This will replace the existing mod &quot;%1&quot;. Continue?</source>
+ <translation>Esto reemplazará el vigente mod &quot;%1&quot;. ¿Desea continuar?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2970"/>
- <source>failed to remove mod "%1"</source>
- <translation>Fallo eliminando mod "%1"</translation>
+ <location filename="mainwindow.cpp" line="3068"/>
+ <source>failed to remove mod &quot;%1&quot;</source>
+ <translation>Fallo eliminando mod &quot;%1&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2974"/>
- <location filename="mainwindow.cpp" line="4451"/>
- <location filename="mainwindow.cpp" line="4475"/>
- <source>failed to rename "%1" to "%2"</source>
- <translation>Fallo al renombrar "%1" a "%2"</translation>
+ <location filename="mainwindow.cpp" line="3072"/>
+ <location filename="mainwindow.cpp" line="4580"/>
+ <location filename="mainwindow.cpp" line="4604"/>
+ <source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
+ <translation>Fallo al renombrar &quot;%1&quot; a &quot;%2&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3003"/>
- <source>Multiple esps activated, please check that they don't conflict.</source>
+ <location filename="mainwindow.cpp" line="3097"/>
+ <source>Multiple esps activated, please check that they don&apos;t conflict.</source>
<translation>Múltiples esps activados, por favor verifique que no entren en conflicto.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3029"/>
- <location filename="mainwindow.cpp" line="3692"/>
- <location filename="mainwindow.cpp" line="3700"/>
- <location filename="mainwindow.cpp" line="3907"/>
+ <location filename="mainwindow.cpp" line="3146"/>
+ <location filename="mainwindow.cpp" line="3771"/>
+ <location filename="mainwindow.cpp" line="3779"/>
+ <location filename="mainwindow.cpp" line="4014"/>
<source>Confirm</source>
<translation>Confirmar</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3030"/>
+ <location filename="mainwindow.cpp" line="3147"/>
<source>Remove the following mods?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</source>
<translation>¿Quitar el siguiente mods?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3041"/>
+ <location filename="mainwindow.cpp" line="3158"/>
<source>failed to remove mod: %1</source>
<translation>fallo al eliminar mod: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3076"/>
- <location filename="mainwindow.cpp" line="3079"/>
+ <location filename="mainwindow.cpp" line="3193"/>
+ <location filename="mainwindow.cpp" line="3196"/>
<source>Failed</source>
<translation>Fallo</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3076"/>
+ <location filename="mainwindow.cpp" line="3193"/>
<source>Installation file no longer exists</source>
<translation>El archivo de instalación ya no existe</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3080"/>
- <source>Mods installed with old versions of MO can't be reinstalled in this way.</source>
+ <location filename="mainwindow.cpp" line="3197"/>
+ <source>Mods installed with old versions of MO can&apos;t be reinstalled in this way.</source>
<translation>Mods instalados con las viejas versiones de MO no pueden ser instalados de nuevo de este modo.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3095"/>
- <location filename="mainwindow.cpp" line="3122"/>
- <source>You need to be logged in with Nexus to endorse</source>
- <translation>Necesita estar conectado con Nexus para avalar</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="3254"/>
- <location filename="mainwindow.cpp" line="4887"/>
- <source>Extract BSA</source>
- <translation>Extraer BSA</translation>
+ <location filename="mainwindow.cpp" line="3212"/>
+ <source>You need to be logged in with Nexus to resume a download</source>
+ <translation>Tienes que estar conectado con Nexus para reanudar una descarga</translation>
</message>
<message>
+ <location filename="mainwindow.cpp" line="3228"/>
<location filename="mainwindow.cpp" line="3255"/>
- <source>This mod contains at least one BSA. Do you want to unpack it?
-(This removes the BSA after completion. If you don't know about BSAs, just select no)</source>
- <translation>Este mod contiene al menos un BSA. ¿Quieres descomprimirlo?
-(Esto elimina la BSA después de su finalización. Si no sabe de BSAS, solamente no lo seleccione)</translation>
+ <source>You need to be logged in with Nexus to endorse</source>
+ <translation>Necesita estar conectado con Nexus para avalar</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3264"/>
- <location filename="mainwindow.cpp" line="4844"/>
- <location filename="mainwindow.cpp" line="4895"/>
- <source>failed to read %1: %2</source>
- <translation>fallo al leer %1: %2</translation>
+ <location filename="mainwindow.cpp" line="3289"/>
+ <source>Failed to display overwrite dialog: %1</source>
+ <translation>No se pudo mostrar diálogo de sobreescritura: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3277"/>
- <location filename="mainwindow.cpp" line="4906"/>
- <source>This archive contains invalid hashes. Some files may be broken.</source>
- <translation>Este archivo contiene hashes no válidos. Algunos archivos pueden estar rotos.</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="3311"/>
+ <location filename="mainwindow.cpp" line="3407"/>
<source>Nexus ID for this Mod is unknown</source>
<translation>Se desconoce la ID en Nexus para este Mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3350"/>
- <location filename="mainwindow.cpp" line="3797"/>
+ <location filename="mainwindow.cpp" line="3446"/>
+ <location filename="mainwindow.cpp" line="3886"/>
<source>Create Mod...</source>
<translation>Crear Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3351"/>
+ <location filename="mainwindow.cpp" line="3447"/>
<source>This will move all files from overwrite into a new, regular mod.
Please enter a name:</source>
<translation>Esto moverá todos los archivos de sobrescritura en un nuevo mod, regular.
Por favor, introduzca un nombre:</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3360"/>
+ <location filename="mainwindow.cpp" line="3456"/>
<source>A mod with this name already exists</source>
<translation>Ya existe un mod con este nombre</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3618"/>
+ <location filename="mainwindow.cpp" line="3697"/>
<source>Continue?</source>
<translation>¿Continuar?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3619"/>
+ <location filename="mainwindow.cpp" line="3698"/>
<source>The versioning scheme decides which version is considered newer than another.
This function will guess the versioning scheme under the assumption that the installed version is outdated.</source>
<translation>El esquema de versiones decide qué versión es considerada más nueva una que otra.
Esta función adivinará el esquema de versiones bajo el supuesto de que la versión instalada es obsoleta.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3639"/>
- <location filename="mainwindow.cpp" line="4521"/>
+ <location filename="mainwindow.cpp" line="3718"/>
+ <location filename="mainwindow.cpp" line="4650"/>
<source>Sorry</source>
<translation>Lo siento</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3640"/>
- <source>I don't know a versioning scheme where %1 is newer than %2.</source>
+ <location filename="mainwindow.cpp" line="3719"/>
+ <source>I don&apos;t know a versioning scheme where %1 is newer than %2.</source>
<translation>Se desconoce un esquema de versiones donde %1 es más reciente que %2.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3692"/>
+ <location filename="mainwindow.cpp" line="3771"/>
<source>Really enable all visible mods?</source>
<translation>¿Permitir realmente todos los mods visibles?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3700"/>
+ <location filename="mainwindow.cpp" line="3779"/>
<source>Really disable all visible mods?</source>
<translation>¿Realmente desactivar todos los mods visibles?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3708"/>
+ <location filename="mainwindow.cpp" line="3787"/>
<source>Choose what to export</source>
<translation>Elija un archivo a exportar</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3710"/>
+ <location filename="mainwindow.cpp" line="3789"/>
<source>Everything</source>
<translation>Todo</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3710"/>
+ <location filename="mainwindow.cpp" line="3789"/>
<source>All installed mods are included in the list</source>
<translation>Todos los mods instalados están incluidos en la lista</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3711"/>
+ <location filename="mainwindow.cpp" line="3790"/>
<source>Active Mods</source>
<translation>Mods Activos</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3711"/>
+ <location filename="mainwindow.cpp" line="3790"/>
<source>Only active (checked) mods from your current profile are included</source>
<translation>Mods sólo activos (Marcados) es incluido de su perfil actual</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3712"/>
+ <location filename="mainwindow.cpp" line="3791"/>
<source>Visible</source>
<translation>Visible</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3712"/>
+ <location filename="mainwindow.cpp" line="3791"/>
<source>All mods visible in the mod list are included</source>
<translation>Todo mods visible en la lista de mod son incluidos</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3755"/>
+ <location filename="mainwindow.cpp" line="3834"/>
<source>export failed: %1</source>
<translation>Falló al exportar: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3779"/>
+ <location filename="mainwindow.cpp" line="3851"/>
<source>Install Mod...</source>
<translation>Instalar Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3781"/>
+ <location filename="mainwindow.cpp" line="3853"/>
<source>Enable all visible</source>
<translation>Activar todos los visibles</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3782"/>
+ <location filename="mainwindow.cpp" line="3854"/>
<source>Disable all visible</source>
<translation>Desactivar todo lo visible</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3784"/>
+ <location filename="mainwindow.cpp" line="3856"/>
<source>Check all for update</source>
<translation>Comprobar todo para actualizar</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3788"/>
+ <location filename="mainwindow.cpp" line="3860"/>
<source>Export to csv...</source>
<translation>Exportar a CSV...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3796"/>
+ <location filename="mainwindow.cpp" line="3879"/>
+ <source>All Mods</source>
+ <translation>Todo los Mods</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3885"/>
<source>Sync to Mods...</source>
<translation>Sincronizar con Mods...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3800"/>
+ <location filename="mainwindow.cpp" line="3889"/>
<source>Restore Backup</source>
<translation>Restaurar copia de seguridad</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3801"/>
+ <location filename="mainwindow.cpp" line="3890"/>
<source>Remove Backup...</source>
<translation>Eliminar copia de seguridad...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3803"/>
+ <location filename="mainwindow.cpp" line="3894"/>
<source>Add/Remove Categories</source>
<translation>Añadir/Quitar Categorías</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3808"/>
+ <location filename="mainwindow.cpp" line="3899"/>
<source>Replace Categories</source>
<translation>Remplazar Categorías</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3813"/>
+ <location filename="mainwindow.cpp" line="3904"/>
<source>Primary Category</source>
<translation>Categoría Primaria</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3820"/>
+ <location filename="mainwindow.cpp" line="3911"/>
<source>Change versioning scheme</source>
<translation>Cambiar esquema de versiones</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3824"/>
+ <location filename="mainwindow.cpp" line="3915"/>
<source>Un-ignore update</source>
<translation>No ignorar actualización</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3826"/>
+ <location filename="mainwindow.cpp" line="3917"/>
<source>Ignore update</source>
<translation>No Ignorar actualización</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3831"/>
+ <location filename="mainwindow.cpp" line="3922"/>
<source>Rename Mod...</source>
<translation>Renombrar Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3832"/>
+ <location filename="mainwindow.cpp" line="3923"/>
<source>Remove Mod...</source>
<translation>Quitar Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3833"/>
+ <location filename="mainwindow.cpp" line="3924"/>
<source>Reinstall Mod</source>
<translation>Reinstalar Mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3836"/>
+ <location filename="mainwindow.cpp" line="3927"/>
<source>Un-Endorse</source>
<translation>No Avalado</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3839"/>
- <location filename="mainwindow.cpp" line="3843"/>
+ <location filename="mainwindow.cpp" line="3930"/>
+ <location filename="mainwindow.cpp" line="3934"/>
<source>Endorse</source>
<translation>Avalado</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3840"/>
- <source>Won't endorse</source>
- <translation>No avalar</translation>
+ <location filename="mainwindow.cpp" line="3931"/>
+ <source>Won&apos;t endorse</source>
+ <translation>No avalado</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3846"/>
+ <location filename="mainwindow.cpp" line="3937"/>
<source>Endorsement state unknown</source>
<translation>Estado de avalado desconocido</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3853"/>
+ <location filename="mainwindow.cpp" line="3944"/>
<source>Ignore missing data</source>
<translation>Ignorar data desaparecido</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3856"/>
+ <location filename="mainwindow.cpp" line="3947"/>
<source>Visit on Nexus</source>
<translation>Visite Nexus</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3857"/>
+ <location filename="mainwindow.cpp" line="3948"/>
<source>Open in explorer</source>
<translation>Abrir en explorador</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3860"/>
+ <location filename="mainwindow.cpp" line="3952"/>
<source>Information...</source>
<translation>Informacion...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3866"/>
- <location filename="mainwindow.cpp" line="5091"/>
+ <location filename="mainwindow.cpp" line="3959"/>
+ <location filename="mainwindow.cpp" line="5225"/>
<source>Exception: </source>
<translation>Excepción:</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3868"/>
- <location filename="mainwindow.cpp" line="5093"/>
+ <location filename="mainwindow.cpp" line="3961"/>
+ <location filename="mainwindow.cpp" line="5227"/>
<source>Unknown exception</source>
<translation>Excepción desconocida</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3888"/>
+ <location filename="mainwindow.cpp" line="3988"/>
<source>&lt;All&gt;</source>
<translation>&lt;Todo&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3890"/>
+ <location filename="mainwindow.cpp" line="3990"/>
<source>&lt;Multiple&gt;</source>
<translation>&lt;Multiple&gt;</translation>
</message>
+ <message numerus="yes">
+ <location filename="mainwindow.cpp" line="4014"/>
+ <source>Are you sure you want to remove the following %n save(s)?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Removed saves will be sent to the Recycle Bin.</source>
+ <translation><numerusform>Seguro que desea eliminar el siguiente %n salvado(s)?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Los salvados Eliminados serán enviados a la papelera de reciclaje.</numerusform><numerusform>Seguro que desea eliminar el siguiente %n salvado(s)?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Los salvados Eliminados serán enviados a la papelera de reciclaje.</numerusform></translation>
+ </message>
<message>
- <location filename="mainwindow.cpp" line="3907"/>
- <source>Really delete "%1"?</source>
- <translation>Realmente desea borrar "%1"?</translation>
+ <location filename="mainwindow.cpp" line="5483"/>
+ <source>Please wait while LOOT is running</source>
+ <translation>Por favor espera mientras se está ejecutando LOOT</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4018"/>
+ <location filename="mainwindow.cpp" line="4126"/>
<source>Fix Mods...</source>
- <translation>Fix Mods...</translation>
+ <translation>Arreglar Mods...</translation>
</message>
- <message>
- <location filename="mainwindow.cpp" line="4019"/>
- <source>Delete</source>
- <translation>Eliminar</translation>
+ <message numerus="yes">
+ <location filename="mainwindow.cpp" line="4128"/>
+ <source>Delete %n save(s)</source>
+ <translation><numerusform>Eliminar %n guardado(s)</numerusform><numerusform>Eliminar %n guardo(s)</numerusform></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4043"/>
- <location filename="mainwindow.cpp" line="4074"/>
+ <location filename="mainwindow.cpp" line="4155"/>
+ <location filename="mainwindow.cpp" line="4188"/>
<source>failed to remove %1</source>
<translation>Fallo eliminando %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4058"/>
- <location filename="mainwindow.cpp" line="4089"/>
+ <location filename="mainwindow.cpp" line="4172"/>
+ <location filename="mainwindow.cpp" line="4204"/>
<source>failed to create %1</source>
<translation>Fallo al crear %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4112"/>
- <source>Can't change download directory while downloads are in progress!</source>
+ <location filename="mainwindow.cpp" line="4228"/>
+ <source>Can&apos;t change download directory while downloads are in progress!</source>
<translation>No se puede cambiar el directorio de descarga, mientras que las descargas están en curso</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4179"/>
+ <location filename="mainwindow.cpp" line="4310"/>
<source>Download failed</source>
<translation>Descarga fallida</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4328"/>
+ <location filename="mainwindow.cpp" line="4457"/>
<source>failed to write to file %1</source>
<translation>Fallo de escritura en el fichero %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4334"/>
+ <location filename="mainwindow.cpp" line="4463"/>
<source>%1 written</source>
<translation>%1 escrito</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4373"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Select binary</source>
<translation>Selecciona el binario</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4373"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Binary</source>
<translation>Binario</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4399"/>
+ <location filename="mainwindow.cpp" line="4528"/>
<source>Enter Name</source>
<translation>Introducir Nombre</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4400"/>
+ <location filename="mainwindow.cpp" line="4529"/>
<source>Please enter a name for the executable</source>
<translation>Por favor, introduce un nombre para el ejecutable</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4411"/>
+ <location filename="mainwindow.cpp" line="4540"/>
<source>Not an executable</source>
<translation>No es un ejecutable</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4411"/>
+ <location filename="mainwindow.cpp" line="4540"/>
<source>This is not a recognized executable.</source>
<translation>Esto no es un ejecutable reconocido.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4436"/>
- <location filename="mainwindow.cpp" line="4461"/>
+ <location filename="mainwindow.cpp" line="4565"/>
+ <location filename="mainwindow.cpp" line="4590"/>
<source>Replace file?</source>
<translation>¿Reemplazar archivo?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4436"/>
+ <location filename="mainwindow.cpp" line="4565"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation>Ya existe una versión oculta de este archivo. Reemplazarlo?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4439"/>
- <location filename="mainwindow.cpp" line="4464"/>
+ <location filename="mainwindow.cpp" line="4568"/>
+ <location filename="mainwindow.cpp" line="4593"/>
<source>File operation failed</source>
<translation>La operación del archivo falló</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4439"/>
- <location filename="mainwindow.cpp" line="4464"/>
- <source>Failed to remove "%1". Maybe you lack the required file permissions?</source>
- <translation>Fallo al eliminar "%1". ¿Tal vez no tengas los permisos necesarios?</translation>
+ <location filename="mainwindow.cpp" line="4568"/>
+ <location filename="mainwindow.cpp" line="4593"/>
+ <source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
+ <translation>Fallo al eliminar &quot;%1&quot;. ¿Tal vez no tengas los permisos necesarios?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4461"/>
+ <location filename="mainwindow.cpp" line="4590"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation>Ya existe una versión visible de este archivo. ¿Reemplazarlo?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4494"/>
+ <location filename="mainwindow.cpp" line="4623"/>
<source>file not found: %1</source>
<translation>archivo no encontrado: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4507"/>
+ <location filename="mainwindow.cpp" line="4636"/>
<source>failed to generate preview for %1</source>
<translation>fallo al generar vista anticipada para %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4521"/>
- <source>Sorry, can't preview anything. This function currently does not support extracting from bsas.</source>
+ <location filename="mainwindow.cpp" line="4650"/>
+ <source>Sorry, can&apos;t preview anything. This function currently does not support extracting from bsas.</source>
<translation>Lo sentimos, no se puede obtener una vista previa de nada. Esta función no admite la extracción de bsas.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4552"/>
+ <location filename="mainwindow.cpp" line="4681"/>
<source>Update available</source>
<translation>Actualización disponible</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4589"/>
+ <location filename="mainwindow.cpp" line="4718"/>
<source>Open/Execute</source>
<translation>Abrir/Ejecutar</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4590"/>
+ <location filename="mainwindow.cpp" line="4719"/>
<source>Add as Executable</source>
<translation>Añadir un ejecutable</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4594"/>
+ <location filename="mainwindow.cpp" line="4723"/>
<source>Preview</source>
<translation>Previsualizar</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4600"/>
+ <location filename="mainwindow.cpp" line="4729"/>
<source>Un-Hide</source>
<translation>Desocultar</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4602"/>
+ <location filename="mainwindow.cpp" line="4731"/>
<source>Hide</source>
<translation>Ocultar</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4608"/>
+ <location filename="mainwindow.cpp" line="4737"/>
<source>Write To File...</source>
<translation>Escribir al fichero...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4639"/>
+ <location filename="mainwindow.cpp" line="4762"/>
<source>Do you want to endorse Mod Organizer on %1 now?</source>
<translation>¿Quieres avalar Mod Organizer en %1 ahora?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4775"/>
+ <location filename="mainwindow.cpp" line="4858"/>
+ <source>Thank you!</source>
+ <translation>Gracias!</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4858"/>
+ <source>Thank you for your endorsement!</source>
+ <translation>Gracias por su respaldo!</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4893"/>
<source>Request to Nexus failed: %1</source>
<translation>Solicitud de Nexus ha fallado: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4782"/>
- <location filename="mainwindow.cpp" line="4799"/>
+ <location filename="mainwindow.cpp" line="4900"/>
+ <location filename="mainwindow.cpp" line="4918"/>
<source>login successful</source>
<translation>login correcto</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4808"/>
+ <location filename="mainwindow.cpp" line="4927"/>
<source>login failed: %1. Trying to download anyway</source>
<translation>login fallado: %1. Intentando descarga de todos modos</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4814"/>
+ <location filename="mainwindow.cpp" line="4933"/>
<source>login failed: %1</source>
<translation>Falló el inicio de sesión: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4823"/>
+ <location filename="mainwindow.cpp" line="4943"/>
<source>login failed: %1. You need to log-in with Nexus to update MO.</source>
<translation>login fallido: %1. Necesitas hacer login con Nexus para actualizar MO.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4856"/>
+ <location filename="mainwindow.cpp" line="4964"/>
+ <location filename="mainwindow.cpp" line="5015"/>
+ <source>failed to read %1: %2</source>
+ <translation>fallo al leer %1: %2</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4976"/>
<source>Error</source>
<translation>Error</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4856"/>
+ <location filename="mainwindow.cpp" line="4976"/>
<source>failed to extract %1 (errorcode %2)</source>
<translation>fallo al extraer %1 (Código de error %2)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4951"/>
+ <location filename="mainwindow.cpp" line="5007"/>
+ <source>Extract BSA</source>
+ <translation>Extraer BSA</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5026"/>
+ <source>This archive contains invalid hashes. Some files may be broken.</source>
+ <translation>Este archivo contiene hashes no válidos. Algunos archivos pueden estar rotos.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5071"/>
<source>Extract...</source>
<translation>Extraer...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5007"/>
+ <location filename="mainwindow.cpp" line="5133"/>
<source>Edit Categories...</source>
<translation>Editar Categorías...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5052"/>
+ <location filename="mainwindow.cpp" line="5134"/>
+ <source>Deselect filter</source>
+ <translation>Deselecciona filtro</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5185"/>
<source>Remove</source>
<translation>Eliminar</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5062"/>
+ <location filename="mainwindow.cpp" line="5196"/>
<source>Enable all</source>
<translation>Activar todo</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5063"/>
+ <location filename="mainwindow.cpp" line="5197"/>
<source>Disable all</source>
<translation>Desactivar todos</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5082"/>
+ <location filename="mainwindow.cpp" line="5216"/>
<source>Unlock load order</source>
<translation>Desbloquear el orden de carga</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5085"/>
+ <location filename="mainwindow.cpp" line="5219"/>
<source>Lock load order</source>
<translation>Orden de carga bloqueado</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5154"/>
- <source>BOSS working</source>
- <translation>BOSS trabajando</translation>
+ <location filename="mainwindow.cpp" line="5352"/>
+ <source>depends on missing &quot;%1&quot;</source>
+ <translation>depende de que falta &quot;%1&quot;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5356"/>
+ <source>incompatible with &quot;%1&quot;</source>
+ <translation>incompatible con &quot;%1&quot;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5376"/>
+ <source>No profile set</source>
+ <translation>No conjunto de perfil</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5573"/>
+ <source>loot failed. Exit code was: %1</source>
+ <translation>loot falló. Código de salida fue: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5162"/>
- <source>failed to run boss: %1</source>
- <translation>fallo al ejecutar boss: %1</translation>
+ <location filename="mainwindow.cpp" line="5579"/>
+ <source>failed to start loot</source>
+ <translation>Error al iniciar loot</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5582"/>
+ <source>failed to run loot: %1</source>
+ <translation>Error al ejecutar loot: %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5585"/>
+ <source>Errors occured</source>
+ <translation>Se han producido errores</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5636"/>
+ <source>Backup of load order created</source>
+ <translation>Copia de seguridad de orden de carga creado</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5646"/>
+ <source>Choose backup to restore</source>
+ <translation>Elije copia de seguridad para restaurar</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5659"/>
+ <source>No Backups</source>
+ <translation>No hay copias de seguridad</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5659"/>
+ <source>There are no backups to restore</source>
+ <translation>No hay copias de seguridad para restaurar</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5680"/>
+ <location filename="mainwindow.cpp" line="5701"/>
+ <source>Restore failed</source>
+ <translation>Error en la restauración</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5681"/>
+ <location filename="mainwindow.cpp" line="5702"/>
+ <source>Failed to restore the backup. Errorcode: %1</source>
+ <translation>Error al restaurar la copia de seguridad. Código de error: %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5692"/>
+ <source>Backup of modlist created</source>
+ <translation>Copia de seguridad de la lista de mod creado</translation>
</message>
</context>
<context>
@@ -2596,8 +2878,63 @@ Esta función adivinará el esquema de versiones bajo el supuesto de que la vers
<context>
<name>ModInfo</name>
<message>
+ <location filename="modinfo.cpp" line="87"/>
+ <source>Plugins</source>
+ <translation>Plugins</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="88"/>
+ <source>Textures</source>
+ <translation>Texturas</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="89"/>
+ <source>Meshes</source>
+ <translation>Meshes</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="90"/>
+ <source>UI Changes</source>
+ <translation>UI Cambios</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="91"/>
+ <source>Music</source>
+ <translation>Music</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="92"/>
+ <source>Sound Effects</source>
+ <translation>Efectos de Sonido</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="93"/>
+ <source>Scripts</source>
+ <translation>Scripts</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="94"/>
+ <source>SKSE Plugins</source>
+ <translation>SKSE Plugins</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="95"/>
+ <source>SkyProc Tools</source>
+ <translation>SkyProc Tools</translation>
+ </message>
+ <message>
<location filename="modinfo.cpp" line="96"/>
- <location filename="modinfo.cpp" line="125"/>
+ <source>Strings</source>
+ <translation>Strings</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="97"/>
+ <source>invalid content type %1</source>
+ <translation>tipo de contenido inválido %1</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="120"/>
+ <location filename="modinfo.cpp" line="149"/>
<source>invalid index %1</source>
<translation>indice invalido %1</translation>
</message>
@@ -2605,7 +2942,7 @@ Esta función adivinará el esquema de versiones bajo el supuesto de que la vers
<context>
<name>ModInfoBackup</name>
<message>
- <location filename="modinfo.cpp" line="820"/>
+ <location filename="modinfo.cpp" line="949"/>
<source>This is the backup of a mod</source>
<translation>Esta es la copia de seguridad de un mod</translation>
</message>
@@ -2634,7 +2971,7 @@ Esta función adivinará el esquema de versiones bajo el supuesto de que la vers
</message>
<message>
<location filename="modinfodialog.ui" line="67"/>
- <location filename="modinfodialog.ui" line="155"/>
+ <location filename="modinfodialog.ui" line="175"/>
<source>Save</source>
<translation>Guardar</translation>
</message>
@@ -2644,53 +2981,73 @@ Esta función adivinará el esquema de versiones bajo el supuesto de que la vers
<translation>Fich. INI</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="97"/>
+ <location filename="modinfodialog.ui" line="91"/>
+ <source>Ini Files</source>
+ <translation>Archivos Ini</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="104"/>
<source>This is a list of .ini files in the mod.</source>
<translation>Esta es la lista de ficheros INI que incluye el mod.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="100"/>
+ <location filename="modinfodialog.ui" line="107"/>
<source>This is a list of .ini files in the mod. These are usually used to configure the behaviour of mods if there are configurable parameters.</source>
<translation>Esta es la lista de ficheros INI que incluye el mod. Normalmente son usados para configurar algunos aspectos o parametros del mod.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="149"/>
+ <location filename="modinfodialog.ui" line="114"/>
+ <source>Ini Tweaks</source>
+ <translation>Ini Tweaks</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="130"/>
+ <source>This is a list of ini tweaks (ini modifications that can be toggled).</source>
+ <translation>Esta es una lista de ajustes ini (modificaciones INI que pueden activarse).</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="133"/>
+ <source>This is a list of ini tweaks. Ini Tweaks are (usually small) fragments of ini files that are applied over existing settings in skyrim.ini/skyrimprefs.ini. Each tweak can be toggled individually. You should check the description of the mod wether the tweaks are really optional.</source>
+ <translation>Esta es una lista de ajustes ini. los ajustes Ini son (generalmente pequeños) fragmentos de archivos ini que se aplican sobre los valores existentes en el skyrim.ini/skyrimprefs.ini. Cada truco se puede activar de forma individual. Debes comprobar la descripción del mod los ajustes son opcionales.</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="169"/>
<source>Save changes to the file.</source>
<translation>Grabar cambios al fichero.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="152"/>
+ <location filename="modinfodialog.ui" line="172"/>
<source>Save changes to the file. This overwrites the original. There is no automatic backup!</source>
<translation>Grabar cambios al fichero. Esto sobreescribe el original. No se realizan backups!</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="165"/>
+ <location filename="modinfodialog.ui" line="185"/>
<source>Images</source>
<translation>Imagenes</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="220"/>
+ <location filename="modinfodialog.ui" line="240"/>
<source>Images located in the mod.</source>
<translation>Imagenes incluidas en el mod.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="223"/>
+ <location filename="modinfodialog.ui" line="243"/>
<source>This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</source>
<translation>Esto muestra todas las imágenes (jpg. y .png) en el directorio mod, como capturas de pantalla. Hacer clic en uno para obtener una vista más grande.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="256"/>
- <location filename="modinfodialog.ui" line="275"/>
+ <location filename="modinfodialog.ui" line="276"/>
+ <location filename="modinfodialog.ui" line="295"/>
<source>Optional ESPs</source>
<translation>ESPs Opcionales</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="262"/>
+ <location filename="modinfodialog.ui" line="282"/>
<source>List of esps and esms that can not be loaded by the game.</source>
<translation>Listado de ESPs y ESMs que no se cargaran con el juego.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="265"/>
+ <location filename="modinfodialog.ui" line="285"/>
<source>List of esps and esms contained in this plugin that currently can not be loaded by the game. They will not even appear in the esp-list in the main MO-window.
They usually contain optional functionality, see the readme.
@@ -2701,440 +3058,448 @@ Por lo general, contiene funciones opcionales, consulte el archivo Léame.
La mayoría de los mods no tienen esps opcionales, por lo que es muy probable que está buscando en una lista vacía.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="290"/>
+ <location filename="modinfodialog.ui" line="310"/>
<source>Make the selected mod in the lower list unavailable.</source>
<translation>marca este fichero seleccionado en la lista de abajo no disponible.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="293"/>
- <source>The selected esp (in the lower list) will be pushed into a subdirectory of the mod and will thus become "invisible" to the game. It can then no longer be activated.</source>
+ <location filename="modinfodialog.ui" line="313"/>
+ <source>The selected esp (in the lower list) will be pushed into a subdirectory of the mod and will thus become &quot;invisible&quot; to the game. It can then no longer be activated.</source>
<translation>El esp seleccionado (en la lista de abajo) es el que sera colocado en el subdirectorio del mod y sera invisible para el juego. Este no podra ser activado.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="319"/>
+ <location filename="modinfodialog.ui" line="339"/>
<source>Move a file to the data directory.</source>
<translation>Error moviendo fichero al directorio de datos.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="322"/>
- <source>This moves a esp to the esp directory so it can be enabled in the main window. Please note that the ESP merely becomes "available", it will not necessarily be loaded! That is configured in the main window of omo.</source>
- <translation>Esto mueve un esp al directorio esp, por lo que se puede habilitar en la ventana principal. Tenga en cuenta que el ESP sólo se convierte en "disponible", no necesariamente se cargará! Está configurado en la ventana principal de omo.</translation>
+ <location filename="modinfodialog.ui" line="342"/>
+ <source>This moves a esp to the esp directory so it can be enabled in the main window. Please note that the ESP merely becomes &quot;available&quot;, it will not necessarily be loaded! That is configured in the main window of omo.</source>
+ <translation>Esto mueve un esp al directorio esp, por lo que se puede habilitar en la ventana principal. Tenga en cuenta que el ESP sólo se convierte en &quot;disponible&quot;, no necesariamente se cargará! Está configurado en la ventana principal de omo.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="357"/>
+ <location filename="modinfodialog.ui" line="377"/>
<source>ESPs in the data directory and thus visible to the game.</source>
<translation>ESPs en el directorio de datos y visibles por el juego.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="360"/>
+ <location filename="modinfodialog.ui" line="380"/>
<source>These are the mod files that are in the (virtual) data directory of your game and will thus be selecteable in the esp list in the main window.</source>
<translation>Estos son los archivos mod que se encuentran en el directorio de datos (virtual) de su juego y así será selecteable en la lista de esp en la ventana principal.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="367"/>
+ <location filename="modinfodialog.ui" line="387"/>
<source>Available ESPs</source>
<translation>ESPs Disponibles</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="375"/>
+ <location filename="modinfodialog.ui" line="395"/>
<source>Conflicts</source>
<translation>Conflictos</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="383"/>
+ <location filename="modinfodialog.ui" line="403"/>
<source>The following conflicted files are provided by this mod</source>
<translation>Los siguientes archivos en conflicto son proporcionados por este mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="433"/>
- <location filename="modinfodialog.ui" line="483"/>
+ <location filename="modinfodialog.ui" line="453"/>
+ <location filename="modinfodialog.ui" line="503"/>
<source>File</source>
<translation>Fichero</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="438"/>
+ <location filename="modinfodialog.ui" line="458"/>
<source>Overwritten Mods</source>
<translation>Mods Sobrescritos </translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="448"/>
+ <location filename="modinfodialog.ui" line="468"/>
<source>The following conflicted files are provided by other mods</source>
<translation>Los siguientes archivos en conflicto son proporcionados por otros mods</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="488"/>
+ <location filename="modinfodialog.ui" line="508"/>
<source>Providing Mod</source>
<translation>Proporcionar Mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="498"/>
+ <location filename="modinfodialog.ui" line="518"/>
<source>Non-Conflicted files</source>
<translation>Archivos que no estan en conflicto</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="518"/>
+ <location filename="modinfodialog.ui" line="538"/>
<source>Categories</source>
<translation>Categorías</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="541"/>
+ <location filename="modinfodialog.ui" line="561"/>
<source>Primary Category</source>
<translation>Categoría Principal</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="558"/>
+ <location filename="modinfodialog.ui" line="578"/>
<source>Nexus Info</source>
<translation>Inf. Nexus</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="566"/>
+ <location filename="modinfodialog.ui" line="586"/>
<source>Mod ID</source>
<translation>ID del MOD</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="573"/>
+ <location filename="modinfodialog.ui" line="593"/>
<source>Mod ID for this mod on Nexus.</source>
<translation>ID del Mod en Nexus.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="576"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="596"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: &lt;/span&gt;&lt;a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; text-decoration: underline; color:#0000ff;"&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; color:#000000;"&gt;. In this example, 1334 is the id you're looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: &lt;/span&gt;&lt;a href=&quot; http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; color:#000000;&quot;&gt;. In this example, 1334 is the id you&apos;re looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Mod ID for this mod on Nexus. Esto se rellena automáticamente si has descargado e instalado el mod desde MO. De lo contrario, puedes introducirlo manualmente. Para encontrar el ID correcto, encontrar el mod en nexo. La dirección URL tendrá este aspecto: &lt;/span&gt;&lt;a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; text-decoration: underline; color:#0000ff;"&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; color:#000000;"&gt;.En este ejemplo, 1334 es el identificador que estás buscando. Además: El anterior es el enlace para Mod Organizer en Nexus. ¿Por qué no vas ahora allí y lo avalas?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Mod ID for this mod on Nexus. Esto se rellena automáticamente si has descargado e instalado el mod desde MO. De lo contrario, puedes introducirlo manualmente. Para encontrar el ID correcto, encontrar el mod en nexo. La dirección URL tendrá este aspecto: &lt;/span&gt;&lt;a href=&quot; http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; color:#000000;&quot;&gt;.En este ejemplo, 1334 es el identificador que estás buscando. Además: El anterior es el enlace para Mod Organizer en Nexus. ¿Por qué no vas ahora allí y lo avalas?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="600"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="620"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Installed Version of the Mod. The tooltip will contain the current version available on nexus. The installed version is only set if you installed the mod through MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Installed Version of the Mod. The tooltip will contain the current version available on nexus. The installed version is only set if you installed the mod through MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Versión instalada del Mod. La descripción contendrá la versión actual disponible en nexo. La versión instalada sólo se establece si has instalado el mod través de MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Versión instalada del Mod. La descripción contendrá la versión actual disponible en nexo. La versión instalada sólo se establece si has instalado el mod través de MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="607"/>
+ <location filename="modinfodialog.ui" line="627"/>
<source>Version</source>
<translation>Version</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="637"/>
+ <location filename="modinfodialog.ui" line="657"/>
<source>Refresh</source>
- <translation>Recargar</translation>
+ <translation>Refrescar</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="640"/>
+ <location filename="modinfodialog.ui" line="660"/>
<source>Refresh all information from Nexus.</source>
- <translation>Recargar toda la información de Nexus.</translation>
+ <translation>Refrescar toda la información de Nexus.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="654"/>
+ <location filename="modinfodialog.ui" line="674"/>
<source>Description</source>
<translation>Descripcion</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="669"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="689"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="704"/>
+ <location filename="modinfodialog.ui" line="724"/>
<source>Endorse</source>
<translation>Avalar</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="718"/>
+ <location filename="modinfodialog.ui" line="738"/>
<source>Notes</source>
<translation>Notas</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="728"/>
+ <location filename="modinfodialog.ui" line="748"/>
<source>Filetree</source>
- <translation>Contenido</translation>
+ <translation>Árbol de archivo</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="737"/>
+ <location filename="modinfodialog.ui" line="757"/>
<source>A directory view of this mod</source>
<translation>Ficheros que contiene este mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="740"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="760"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Changes happen immediately on disc, so do&lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt; be careful&lt;/span&gt;&lt;span style=" font-size:8pt;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
-p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Los cambios pasan inmediatamente sobre el disco, también hacen&lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt; ser cuidadoso&lt;/span&gt;&lt;span style=" font-size:8pt;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Changes happen immediately on disc, so do&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt; be careful&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { espacio blanco: pre envoltura; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Esta es una vista de directorio modificable del directorio mod. Puedes moverte por archivos mediante arrastrar y soltar; y cambiar su nombre con (doble clic).&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Los cambios pasan inmediatamente sobre el disco, también hacen&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt; ser cuidadoso&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="767"/>
+ <location filename="modinfodialog.ui" line="787"/>
<source>Previous</source>
<translation>Anterior</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="774"/>
+ <location filename="modinfodialog.ui" line="794"/>
<source>Next</source>
<translation>Siguiente</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="794"/>
+ <location filename="modinfodialog.ui" line="814"/>
<source>Close</source>
<translation>Cerrar</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="104"/>
+ <location filename="modinfodialog.cpp" line="170"/>
<source>&amp;Delete</source>
- <translation>&amp;Delete</translation>
+ <translation>&amp;Borrar</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="105"/>
+ <location filename="modinfodialog.cpp" line="171"/>
<source>&amp;Rename</source>
- <translation>&amp;Rename</translation>
+ <translation>&amp;Renombrar</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="106"/>
+ <location filename="modinfodialog.cpp" line="172"/>
<source>&amp;Hide</source>
<translation>&amp;Ocultar</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="107"/>
+ <location filename="modinfodialog.cpp" line="173"/>
<source>&amp;Unhide</source>
<translation>&amp;Mostrar</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="108"/>
+ <location filename="modinfodialog.cpp" line="174"/>
<source>&amp;Open</source>
<translation>&amp;Abrir</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="109"/>
+ <location filename="modinfodialog.cpp" line="175"/>
<source>&amp;New Folder</source>
<translation>&amp;Nueva Carpeta</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="405"/>
- <location filename="modinfodialog.cpp" line="420"/>
+ <location filename="modinfodialog.cpp" line="421"/>
+ <location filename="modinfodialog.cpp" line="436"/>
<source>Save changes?</source>
- <translation>¿Guardar cambios?</translation>
+ <translation>Guardar cambios?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="405"/>
- <location filename="modinfodialog.cpp" line="420"/>
- <source>Save changes to "%1"?</source>
- <translation>¿Guardar cambios a %1?</translation>
+ <location filename="modinfodialog.cpp" line="421"/>
+ <location filename="modinfodialog.cpp" line="436"/>
+ <source>Save changes to &quot;%1&quot;?</source>
+ <translation>Guardar cambios a %1?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="612"/>
+ <location filename="modinfodialog.cpp" line="626"/>
<source>File Exists</source>
- <translation>Existe el fichero</translation>
+ <translation>Archivo Existe</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="612"/>
+ <location filename="modinfodialog.cpp" line="626"/>
<source>A file with that name exists, please enter a new one</source>
<translation>Un fichero con ese nombre ya existe, por favor selecciona otro nombre</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="629"/>
+ <location filename="modinfodialog.cpp" line="643"/>
<source>failed to move file</source>
<translation>Error al mover el fichero</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="654"/>
- <source>failed to create directory "optional"</source>
- <translation>Error al crear el directorio "optional"</translation>
+ <location filename="modinfodialog.cpp" line="668"/>
+ <source>failed to create directory &quot;optional&quot;</source>
+ <translation>Error al crear el directorio &quot;optional&quot;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="692"/>
- <location filename="modinfodialog.cpp" line="1198"/>
+ <location filename="modinfodialog.cpp" line="706"/>
+ <location filename="modinfodialog.cpp" line="1211"/>
<source>Info requested, please wait</source>
<translation>Informacion solicitada, por favor espere</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="746"/>
+ <location filename="modinfodialog.cpp" line="760"/>
<source>Main</source>
<translation>Principal</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="747"/>
+ <location filename="modinfodialog.cpp" line="761"/>
<source>Update</source>
<translation>Actualizacion</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="748"/>
+ <location filename="modinfodialog.cpp" line="762"/>
<source>Optional</source>
<translation>Opcional</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="749"/>
+ <location filename="modinfodialog.cpp" line="763"/>
<source>Old</source>
<translation>Antiguo</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="750"/>
+ <location filename="modinfodialog.cpp" line="764"/>
<source>Misc</source>
<translation>Misc</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="751"/>
+ <location filename="modinfodialog.cpp" line="765"/>
<source>Unknown</source>
<translation>Desconocido</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="762"/>
+ <location filename="modinfodialog.cpp" line="776"/>
<source>Current Version: %1</source>
<translation>Version actual: %1</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="766"/>
+ <location filename="modinfodialog.cpp" line="780"/>
<source>No update available</source>
<translation>Sin actualizacion</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="807"/>
+ <location filename="modinfodialog.cpp" line="821"/>
<source>(description incomplete, please visit nexus)</source>
<translation>(descripción incompleta, por favor visite nexus)</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="822"/>
- <source>&lt;a href="%1"&gt;Visit on Nexus&lt;/a&gt;</source>
- <translation>&lt;a href="%1"&gt;Visite en Nexus&lt;/a&gt;</translation>
+ <location filename="modinfodialog.cpp" line="836"/>
+ <source>&lt;a href=&quot;%1&quot;&gt;Visit on Nexus&lt;/a&gt;</source>
+ <translation>&lt;a href=&quot;%1&quot;&gt;Visite en Nexus&lt;/a&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="901"/>
+ <location filename="modinfodialog.cpp" line="915"/>
<source>Failed to delete %1</source>
<translation>Error borrando %1</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="912"/>
- <location filename="modinfodialog.cpp" line="917"/>
+ <location filename="modinfodialog.cpp" line="926"/>
+ <location filename="modinfodialog.cpp" line="931"/>
<source>Confirm</source>
<translation>Confirma</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="912"/>
- <source>Are sure you want to delete "%1"?</source>
- <translation>Estas seguro de querer borrar "%1"?</translation>
+ <location filename="modinfodialog.cpp" line="926"/>
+ <source>Are sure you want to delete &quot;%1&quot;?</source>
+ <translation>Estas seguro de querer borrar &quot;%1&quot;?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="917"/>
+ <location filename="modinfodialog.cpp" line="931"/>
<source>Are sure you want to delete the selected files?</source>
<translation>Etas seguro de querer borrar los ficheros seleccionados?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="991"/>
- <location filename="modinfodialog.cpp" line="997"/>
+ <location filename="modinfodialog.cpp" line="1005"/>
+ <location filename="modinfodialog.cpp" line="1011"/>
<source>New Folder</source>
<translation>Nueva Carpeta</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1003"/>
- <source>Failed to create "%1"</source>
- <translation>Fallo al crear "%1"</translation>
+ <location filename="modinfodialog.cpp" line="1017"/>
+ <source>Failed to create &quot;%1&quot;</source>
+ <translation>Fallo al crear &quot;%1&quot;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1107"/>
- <location filename="modinfodialog.cpp" line="1131"/>
+ <location filename="modinfodialog.cpp" line="1121"/>
+ <location filename="modinfodialog.cpp" line="1145"/>
<source>Replace file?</source>
<translation>¿Reemplazar archivo?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1107"/>
+ <location filename="modinfodialog.cpp" line="1121"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation>Ya existe una versión oculta de este archivo. Reemplazarlo?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1110"/>
- <location filename="modinfodialog.cpp" line="1134"/>
+ <location filename="modinfodialog.cpp" line="1124"/>
+ <location filename="modinfodialog.cpp" line="1148"/>
<source>File operation failed</source>
<translation>La operación de archivo falló.</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1110"/>
- <location filename="modinfodialog.cpp" line="1134"/>
- <source>Failed to remove "%1". Maybe you lack the required file permissions?</source>
- <translation>Fallo al eliminar "% 1". Tal vez no tienes los permisos necesarios?</translation>
+ <location filename="modinfodialog.cpp" line="1124"/>
+ <location filename="modinfodialog.cpp" line="1148"/>
+ <source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
+ <translation>Fallo al eliminar &quot;%1&quot;. Tal vez no tienes los permisos necesarios?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1121"/>
- <location filename="modinfodialog.cpp" line="1144"/>
+ <location filename="modinfodialog.cpp" line="1135"/>
+ <location filename="modinfodialog.cpp" line="1158"/>
<source>failed to rename %1 to %2</source>
<translation>Fallo al renombrar %1 a %2</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1131"/>
+ <location filename="modinfodialog.cpp" line="1145"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation>Ya existe una versión visible de este archivo. ¿Reemplazarlo?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1178"/>
+ <location filename="modinfodialog.cpp" line="1191"/>
<source>Un-Hide</source>
<translation>Desocultar</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1180"/>
+ <location filename="modinfodialog.cpp" line="1193"/>
<source>Hide</source>
<translation>Ocultar</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1221"/>
+ <location filename="modinfodialog.cpp" line="1234"/>
<source>Name</source>
<translation>Nombre</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1221"/>
+ <location filename="modinfodialog.cpp" line="1234"/>
<source>Please enter a name</source>
<translation>Por favor, introduzca un nombre</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1225"/>
- <location filename="modinfodialog.cpp" line="1228"/>
+ <location filename="modinfodialog.cpp" line="1238"/>
+ <location filename="modinfodialog.cpp" line="1241"/>
<source>Error</source>
<translation>Error</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1225"/>
+ <location filename="modinfodialog.cpp" line="1238"/>
<source>Invalid name. Must be a valid file name</source>
<translation>Nombre no válido. Debe ser un nombre de archivo válido</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1228"/>
+ <location filename="modinfodialog.cpp" line="1241"/>
<source>A tweak by that name exists</source>
<translation>Existe un ajuste con ese nombre</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1240"/>
+ <location filename="modinfodialog.cpp" line="1255"/>
<source>Create Tweak</source>
<translation>Crear Ajuste Fino</translation>
</message>
</context>
<context>
+ <name>ModInfoForeign</name>
+ <message>
+ <location filename="modinfo.cpp" line="1040"/>
+ <source>This pseudo mod represents content managed outside MO. It isn&apos;t modified by MO.</source>
+ <translation>Esta seudo mod representa contenido administrado fuera MO. No se modifica por MO.</translation>
+ </message>
+</context>
+<context>
<name>ModInfoOverwrite</name>
<message>
- <location filename="modinfo.cpp" line="866"/>
+ <location filename="modinfo.cpp" line="994"/>
<source>This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit)</source>
<translation>Esta pseudo-mod contiene archivos en el árbol de datos virtual que fue modificado (es decir, mediante el kit de construcción)</translation>
</message>
@@ -3142,17 +3507,18 @@ p, li { white-space: pre-wrap; }
<context>
<name>ModInfoRegular</name>
<message>
- <location filename="modinfo.cpp" line="393"/>
- <source>failed to write %1/meta.ini: %2</source>
- <translation>fallo al escribir %1/meta.ini: % 2</translation>
+ <location filename="modinfo.cpp" line="586"/>
+ <location filename="modinfo.cpp" line="589"/>
+ <source>failed to write %1/meta.ini: error %2</source>
+ <translation>error al escribir %1/meta.ini: error %2</translation>
</message>
<message>
- <location filename="modinfo.cpp" line="661"/>
+ <location filename="modinfo.cpp" line="862"/>
<source>%1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory</source>
<translation>%1 no contiene ningún esp/esm y ningún directorio activo (textures, meshes, interface, ...)</translation>
</message>
<message>
- <location filename="modinfo.cpp" line="665"/>
+ <location filename="modinfo.cpp" line="866"/>
<source>Categories: &lt;br&gt;</source>
<translation>Categorias: &lt;br&gt;</translation>
</message>
@@ -3160,159 +3526,223 @@ p, li { white-space: pre-wrap; }
<context>
<name>ModList</name>
<message>
- <location filename="modlist.cpp" line="109"/>
+ <location filename="modlist.cpp" line="55"/>
+ <source>Game plugins (esp/esm)</source>
+ <translation>Plugins de Juego (esp/esm)</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="56"/>
+ <source>Interface</source>
+ <translation>Interfaz</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="57"/>
+ <source>Meshes</source>
+ <translation>Meshes</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="58"/>
+ <source>Music</source>
+ <translation>Music</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="59"/>
+ <source>Scripts (Papyrus)</source>
+ <translation>Scripts (Papyrus)</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="60"/>
+ <source>Script Extender Plugin</source>
+ <translation>Script Extender Plugin</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="61"/>
+ <source>SkyProc Patcher</source>
+ <translation>SkyProc Patcher</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="62"/>
+ <source>Sound</source>
+ <translation>Sound</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="63"/>
+ <source>Strings</source>
+ <translation>Strings</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="64"/>
+ <source>Textures</source>
+ <translation>Texturas</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="117"/>
<source>This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit)</source>
<translation>Esta entrada contiene los archivos que se han creado en el interior del árbol de datos virtual (es decir, mediante el kit de construcción)</translation>
</message>
<message>
- <location filename="modlist.cpp" line="118"/>
+ <location filename="modlist.cpp" line="126"/>
<source>Backup</source>
<translation>Copia de seguridad</translation>
</message>
<message>
- <location filename="modlist.cpp" line="119"/>
+ <location filename="modlist.cpp" line="127"/>
<source>No valid game data</source>
<translation>No hay datos válidos</translation>
</message>
<message>
- <location filename="modlist.cpp" line="120"/>
+ <location filename="modlist.cpp" line="128"/>
<source>Not endorsed yet</source>
<translation>No avalado aún</translation>
</message>
<message>
- <location filename="modlist.cpp" line="122"/>
+ <location filename="modlist.cpp" line="130"/>
<source>Overwrites files</source>
<translation>Sobrescribe archivos</translation>
</message>
<message>
- <location filename="modlist.cpp" line="123"/>
+ <location filename="modlist.cpp" line="131"/>
<source>Overwritten files</source>
<translation>¿Sobrescribir archivo?</translation>
</message>
<message>
- <location filename="modlist.cpp" line="124"/>
+ <location filename="modlist.cpp" line="132"/>
<source>Overwrites &amp; Overwritten</source>
<translation>Sobrescribe &amp; sobrescrito</translation>
</message>
<message>
- <location filename="modlist.cpp" line="125"/>
+ <location filename="modlist.cpp" line="133"/>
<source>Redundant</source>
<translation>Redundante</translation>
</message>
<message>
- <location filename="modlist.cpp" line="197"/>
+ <location filename="modlist.cpp" line="208"/>
+ <source>Non-MO</source>
+ <translation>Non-MO</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="238"/>
<source>invalid</source>
<translation>inválido</translation>
</message>
<message>
- <location filename="modlist.cpp" line="308"/>
- <source>installed version: "%1", newest version: "%2"</source>
- <oldsource>installed version: %1, newest version: %2</oldsource>
- <translation>version instalada: "%1", nueva version: "%2"</translation>
+ <location filename="modlist.cpp" line="364"/>
+ <source>installed version: &quot;%1&quot;, newest version: &quot;%2&quot;</source>
+ <translation>version instalada: &quot;%1&quot;, nueva version: &quot;%2&quot;</translation>
</message>
<message>
- <location filename="modlist.cpp" line="310"/>
- <source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to "upgrade".</source>
- <translation>La nueva versión en Nexus parece ser más antigua que la que has instalado. Esto podría significar, que la versión ha sido retirada (es decir, debido a un error) o el autor utiliza un esquema de control de versiones no estándar y que la versión más reciente es en realidad la más reciente. De cualquier manera si lo deseas, puedes "actualizar".</translation>
+ <location filename="modlist.cpp" line="366"/>
+ <source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to &quot;upgrade&quot;.</source>
+ <translation>La nueva versión en Nexus parece ser más antigua que la que has instalado. Esto podría significar, que la versión ha sido retirada (es decir, debido a un error) o el autor utiliza un esquema de control de versiones no estándar y que la versión más reciente es en realidad la más reciente. De cualquier manera si lo deseas, puedes &quot;actualizar&quot;.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="318"/>
+ <location filename="modlist.cpp" line="374"/>
<source>Categories: &lt;br&gt;</source>
<translation>Categorias: &lt;br&gt;</translation>
</message>
<message>
- <location filename="modlist.cpp" line="347"/>
+ <location filename="modlist.cpp" line="403"/>
<source>Invalid name</source>
<translation>Nombre no válido.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="717"/>
+ <location filename="modlist.cpp" line="814"/>
<source>drag&amp;drop failed: %1</source>
<translation>fallo al arrastrar y soltar: %1</translation>
</message>
<message>
- <location filename="modlist.cpp" line="776"/>
+ <location filename="modlist.cpp" line="877"/>
<source>Confirm</source>
<translation>Confirma</translation>
</message>
<message>
- <location filename="modlist.cpp" line="776"/>
- <source>Are you sure you want to remove "%1"?</source>
- <translation>Estas seguro de querer borrar "%1"?</translation>
+ <location filename="modlist.cpp" line="877"/>
+ <source>Are you sure you want to remove &quot;%1&quot;?</source>
+ <translation>Estas seguro de querer borrar &quot;%1&quot;?</translation>
</message>
<message>
- <location filename="modlist.cpp" line="831"/>
+ <location filename="modlist.cpp" line="934"/>
<source>Flags</source>
<translation>Banderas</translation>
</message>
<message>
- <location filename="modlist.cpp" line="832"/>
+ <location filename="modlist.cpp" line="935"/>
+ <source>Content</source>
+ <translation>Contenido</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="936"/>
<source>Mod Name</source>
<translation>Nombre del Mod</translation>
</message>
<message>
- <location filename="modlist.cpp" line="833"/>
+ <location filename="modlist.cpp" line="937"/>
<source>Version</source>
<translation>Versión</translation>
</message>
<message>
- <location filename="modlist.cpp" line="834"/>
+ <location filename="modlist.cpp" line="938"/>
<source>Priority</source>
<translation>Prioridad</translation>
</message>
<message>
- <location filename="modlist.cpp" line="835"/>
+ <location filename="modlist.cpp" line="939"/>
<source>Category</source>
<translation>Categoría</translation>
</message>
<message>
- <location filename="modlist.cpp" line="836"/>
+ <location filename="modlist.cpp" line="940"/>
<source>Nexus ID</source>
<translation>Nexus IDs</translation>
</message>
<message>
- <location filename="modlist.cpp" line="837"/>
+ <location filename="modlist.cpp" line="941"/>
<source>Installation</source>
<translation>Instalación</translation>
</message>
<message>
- <location filename="modlist.cpp" line="838"/>
- <location filename="modlist.cpp" line="854"/>
+ <location filename="modlist.cpp" line="942"/>
+ <location filename="modlist.cpp" line="970"/>
<source>unknown</source>
<translation>Desconocido</translation>
</message>
<message>
- <location filename="modlist.cpp" line="846"/>
+ <location filename="modlist.cpp" line="950"/>
<source>Name of your mods</source>
<translation>Nombre de tus mods</translation>
</message>
<message>
- <location filename="modlist.cpp" line="847"/>
+ <location filename="modlist.cpp" line="951"/>
<source>Version of the mod (if available)</source>
<translation>Version del mod (si esta disponible)</translation>
</message>
<message>
- <location filename="modlist.cpp" line="848"/>
- <source>Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority.</source>
+ <location filename="modlist.cpp" line="952"/>
+ <source>Installation priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites files from mods with lower priority.</source>
<translation>Prioridad de instalacion de tu mod. Cuanto mas alto sea pisara los mods con menos prioridad.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="850"/>
+ <location filename="modlist.cpp" line="954"/>
<source>Category of the mod.</source>
<translation>Categoría del mod.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="851"/>
+ <location filename="modlist.cpp" line="955"/>
<source>Id of the mod as used on Nexus.</source>
<translation>Id del mod tal como se utiliza en Nexus.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="852"/>
+ <location filename="modlist.cpp" line="956"/>
<source>Emblemes to highlight things that might require attention.</source>
<translation>Emblemas para destacar las cosas que podrían requerir atención.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="853"/>
+ <location filename="modlist.cpp" line="957"/>
+ <source>Depicts the content of the mod:&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/plugin&quot; width=32/&gt;Game plugins (esp/esm)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/interface&quot; width=32/&gt;interface&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/mesh&quot; width=32/&gt;Meshes&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/texture&quot; width=32/&gt;Textures&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/sound&quot; width=32/&gt;Sounds&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/music&quot; width=32/&gt;Music&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/string&quot; width=32/&gt;Strings&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/script&quot; width=32/&gt;Scripts (Papyrus)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skse&quot; width=32/&gt;Script Extender plugins&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skyproc&quot; width=32/&gt;SkyProc Patcher&lt;br&gt;</source>
+ <translation>Representa el contenido del mod:&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/plugin&quot; width=32/&gt;Game plugins (esp/esm)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/interface&quot; width=32/&gt;interface&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/mesh&quot; width=32/&gt;Meshes&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/texture&quot; width=32/&gt;Textures&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/sound&quot; width=32/&gt;Sounds&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/music&quot; width=32/&gt;Music&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/string&quot; width=32/&gt;Strings&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/script&quot; width=32/&gt;Scripts (Papyrus)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skse&quot; width=32/&gt;Script Extender plugins&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skyproc&quot; width=32/&gt;SkyProc Patcher&lt;br&gt;</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="969"/>
<source>Time this mod was installed</source>
<translation>Tiempo que fue instalado el mod</translation>
</message>
@@ -3346,17 +3776,22 @@ p, li { white-space: pre-wrap; }
<context>
<name>NXMAccessManager</name>
<message>
- <location filename="nxmaccessmanager.cpp" line="130"/>
+ <location filename="nxmaccessmanager.cpp" line="152"/>
<source>Logging into Nexus</source>
<translation>Inicio de sesión en Nexus</translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="145"/>
+ <location filename="nxmaccessmanager.cpp" line="167"/>
<source>timeout</source>
<translation>Tiempo de espera</translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="185"/>
+ <location filename="nxmaccessmanager.cpp" line="186"/>
+ <source>Unknown error</source>
+ <translation>Error desconocido</translation>
+ </message>
+ <message>
+ <location filename="nxmaccessmanager.cpp" line="212"/>
<source>Please check your password</source>
<translation>Por favor introduzca su contraseña</translation>
</message>
@@ -3364,17 +3799,17 @@ p, li { white-space: pre-wrap; }
<context>
<name>NexusInterface</name>
<message>
- <location filename="nexusinterface.cpp" line="218"/>
- <source>Failed to guess mod id for "%1", please pick the correct one</source>
- <translation>Fallo adivinar Identificación del mod para "% 1", por favor elegir la correcta</translation>
+ <location filename="nexusinterface.cpp" line="216"/>
+ <source>Failed to guess mod id for &quot;%1&quot;, please pick the correct one</source>
+ <translation>Fallo adivinar Identificación del mod para &quot;%1&quot;, por favor elegir la correcta</translation>
</message>
<message>
- <location filename="nexusinterface.cpp" line="455"/>
+ <location filename="nexusinterface.cpp" line="482"/>
<source>empty response</source>
<translation>Respuesta vacía</translation>
</message>
<message>
- <location filename="nexusinterface.cpp" line="483"/>
+ <location filename="nexusinterface.cpp" line="511"/>
<source>invalid response</source>
<translation>respuesta no válida</translation>
</message>
@@ -3392,166 +3827,176 @@ p, li { white-space: pre-wrap; }
<translation>Puedes utilizar arrastrar y soltar para mover archivos y directorios a mods regulares</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="90"/>
+ <location filename="overwriteinfodialog.cpp" line="88"/>
<source>&amp;Delete</source>
<translation>&amp;Eliminar</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="91"/>
+ <location filename="overwriteinfodialog.cpp" line="89"/>
<source>&amp;Rename</source>
<translation>&amp;Renombrar</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="92"/>
+ <location filename="overwriteinfodialog.cpp" line="90"/>
<source>&amp;Open</source>
<translation>&amp;Abrir</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="93"/>
+ <location filename="overwriteinfodialog.cpp" line="91"/>
<source>&amp;New Folder</source>
<translation>&amp;Nueva Carpeta</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="136"/>
- <source>Failed to delete "%1"</source>
- <translation>Error al borrar "%1"</translation>
+ <location filename="overwriteinfodialog.cpp" line="109"/>
+ <source>%1 not found</source>
+ <translation>%1 no encontrado</translation>
+ </message>
+ <message>
+ <location filename="overwriteinfodialog.cpp" line="144"/>
+ <source>Failed to delete &quot;%1&quot;</source>
+ <translation>Error al borrar &quot;%1&quot;</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="147"/>
- <location filename="overwriteinfodialog.cpp" line="152"/>
+ <location filename="overwriteinfodialog.cpp" line="155"/>
+ <location filename="overwriteinfodialog.cpp" line="160"/>
<source>Confirm</source>
<translation>Confirmar</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="147"/>
- <source>Are sure you want to delete "%1"?</source>
- <translation>Estas seguro de querer eliminar "%1"?</translation>
+ <location filename="overwriteinfodialog.cpp" line="155"/>
+ <source>Are sure you want to delete &quot;%1&quot;?</source>
+ <translation>Estas seguro de querer eliminar &quot;%1&quot;?</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="152"/>
+ <location filename="overwriteinfodialog.cpp" line="160"/>
<source>Are sure you want to delete the selected files?</source>
<translation>¿Estas seguro de querer eliminar los ficheros seleccionados?</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="202"/>
- <location filename="overwriteinfodialog.cpp" line="208"/>
+ <location filename="overwriteinfodialog.cpp" line="210"/>
+ <location filename="overwriteinfodialog.cpp" line="216"/>
<source>New Folder</source>
<translation>Nueva Carpeta</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="214"/>
- <source>Failed to create "%1"</source>
- <translation>Fallo al crear "%1"</translation>
+ <location filename="overwriteinfodialog.cpp" line="222"/>
+ <source>Failed to create &quot;%1&quot;</source>
+ <translation>Fallo al crear &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>PluginList</name>
<message>
- <location filename="pluginlist.cpp" line="110"/>
+ <location filename="pluginlist.cpp" line="104"/>
<source>Name</source>
<translation>Nombre</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="111"/>
+ <location filename="pluginlist.cpp" line="105"/>
<source>Priority</source>
<translation>Prioridad</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="112"/>
+ <location filename="pluginlist.cpp" line="106"/>
<source>Mod Index</source>
<translation>Índice de Mod</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="113"/>
+ <location filename="pluginlist.cpp" line="107"/>
<source>Flags</source>
<translation>Banderas</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="114"/>
- <location filename="pluginlist.cpp" line="126"/>
+ <location filename="pluginlist.cpp" line="108"/>
+ <location filename="pluginlist.cpp" line="120"/>
<source>unknown</source>
<translation>Desconocido</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="122"/>
+ <location filename="pluginlist.cpp" line="116"/>
<source>Name of your mods</source>
<translation>Nombre de tus mods</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="123"/>
- <source>Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority.</source>
- <translation>Prioridad de carga de tu mod. Cuanto mayor sea, más "importante" es y por lo tanto sobrescribe los datos del plugins con menor prioridad.</translation>
+ <location filename="pluginlist.cpp" line="117"/>
+ <source>Load priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites data from plugins with lower priority.</source>
+ <translation>Prioridad de carga de tu mod. Cuanto mayor sea, más &quot;importante&quot; es y por lo tanto sobrescribe los datos del plugins con menor prioridad.</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="125"/>
+ <location filename="pluginlist.cpp" line="119"/>
<source>The modindex determins the formids of objects originating from this mods.</source>
<translation>El índice de mod determins la forma ids de objetos que provienen de este mods.</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="166"/>
+ <location filename="pluginlist.cpp" line="160"/>
<source>failed to update esp info for file %1 (source id: %2), error: %3</source>
<translation>fallo al actualizar información del esp del archivo %1 (fuente id: %2), error: %3</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="234"/>
+ <location filename="pluginlist.cpp" line="228"/>
<source>esp not found: %1</source>
<translation>ESP no encontrado: %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="241"/>
- <location filename="pluginlist.cpp" line="253"/>
+ <location filename="pluginlist.cpp" line="235"/>
+ <location filename="pluginlist.cpp" line="247"/>
<source>Confirm</source>
<translation>Confirmar</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="241"/>
+ <location filename="pluginlist.cpp" line="235"/>
<source>Really enable all plugins?</source>
<translation>¿Realmente habilitar todos los plugins?</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="253"/>
+ <location filename="pluginlist.cpp" line="247"/>
<source>Really disable all plugins?</source>
<translation>¿Realmente deshabilitar todos los plugins?</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="381"/>
+ <location filename="pluginlist.cpp" line="398"/>
<source>The file containing locked plugin indices is broken</source>
<translation>El fichero que contiene los índices del plugin están bloqueados o rotos</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="419"/>
+ <location filename="pluginlist.cpp" line="439"/>
<source>Some of your plugins have invalid names! These plugins can not be loaded by the game. Please see mo_interface.log for a list of affected plugins and rename them.</source>
<translation>Algunos de los plugins tienen nombres no válidos! Estos plugins no pueden ser cargados por el juego. Por favor, consulte mo_interface.log para ver una lista de plugins afectados y cambiarles el nombre.</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="644"/>
- <source>BOSS dll incompatible</source>
- <translation>BOSS dll incompatible</translation>
+ <location filename="pluginlist.cpp" line="806"/>
+ <source>This plugin can&apos;t be disabled (enforced by the game)</source>
+ <translation>Este plugin no se puede desactivar (impuesto por el juego)</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="933"/>
- <source>This plugin can't be disabled (enforced by the game)</source>
- <translation>Este plugin no se puede desactivar (impuesto por el juego)</translation>
+ <location filename="pluginlist.cpp" line="808"/>
+ <source>&lt;b&gt;Origin&lt;/b&gt;: %1</source>
+ <translation>&lt;b&gt;Origen&lt;/b&gt;: %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="935"/>
- <source>Origin: %1</source>
- <translation>Origen: %1</translation>
+ <location filename="pluginlist.cpp" line="810"/>
+ <source>Author</source>
+ <translation>Autor</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="937"/>
+ <location filename="pluginlist.cpp" line="813"/>
+ <source>Description</source>
+ <translation>Descripcion</translation>
+ </message>
+ <message>
+ <location filename="pluginlist.cpp" line="816"/>
<source>Missing Masters</source>
<translation>Maestros Desaparecidos</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="943"/>
+ <location filename="pluginlist.cpp" line="823"/>
<source>Enabled Masters</source>
<translation>Activar Maestros</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="1084"/>
+ <location filename="pluginlist.cpp" line="974"/>
<source>failed to restore load order for %1</source>
- <translation>fallo al restaurar el orden de carga 1%</translation>
+ <translation>fallo al restaurar el orden de carga %1</translation>
</message>
</context>
<context>
@@ -3576,16 +4021,16 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="problemsdialog.ui" line="49"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="problemsdialog.ui" line="75"/>
@@ -3617,64 +4062,69 @@ p, li { white-space: pre-wrap; }
<translation>Fallo al crear %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="182"/>
+ <location filename="profile.cpp" line="184"/>
<source>failed to write mod list: %1</source>
<translation>Fallo al escribir lista de mod:s: %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="193"/>
+ <location filename="profile.cpp" line="195"/>
<source>failed to update tweaked ini file, wrong settings may be used: %1</source>
<translation>fallo al actualizar ajustes fichero ini, puede ser usado: %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="223"/>
+ <location filename="profile.cpp" line="226"/>
<source>failed to create tweaked ini: %1</source>
<translation>fallo al crear ajustes ini: %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="276"/>
- <location filename="profile.cpp" line="305"/>
- <location filename="profile.cpp" line="390"/>
- <location filename="profile.cpp" line="408"/>
- <location filename="profile.cpp" line="418"/>
+ <location filename="profile.cpp" line="236"/>
+ <source>&quot;%1&quot; is missing or inaccessible</source>
+ <translation>&quot;%1&quot; no se encuentra o inaccesible</translation>
+ </message>
+ <message>
+ <location filename="profile.cpp" line="282"/>
+ <location filename="profile.cpp" line="314"/>
+ <location filename="profile.cpp" line="416"/>
+ <location filename="profile.cpp" line="436"/>
+ <location filename="profile.cpp" line="446"/>
<source>invalid index %1</source>
<translation>fallo al crear ajustes ini: %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="371"/>
- <source>Overwrite directory couldn't be parsed</source>
+ <location filename="profile.cpp" line="397"/>
+ <source>Overwrite directory couldn&apos;t be parsed</source>
<translation>Directorio de sobrescritura no se pudo analizar</translation>
</message>
<message>
- <location filename="profile.cpp" line="380"/>
+ <location filename="profile.cpp" line="406"/>
<source>invalid priority %1</source>
<translation>prioridad invalida %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="568"/>
+ <location filename="profile.cpp" line="596"/>
<source>failed to parse ini file (%1)</source>
<translation>fallo al analizar fichero ini (%1)</translation>
</message>
<message>
- <location filename="profile.cpp" line="596"/>
+ <location filename="profile.cpp" line="624"/>
<source>failed to parse ini file (%1): %2</source>
<translation>fallo al analizar fichero ini (%1): %2</translation>
</message>
<message>
- <location filename="profile.cpp" line="620"/>
- <location filename="profile.cpp" line="657"/>
- <source>failed to modify "%1"</source>
- <translation>fallo al modificar "%1"</translation>
+ <location filename="profile.cpp" line="648"/>
+ <location filename="profile.cpp" line="685"/>
+ <source>failed to modify &quot;%1&quot;</source>
+ <translation>fallo al modificar &quot;%1&quot;</translation>
</message>
<message>
- <location filename="profile.cpp" line="685"/>
+ <location filename="profile.cpp" line="713"/>
<source>Delete savegames?</source>
<translation>¿Eliminar partidas guardadas?</translation>
</message>
<message>
- <location filename="profile.cpp" line="686"/>
- <source>Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames)</source>
- <translation>¿Quieres borrar partidas locales guardadas? (Si seleccionas "No", los juegos salvados aparecerán de nuevo si vuelves a habilitar las partidas locales guardadas)</translation>
+ <location filename="profile.cpp" line="714"/>
+ <source>Do you want to delete local savegames? (If you select &quot;No&quot;, the save games will show up again if you re-enable local savegames)</source>
+ <translation>¿Quieres borrar partidas locales guardadas? (Si seleccionas &quot;No&quot;, los juegos salvados aparecerán de nuevo si vuelves a habilitar las partidas locales guardadas)</translation>
</message>
</context>
<context>
@@ -3696,8 +4146,8 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profileinputdialog.ui" line="33"/>
- <source>If checked, the new profile will use the default game settings instead of the "global" settings. Global settings are the settings you configure when running the game launcher directly, without MO.</source>
- <translation>Si se marca, el nuevo perfil utilizará la configuración predeterminada de juego en lugar de los ajustes "globales". La configuración global son los valores que se configuran al ejecutar el lanzador del juego directamente, sin MO.</translation>
+ <source>If checked, the new profile will use the default game settings instead of the &quot;global&quot; settings. Global settings are the settings you configure when running the game launcher directly, without MO.</source>
+ <translation>Si se marca, el nuevo perfil utilizará la configuración predeterminada de juego en lugar de los ajustes &quot;globales&quot;. La configuración global son los valores que se configuran al ejecutar el lanzador del juego directamente, sin MO.</translation>
</message>
<message>
<location filename="profileinputdialog.ui" line="36"/>
@@ -3719,20 +4169,20 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.ui" line="25"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;This is the list of profiles. Each Profile contains its own list and installation order of enabled mods (from a shared pool), a configuration of enabled esps/esms, a copy of the games ini-file and an optional savegame filter.&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;Note&lt;/span&gt; For technical reasons it's currently not possible to have seperate load-orders for esps. This means you can't load moda.esp before modb.esp in one profile and the other way around in another.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This is the list of profiles. Each Profile contains its own list and installation order of enabled mods (from a shared pool), a configuration of enabled esps/esms, a copy of the games ini-file and an optional savegame filter.&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note&lt;/span&gt; For technical reasons it&apos;s currently not possible to have seperate load-orders for esps. This means you can&apos;t load moda.esp before modb.esp in one profile and the other way around in another.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;Esta es la lista de perfiles. Cada perfil contiene su propia lista y el orden de instalación de mods habilitados (desde un fondo compartido), una configuración de esps/esms una copia de ficheros ini del juego y un filtro de partidas guardadas opcional.&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;Nota&lt;/span&gt; Por razones técnicas, en este momento no es posible tener-órdenes de carga separadas para esps. Esto significa que no puede cargar moda.esp antes modb.esp en un perfil y al revés en otro.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Esta es la lista de perfiles. Cada perfil contiene su propia lista y el orden de instalación de mods habilitados (desde un fondo compartido), una configuración de esps/esms una copia de ficheros ini del juego y un filtro de partidas guardadas opcional.&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Nota&lt;/span&gt; Por razones técnicas, en este momento no es posible tener-órdenes de carga separadas para esps. Esto significa que no puede cargar moda.esp antes modb.esp en un perfil y al revés en otro.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="38"/>
@@ -3752,22 +4202,22 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.ui" line="54"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The games Oblivion, Fallout 3 and Fallout NV contain a bug which prevents texture and mesh replacers (that is: all modifications to meshes and textures already in game) from working.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Mod Organizer uses a workaround called &amp;quot;BSA redirection&amp;quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;With Skyrim this bug seems to be fixed to a degree but whether a mod becomes active still depends on file dates. Therefore, it still makes sense to activate this.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The games Oblivion, Fallout 3 and Fallout NV contain a bug which prevents texture and mesh replacers (that is: all modifications to meshes and textures already in game) from working.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Mod Organizer uses a workaround called &amp;quot;BSA redirection&amp;quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;With Skyrim this bug seems to be fixed to a degree but whether a mod becomes active still depends on file dates. Therefore, it still makes sense to activate this.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Los juegos de Oblivion, Fallout 3 y Fallout NV contienen un error que impide que la textura y los sustitutos de la malla (es decir: todas las modificaciones de las mallas y texturas que ya están en el juego) funcionen.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;El Mod Organizer utiliza una solución llamada &amp;quot;BSA redirección&amp;quot; (google es tu amigo) para solucionar este problema de forma fiable y sin más trabajo. Basta con activarlo y olvidarse.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Con Skyrim este error parece corregido, pero si un mod se activa todavía depende de las fechas de archivo. Por lo tanto, todavía tiene sentido activar esto.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Los juegos de Oblivion, Fallout 3 y Fallout NV contienen un error que impide que la textura y los sustitutos de la malla (es decir: todas las modificaciones de las mallas y texturas que ya están en el juego) funcionen.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;El Mod Organizer utiliza una solución llamada &amp;quot;BSA redirección&amp;quot; (google es tu amigo) para solucionar este problema de forma fiable y sin más trabajo. Basta con activarlo y olvidarse.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Con Skyrim este error parece corregido, pero si un mod se activa todavía depende de las fechas de archivo. Por lo tanto, todavía tiene sentido activar esto.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="64"/>
@@ -3834,7 +4284,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.cpp" line="61"/>
- <source>Archive invalidation isn't required for this game.</source>
+ <source>Archive invalidation isn&apos;t required for this game.</source>
<translation>Invalidación de archivo no es necesaria para este juego.</translation>
</message>
<message>
@@ -3885,8 +4335,8 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.cpp" line="183"/>
- <source>This profile you're about to delete seems to be broken or the path is invalid. I'm about to delete the following folder: "%1". Proceed?</source>
- <translation>Este perfil que estás a punto de suprimir parece estar roto o la ruta no es válida. Estoy a punto de suprimir la carpeta siguiente: "%1". ¿Continuar?</translation>
+ <source>This profile you&apos;re about to delete seems to be broken or the path is invalid. I&apos;m about to delete the following folder: &quot;%1&quot;. Proceed?</source>
+ <translation>Este perfil que estás a punto de suprimir parece estar roto o la ruta no es válida. Estoy a punto de suprimir la carpeta siguiente: &quot;%1&quot;. ¿Continuar?</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="215"/>
@@ -3931,23 +4381,23 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="csvbuilder.cpp" line="70"/>
- <source>invalid field name "%1"</source>
- <translation>nombre de campo no válido "%1"</translation>
+ <source>invalid field name &quot;%1&quot;</source>
+ <translation>nombre de campo no válido &quot;%1&quot;</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="76"/>
- <source>invalid type for "%1" (should be integer)</source>
- <translation>tipo no válido para "%1" (debe ser un número entero)</translation>
+ <source>invalid type for &quot;%1&quot; (should be integer)</source>
+ <translation>tipo no válido para &quot;%1&quot; (debe ser un número entero)</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="81"/>
- <source>invalid type for "%1" (should be string)</source>
- <translation>tipo no válido para "%1" (debe ser string)</translation>
+ <source>invalid type for &quot;%1&quot; (should be string)</source>
+ <translation>tipo no válido para &quot;%1&quot; (debe ser string)</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="86"/>
- <source>invalid type for "%1" (should be float)</source>
- <translation>tipo no válido para "%1" (debe ser float)</translation>
+ <source>invalid type for &quot;%1&quot; (should be float)</source>
+ <translation>tipo no válido para &quot;%1&quot; (debe ser float)</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="103"/>
@@ -3956,13 +4406,13 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="csvbuilder.cpp" line="140"/>
- <source>field not set "%1"</source>
- <translation>campo no ajustado "%1"</translation>
+ <source>field not set &quot;%1&quot;</source>
+ <translation>campo no ajustado &quot;%1&quot;</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="237"/>
- <source>invalid character in field "%1"</source>
- <translation>carácter inválido en el ancho del campo "%1"</translation>
+ <source>invalid character in field &quot;%1&quot;</source>
+ <translation>carácter inválido en el ancho del campo &quot;%1&quot;</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="240"/>
@@ -4010,7 +4460,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="loadmechanism.cpp" line="144"/>
<source>Failed to deactivate script extender loading</source>
- <translation>Fallo al desactivar el "Script Extender"</translation>
+ <translation>Fallo al desactivar el &quot;Script Extender&quot;</translation>
</message>
<message>
<location filename="loadmechanism.cpp" line="165"/>
@@ -4056,87 +4506,91 @@ p, li { white-space: pre-wrap; }
<translation>Fallo al configurar la carga por proxy-dll</translation>
</message>
<message>
- <location filename="main.cpp" line="139"/>
+ <location filename="main.cpp" line="122"/>
<source>Permissions required</source>
<translation>Se requieren permisos</translation>
</message>
<message>
- <location filename="main.cpp" line="140"/>
- <source>The current user account doesn't have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run "helper.exe" with administrative rights.</source>
- <translation>La cuenta de usuario actual no tiene los permisos de acceso requeridos para ejecutar Mod Organizer. Los cambios necesarios se pueden hacer de forma automática (el directorio MO hará escritura para la cuenta de usuario actual). Se le pedirá ejecutar "helper.exe" con derechos administrativos.</translation>
+ <location filename="main.cpp" line="123"/>
+ <source>The current user account doesn&apos;t have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run &quot;helper.exe&quot; with administrative rights.</source>
+ <translation>La cuenta de usuario actual no tiene los permisos de acceso requeridos para ejecutar Mod Organizer. Los cambios necesarios se pueden hacer de forma automática (el directorio MO hará escritura para la cuenta de usuario actual). Se le pedirá ejecutar &quot;helper.exe&quot; con derechos administrativos.</translation>
</message>
<message>
- <location filename="main.cpp" line="231"/>
- <location filename="main.cpp" line="269"/>
+ <location filename="main.cpp" line="202"/>
+ <location filename="main.cpp" line="241"/>
<source>Woops</source>
<translation>Woops</translation>
</message>
<message>
- <location filename="main.cpp" line="232"/>
+ <location filename="main.cpp" line="203"/>
<source>ModOrganizer has crashed! Should a diagnostic file be created? If you send me this file (%1) to sherb@gmx.net, the bug is a lot more likely to be fixed. Please include a short description of what you were doing when the crash happened</source>
<translation>¡ModOrganizer se ha estrellado! ¿Se debe crear un archivo de diagnóstico? Si me envía el fichero (%1) a sherb@gmx.net, el error es mucho más probable que se arregle. Por favor, incluya una breve descripción de lo que estaba haciendo cuando ocurrió el accidente</translation>
</message>
<message>
- <location filename="main.cpp" line="270"/>
+ <location filename="main.cpp" line="242"/>
<source>ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1</source>
<translation>¡ModOrganizer se ha estrellado! Lamentablemente no fue capaz de escribir un archivo de diagnóstico: %1</translation>
</message>
<message>
- <location filename="main.cpp" line="332"/>
- <location filename="settings.cpp" line="542"/>
+ <location filename="main.cpp" line="383"/>
+ <location filename="settings.cpp" line="528"/>
<source>Mod Organizer</source>
<translation>Mod Organizer</translation>
</message>
<message>
- <location filename="main.cpp" line="332"/>
+ <location filename="main.cpp" line="383"/>
<source>An instance of Mod Organizer is already running</source>
<translation>Ya se está ejecutando una instancia de Mod Organizer</translation>
</message>
<message>
- <location filename="main.cpp" line="354"/>
- <source>No game identified in "%1". The directory is required to contain the game binary and its launcher.</source>
- <translation>Juego no identificado en "%1". Se requiere que el directorio contenga el binario del juego y su lanzador.</translation>
+ <location filename="main.cpp" line="397"/>
+ <source>No game identified in &quot;%1&quot;. The directory is required to contain the game binary and its launcher.</source>
+ <translation>Juego no identificado en &quot;%1&quot;. Se requiere que el directorio contenga el binario del juego y su lanzador.</translation>
</message>
<message>
- <location filename="main.cpp" line="357"/>
- <location filename="main.cpp" line="386"/>
+ <location filename="main.cpp" line="400"/>
+ <location filename="main.cpp" line="429"/>
<source>Please select the game to manage</source>
<translation>Por favor seleccione el juego</translation>
</message>
<message>
- <location filename="main.cpp" line="412"/>
- <source>Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!)</source>
+ <location filename="main.cpp" line="456"/>
+ <source>Please select the game edition you have (MO can&apos;t start the game correctly if this is set incorrectly!)</source>
<translation>Por favor selecciona la edición del juego que tienes (MO no puede iniciar el juego correctamente si esto está mal ajustado!)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="790"/>
- <source>Please use "Help" from the toolbar to get usage instructions to all elements</source>
- <translation>Por favor utilice "Ayuda" en la barra superior para obtener informacion sobre todos los elementos</translation>
+ <location filename="main.cpp" line="545"/>
+ <source>failed to start application: %1</source>
+ <translation>Error al iniciar la aplicación: %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="856"/>
+ <source>Please use &quot;Help&quot; from the toolbar to get usage instructions to all elements</source>
+ <translation>Por favor utilice &quot;Ayuda&quot; en la barra superior para obtener informacion sobre todos los elementos</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1618"/>
- <location filename="mainwindow.cpp" line="4221"/>
+ <location filename="mainwindow.cpp" line="1659"/>
+ <location filename="mainwindow.cpp" line="4347"/>
<source>&lt;Manage...&gt;</source>
- <translation>&lt;Definir...&gt;</translation>
+ <translation>&lt;Gestionar...&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1636"/>
+ <location filename="mainwindow.cpp" line="1677"/>
<source>failed to parse profile %1: %2</source>
- <translation>no se pudo analizar el perfil % 1: %2</translation>
+ <translation>no se pudo analizar el perfil %1: %2</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="336"/>
- <location filename="profile.cpp" line="233"/>
- <source>failed to find "%1"</source>
+ <location filename="pluginlist.cpp" line="353"/>
+ <source>failed to find &quot;%1&quot;</source>
<translation>fallo al encontrar %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="492"/>
+ <location filename="pluginlist.cpp" line="518"/>
<source>failed to access %1</source>
<translation>Fallo al acceder %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="506"/>
+ <location filename="pluginlist.cpp" line="532"/>
<source>failed to set file time %1</source>
<translation>Fallo al definir la hora al fihcero %1</translation>
</message>
@@ -4147,8 +4601,8 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profile.cpp" line="96"/>
- <source>"%1" is missing</source>
- <translation>"%1" no encontrado</translation>
+ <source>&quot;%1&quot; is missing or inaccessible</source>
+ <translation>&quot;%1&quot; no se encuentra o inaccesible</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="80"/>
@@ -4162,77 +4616,77 @@ p, li { white-space: pre-wrap; }
<translation>Error</translation>
</message>
<message>
- <location filename="savegamegamebryo.cpp" line="139"/>
- <location filename="savegamegamebryo.cpp" line="198"/>
- <location filename="savegamegamebryo.cpp" line="240"/>
+ <location filename="safewritefile.cpp" line="33"/>
+ <source>failed to open temporary file</source>
+ <translation>Fallo al abrir el archivo temporal</translation>
+ </message>
+ <message>
+ <location filename="savegamegamebryo.cpp" line="130"/>
+ <location filename="savegamegamebryo.cpp" line="189"/>
+ <location filename="savegamegamebryo.cpp" line="231"/>
<source>wrong file format</source>
<translation>formato de fichero erroneo</translation>
</message>
<message>
- <location filename="savegamegamebryo.cpp" line="326"/>
+ <location filename="savegamegamebryo.cpp" line="317"/>
<source>failed to open %1</source>
<translation>Fallo al abrir %1</translation>
</message>
<message>
- <location filename="settings.cpp" line="549"/>
+ <location filename="settings.cpp" line="535"/>
<source>Script Extender</source>
<translation>Script Extender</translation>
</message>
<message>
- <location filename="settings.cpp" line="556"/>
+ <location filename="settings.cpp" line="542"/>
<source>Proxy DLL</source>
<translation>Proxy DLL</translation>
</message>
<message>
- <location filename="spawn.cpp" line="106"/>
- <source>failed to spawn "%1"</source>
- <translation>Fallo al crear "%1"</translation>
+ <location filename="spawn.cpp" line="140"/>
+ <source>failed to spawn &quot;%1&quot;</source>
+ <translation>Fallo al crear &quot;%1&quot;</translation>
</message>
<message>
- <location filename="spawn.cpp" line="113"/>
+ <location filename="spawn.cpp" line="147"/>
<source>Elevation required</source>
<translation>Elevación requerida</translation>
</message>
<message>
- <location filename="spawn.cpp" line="114"/>
+ <location filename="spawn.cpp" line="148"/>
<source>This process requires elevation to run.
This is a potential security risk so I highly advice you to investigate if
-"%1"
+&quot;%1&quot;
can be installed to work without elevation.
Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe to make changes to the system)</source>
<translation>Este proceso require elevación tal iniciar.
Este es un riesgo potencial para la seguridad, así que aconsejo vivamente investigarlo
-"%1"
+&quot;%1&quot;
puede ser instalado para trabajar sin elevación.
¿Comenzar elevación de todos modos? (se le preguntará si desea permitir a Mod Organizer.exe realizar cambios en el sistema)</translation>
</message>
<message>
- <location filename="spawn.cpp" line="129"/>
- <source>failed to spawn "%1": %2</source>
- <translation>Fallo al crear "%1": %2</translation>
+ <location filename="spawn.cpp" line="163"/>
+ <source>failed to spawn &quot;%1&quot;: %2</source>
+ <translation>Fallo al crear &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="spawn.cpp" line="138"/>
- <source>"%1" doesn't exist</source>
- <translation>"%1% no existe</translation>
+ <location filename="spawn.cpp" line="172"/>
+ <source>&quot;%1&quot; doesn&apos;t exist</source>
+ <translation>&quot;%1&quot; no existe</translation>
</message>
<message>
- <location filename="spawn.cpp" line="145"/>
- <source>failed to inject dll into "%1": %2</source>
- <translation>Fallo al injectar la dll en "%1": %2</translation>
+ <location filename="spawn.cpp" line="179"/>
+ <source>failed to inject dll into &quot;%1&quot;: %2</source>
+ <translation>Fallo al injectar la dll en &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="spawn.cpp" line="153"/>
- <source>failed to run "%1"</source>
+ <location filename="spawn.cpp" line="197"/>
+ <source>failed to run &quot;%1&quot;</source>
<translation>Fallo al abrir %1</translation>
</message>
- <message>
- <location filename="safewritefile.cpp" line="32"/>
- <source>failed to open temporary file</source>
- <translation>Fallo al abrir el archivo temporal</translation>
- </message>
</context>
<context>
<name>QueryOverwriteDialog</name>
@@ -4342,8 +4796,8 @@ puede ser instalado para trabajar sin elevación.
</message>
<message>
<location filename="savetextasdialog.cpp" line="40"/>
- <source>failed to open "%1" for writing</source>
- <translation>Fallo al abrir "%1 para escritura</translation>
+ <source>failed to open &quot;%1&quot; for writing</source>
+ <translation>Fallo al abrir &quot;%1 para escritura</translation>
</message>
</context>
<context>
@@ -4368,79 +4822,79 @@ puede ser instalado para trabajar sin elevación.
<name>SelfUpdater</name>
<message>
<location filename="selfupdater.cpp" line="66"/>
- <source>archive.dll not loaded: "%1"</source>
- <translation>archive.dll no cargado: "%1"</translation>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation>archive.dll no cargado: &quot;%1&quot;</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="116"/>
- <location filename="selfupdater.cpp" line="139"/>
- <location filename="selfupdater.cpp" line="268"/>
- <location filename="selfupdater.cpp" line="415"/>
+ <location filename="selfupdater.cpp" line="117"/>
+ <location filename="selfupdater.cpp" line="140"/>
+ <location filename="selfupdater.cpp" line="269"/>
+ <location filename="selfupdater.cpp" line="416"/>
<source>Update</source>
<translation>Actualización</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="117"/>
+ <location filename="selfupdater.cpp" line="118"/>
<source>An update is available (newest version: %1), do you want to install it?</source>
<translation>Hay disponible una actualización (versión más reciente: %1), desea instalarlo?</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="140"/>
+ <location filename="selfupdater.cpp" line="141"/>
<source>Download in progress</source>
<translation>Descarga en progreso</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="195"/>
+ <location filename="selfupdater.cpp" line="196"/>
<source>Download failed: %1</source>
<translation>Fallo en la descarga: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="206"/>
+ <location filename="selfupdater.cpp" line="207"/>
<source>Failed to install update: %1</source>
<translation>No se pudo instalar la actualización: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="227"/>
- <source>failed to open archive "%1": %2</source>
- <translation>error al abrir el archivo "%1": %2</translation>
+ <location filename="selfupdater.cpp" line="228"/>
+ <source>failed to open archive &quot;%1&quot;: %2</source>
+ <translation>error al abrir el archivo &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="250"/>
+ <location filename="selfupdater.cpp" line="251"/>
<source>failed to move outdated files: %1. Please update manually.</source>
<translation>Fallo al mover archivos obsoletos: %1. Por favor, actualice manualmente.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="268"/>
+ <location filename="selfupdater.cpp" line="269"/>
<source>Update installed, Mod Organizer will now be restarted.</source>
<translation>Actualización instalada, Ahora se reiniciará la Mod Organizer.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="296"/>
+ <location filename="selfupdater.cpp" line="297"/>
<source>Error</source>
<translation>Error</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="351"/>
+ <location filename="selfupdater.cpp" line="352"/>
<source>Failed to parse response. Please report this as a bug and include the file mo_interface.log.</source>
<translation>No se ha podido analizar la respuesta. Por favor, informa de este error e incluir archivo mo_interface.log.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="416"/>
+ <location filename="selfupdater.cpp" line="417"/>
<source>No incremental update available for this version, the complete package needs to be downloaded (%1 kB)</source>
<translation>Ninguna actualización incremental disponible para esta versión, el paquete completo tiene que ser descargado (%1 kB)</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="425"/>
+ <location filename="selfupdater.cpp" line="426"/>
<source>no file for update found. Please update manually.</source>
<translation>ningún archivo de actualización encontrado. Por favor, actualice manualmente.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="440"/>
+ <location filename="selfupdater.cpp" line="441"/>
<source>Failed to retrieve update information: %1</source>
<translation>Fallo al recuperar información de actualización: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="460"/>
+ <location filename="selfupdater.cpp" line="461"/>
<source>No download server available. Please try again later.</source>
<translation>No hay ningún servidor de descarga disponible. Por favor, inténtelo de nuevo más tarde.</translation>
</message>
@@ -4448,18 +4902,28 @@ puede ser instalado para trabajar sin elevación.
<context>
<name>Settings</name>
<message>
- <location filename="settings.cpp" line="320"/>
- <location filename="settings.cpp" line="339"/>
- <source>attempt to store setting for unknown plugin "%1"</source>
- <translation>tratando de almacenar la configuración para plugin desconocido "%1"</translation>
+ <location filename="settings.cpp" line="115"/>
+ <source>Failed</source>
+ <translation>Error</translation>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="116"/>
+ <source>Sorry, failed to start the helper application</source>
+ <translation>Lo sentimos, no se pudo iniciar la aplicación auxiliar</translation>
</message>
<message>
- <location filename="settings.cpp" line="660"/>
+ <location filename="settings.cpp" line="335"/>
+ <location filename="settings.cpp" line="354"/>
+ <source>attempt to store setting for unknown plugin &quot;%1&quot;</source>
+ <translation>tratando de almacenar la configuración para plugin desconocido &quot;%1&quot;</translation>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="647"/>
<source>Confirm</source>
<translation>Confirmar</translation>
</message>
<message>
- <location filename="settings.cpp" line="660"/>
+ <location filename="settings.cpp" line="647"/>
<source>Changing the mod directory affects all your profiles! Mods not present (or named differently) in the new location will be disabled in all profiles. There is no way to undo this unless you backed up your profiles manually. Proceed?</source>
<translation>¡Cambiar el directorio mod afecta a todos los perfiles! Mods que no están presentes (o de nombres diferentes) en la nueva ubicación se desactivarán en todos los perfiles. No hay manera de deshacer esto a menos que se realice la copia de seguridad de los perfiles manualmente. ¿Proceder?</translation>
</message>
@@ -4488,16 +4952,16 @@ puede ser instalado para trabajar sin elevación.
</message>
<message>
<location filename="settingsdialog.ui" line="42"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The display language. This will only displaye languages for which you have a translation installed.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The display language. This will only displaye languages for which you have a translation installed.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Idioma de pantalla. Esto sólo displaya idiomas para los que tienen una traducción instalada.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Idioma de pantalla. Esto sólo displaya idiomas para los que tienen una traducción instalada.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="57"/>
@@ -4521,15 +4985,15 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="settingsdialog.ui" line="85"/>
- <source>Decides the amount of data printed to "ModOrganizer.log"</source>
- <translation>Decide la cantidad de datos impresos a "ModOrganizer.log"</translation>
+ <source>Decides the amount of data printed to &quot;ModOrganizer.log&quot;</source>
+ <translation>Decide la cantidad de datos impresos a &quot;ModOrganizer.log&quot;</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="88"/>
- <source>Decides the amount of data printed to "ModOrganizer.log".
-"Debug" produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the "Info" level for regluar use. On the "Error" level the log file usually remains empty.</source>
- <translation>Decide la cantidad de datos impresos a "ModOrganizer.log".
-"Depurar" produce información muy útil para encontrar problemas. Generalmente, no hay impacto notable en el rendimiento, pero el fichero puede llegar a ser bastante grande. Si esto es un problema que puedes preferir el nivel "Info" para uso regluar. En el nivel "Error" el fichero de registro por lo general permanece vacío.</translation>
+ <source>Decides the amount of data printed to &quot;ModOrganizer.log&quot;.
+&quot;Debug&quot; produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the &quot;Info&quot; level for regluar use. On the &quot;Error&quot; level the log file usually remains empty.</source>
+ <translation>Decide la cantidad de datos impresos a &quot;ModOrganizer.log&quot;.
+&quot;Depurar&quot; produce información muy útil para encontrar problemas. Generalmente, no hay impacto notable en el rendimiento, pero el fichero puede llegar a ser bastante grande. Si esto es un problema que puedes preferir el nivel &quot;Info&quot; para uso regluar. En el nivel &quot;Error&quot; el fichero de registro por lo general permanece vacío.</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="93"/>
@@ -4569,7 +5033,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="settingsdialog.ui" line="158"/>
- <source>Directory where mods are stored. Please note that changing this will break all associations of profiles with mods that don't exist in the new location (with the same name).</source>
+ <source>Directory where mods are stored. Please note that changing this will break all associations of profiles with mods that don&apos;t exist in the new location (with the same name).</source>
<translation>Directorio donde se almacenan los mods. Tenga en cuenta que el cambio de esto romperá todas las asociaciones de perfiles con los mods que no existen en la nueva ubicación (con el mismo nombre).</translation>
</message>
<message>
@@ -4583,296 +5047,342 @@ p, li { white-space: pre-wrap; }
<translation>Directorio de Caché</translation>
</message>
<message>
+ <location filename="settingsdialog.ui" line="199"/>
+ <source>User interface</source>
+ <translation>Interfaz de usuario</translation>
+ </message>
+ <message>
<location filename="settingsdialog.ui" line="205"/>
+ <source>If checked, the download interface will be more compact.</source>
+ <translation>Si se marca, la interfaz de descarga será más compacto.</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="208"/>
+ <source>Compact Download Interface</source>
+ <translation>Interfaz de Descarga Compacto</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="215"/>
+ <source>If checked, the download list will display meta information instead of file names.</source>
+ <translation>Si se selecciona, la lista de descargas mostrará la información de metadatos en lugar de nombres de archivo.</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="218"/>
+ <source>Download Meta Information</source>
+ <translation>Descarga Información Meta</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="234"/>
<source>Reset stored information from dialogs.</source>
<translation>Reiniciar la información almacenada de los diálogos.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="208"/>
- <source>This will make all dialogs show up again where you checked the "Remember selection"-box.</source>
- <translation>Esto hará que todos los diálogos se vuelven a mostrar al marcar la opción "Recordar selección"-box.</translation>
+ <location filename="settingsdialog.ui" line="237"/>
+ <source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box.</source>
+ <translation>Esto hará que todos los diálogos se vuelven a mostrar al marcar la opción &quot;Recordar selección&quot;-box.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="211"/>
+ <location filename="settingsdialog.ui" line="240"/>
<source>Reset Dialogs</source>
<translation>Restablecer Diálogos</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="231"/>
- <location filename="settingsdialog.ui" line="234"/>
+ <location filename="settingsdialog.ui" line="260"/>
+ <location filename="settingsdialog.ui" line="263"/>
<source>Modify the categories available to arrange your mods.</source>
<translation>Modificar las categorías disponibles para organizar tus mods.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="237"/>
+ <location filename="settingsdialog.ui" line="266"/>
<source>Configure Mod Categories</source>
<translation>Configurar categorías Mod</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="245"/>
- <location filename="settingsdialog.ui" line="261"/>
+ <location filename="settingsdialog.ui" line="274"/>
+ <location filename="settingsdialog.ui" line="290"/>
<source>Nexus</source>
<translation>Nexus</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="251"/>
+ <location filename="settingsdialog.ui" line="280"/>
<source>Allows automatic log-in when the Nexus-Page for the game is clicked.</source>
<translation>Permite el incio automatico en Nexus al seleccionar el juego.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="254"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="settingsdialog.ui" line="283"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Allows automatic log-in when the Nexus-Page for the game is clicked. Please note that the obfuscation with which the password is stored in modorganizer.ini is not very strong. If you're worried someone might steal your password, don't store it here.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Allows automatic log-in when the Nexus-Page for the game is clicked. Please note that the obfuscation with which the password is stored in modorganizer.ini is not very strong. If you&apos;re worried someone might steal your password, don&apos;t store it here.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Permite registro de entrada automático cuando se hace clic en la Página-Nexus para el juego. Ten en cuenta que la ofuscación con la que la contraseña se almacena en Modorganizer.ini no es muy fuerte. Si te preocupa que alguien pueda robar tu contraseña, no la guardes aquí.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Permite registro de entrada automático cuando se hace clic en la Página-Nexus para el juego. Ten en cuenta que la ofuscación con la que la contraseña se almacena en Modorganizer.ini no es muy fuerte. Si te preocupa que alguien pueda robar tu contraseña, no la guardes aquí.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="270"/>
+ <location filename="settingsdialog.ui" line="299"/>
<source>If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic.</source>
<translation>Si está activada y si se introducen las credenciales correctas, inicia una sesión en Nexus (para navegar y descargar) es automático.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="273"/>
+ <location filename="settingsdialog.ui" line="302"/>
<source>Automatically Log-In to Nexus</source>
<translation>Inicio automatico en Nexus</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="282"/>
+ <location filename="settingsdialog.ui" line="311"/>
<source>Username</source>
<translation>Usuario</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="296"/>
+ <location filename="settingsdialog.ui" line="325"/>
<source>Password</source>
<translation>Contraseña</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="318"/>
+ <location filename="settingsdialog.ui" line="347"/>
<source>Disable automatic internet features</source>
<translation>Deshabilitar funciones automáticas de Internet</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="321"/>
+ <location filename="settingsdialog.ui" line="350"/>
<source>Disable automatic internet features. This does not affect features that are explicitly invoked by the user (like checking mods for updates, endorsing, opening the web browser)</source>
<translation>Deshabilita funciones automáticas de Internet. Esto no afecta a las funciones que se invocan explícitamente por el usuario (como el control de mods para las actualizaciones, avalar, abrir el navegador web)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="324"/>
+ <location filename="settingsdialog.ui" line="353"/>
<source>Offline Mode</source>
<translation>Modo Desconectado</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="331"/>
+ <location filename="settingsdialog.ui" line="360"/>
<source>Use a proxy for network connections.</source>
<translation>Utilizar un proxy para las conexiones de red.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="334"/>
+ <location filename="settingsdialog.ui" line="363"/>
<source>Use a proxy for network connections. This uses the system-wide settings which can be configured in Internet Explorer. Please note that MO will start up a few seconds slower on some systems when using a proxy.</source>
<translation>Utilizar un proxy para las conexiones de red. Esto utiliza la configuración de todo el sistema que puede configurarse en Internet Explorer. Ten en cuenta que MO se iniciará unos segundos más lento en algunos sistemas cuando se utiliza un proxy.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="337"/>
+ <location filename="settingsdialog.ui" line="366"/>
<source>Use HTTP Proxy (Uses System Settings)</source>
<translation>Usar HTTP Proxy (Usa configuración del sistema)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="346"/>
- <source>Associate with "Download with manager" links</source>
- <translation>Asociar con "Download Manager" links</translation>
+ <location filename="settingsdialog.ui" line="375"/>
+ <source>Associate with &quot;Download with manager&quot; links</source>
+ <translation>Asociar con &quot;Download Manager&quot; links</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="375"/>
+ <location filename="settingsdialog.ui" line="404"/>
<source>Known Servers (updated on download)</source>
<translation>Servidores conocidos (descarga actualizada)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="396"/>
+ <location filename="settingsdialog.ui" line="425"/>
<source>Preferred Servers (Drag &amp; Drop)</source>
<translation>Servidores preferidos (Arrastrar y soltar)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="431"/>
+ <location filename="settingsdialog.ui" line="460"/>
<source>Plugins</source>
<translation>Plugins</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="453"/>
+ <location filename="settingsdialog.ui" line="482"/>
<source>Author:</source>
<translation>Autor:</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="467"/>
+ <location filename="settingsdialog.ui" line="496"/>
<source>Version:</source>
<translation>Versión:</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="481"/>
+ <location filename="settingsdialog.ui" line="510"/>
<source>Description:</source>
<translation>Descripción</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="519"/>
+ <location filename="settingsdialog.ui" line="548"/>
<source>Key</source>
<translation>Tecla</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="524"/>
+ <location filename="settingsdialog.ui" line="553"/>
<source>Value</source>
<translation>Valor</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="536"/>
+ <location filename="settingsdialog.ui" line="565"/>
<source>Blacklisted Plugins (use &lt;del&gt; to remove):</source>
<translation>Lista negra de Plugins (usa &lt;supr&gt; para eliminar):</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="547"/>
+ <location filename="settingsdialog.ui" line="576"/>
<source>Workarounds</source>
<translation>Soluciones</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="555"/>
+ <location filename="settingsdialog.ui" line="584"/>
<source>Steam App ID</source>
<translation>Steam App ID</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="575"/>
+ <location filename="settingsdialog.ui" line="604"/>
<source>The Steam AppID for your game</source>
<translation>El AppID de tu juego</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="578"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="settingsdialog.ui" line="607"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The preset for this is the App ID of the &amp;quot;regular&amp;quot; version so in most cases, you should be set.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you think you have a different version (GotY or something), follow these steps to get to the id:&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;1. Navigate to the game library in steam&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;2. right-click on the game you need the id for and choose &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Create desktop shortcut&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;3. right-click on the newly created shortcut on your desktop and select &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Properties&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;4. in the URL-field you should see something like this: &lt;/span&gt;&lt;span style=" font-size:8pt; font-style:italic;"&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;22380 is the id you're looking for.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The preset for this is the App ID of the &amp;quot;regular&amp;quot; version so in most cases, you should be set.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you think you have a different version (GotY or something), follow these steps to get to the id:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;1. Navigate to the game library in steam&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;2. right-click on the game you need the id for and choose &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Create desktop shortcut&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;3. right-click on the newly created shortcut on your desktop and select &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Properties&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;4. in the URL-field you should see something like this: &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-style:italic;&quot;&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;22380 is the id you&apos;re looking for.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;El valor predeterminado para esto es el App ID de la &amp;quot;regular &amp;quot; versión por lo que en la mayoría de los casos, debe ser fijado.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Si piensas que tienes una versión diferente (GotY o algo así), sigue estos pasos para llegar a la id:&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;1. Vaya a la biblioteca de juegos en steam&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;2. haz clic derecho en el juego que necesita el id para elegir y en &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Crear acceso directo al escritorio&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;3. haz clic en el acceso directo recién creado en el escritorio y selecciona &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Propiedades&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;4. en el campo URL deberías ver algo como esto: &lt;/span&gt;&lt;span style=" font-size:8pt; font-style:italic;"&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;22380 es el ID que estás buscando.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;El valor predeterminado para esto es el App ID de la &amp;quot;regular &amp;quot; versión por lo que en la mayoría de los casos, debe ser fijado.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Si piensas que tienes una versión diferente (GotY o algo así), sigue estos pasos para llegar a la id:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;1. Vaya a la biblioteca de juegos en steam&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;2. haz clic derecho en el juego que necesita el id para elegir y en &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Crear acceso directo al escritorio&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;3. haz clic en el acceso directo recién creado en el escritorio y selecciona &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Propiedades&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;4. en el campo URL deberías ver algo como esto: &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-style:italic;&quot;&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;22380 es el ID que estás buscando.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="609"/>
+ <location filename="settingsdialog.ui" line="638"/>
<source>Load Mechanism</source>
<translation>Mecamismo de carga</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="629"/>
+ <location filename="settingsdialog.ui" line="658"/>
<source>Select loading mechanism. See help for details.</source>
<translation>Selecciona la forma de cargar. Mira la ayuda para detalles.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="632"/>
+ <location filename="settingsdialog.ui" line="661"/>
<source>Mod Organizer needs a dll to be injected into the game so all mods are visible to it.
There are several means to do this:
*Mod Organizer* (default) In this mode the Mod Organizer itself injects the dll. The disadvantage is that you always have to start the game through MO or a link created by it.
*Script Extender* In this mode, MO is installed as a Script Extender (obse, fose, nvse, skse) plugin.
*Proxy DLL* In this mode, MO replaces one of the game's dlls with one that loads MO (and the original dll of course). This will ONLY work with Steam games and it has only been tested with Skyrim. Please use this only if the other mechanisms don't work.
-If you use the Steam version of Oblivion the default will NOT work. In this case, please install obse and use "Script Extender" as the load mechanism. Also you can then not start Oblivion from MO. Instead, use MO only to set up your mods, then quit and start Oblivion through Steam.</source>
+If you use the Steam version of Oblivion the default will NOT work. In this case, please install obse and use &quot;Script Extender&quot; as the load mechanism. Also you can then not start Oblivion from MO. Instead, use MO only to set up your mods, then quit and start Oblivion through Steam.</source>
<translation>Mod Organizer necesita una dll que se inyecta en el juego para que todos los mods sean visibles a ella.
Hay varios medios de hacer esto:
*Mod Organizer* (Defecto en este modo el propio Mod Organizer inyecta la dll. La desventaja es que siempre tienes que iniciar el juego a través de MO o un enlace creado por.
*Script Extender* En este modo, MO se instala como Script Extender (OBSE, FOSE, NVSE, skse) Plugin.
*Proxy DLL* En este modo, MO sustituye a uno de los archivos DLL del juego con uno que carga MO (y el archivo DLL original, por supuesto). Esto sólo funcionará con los juegos de Steam y sólo se ha probado con Skyrim. Utilice esta opción sólo si los otros mecanismos no funcionan.
-Si utilizas la versión Steam de Oblivion por defecto NO funcionará. En este caso, por favor, instala obse y usa "Script Extender" como mecanismo de carga. También no podras iniciar Oblivion desde MO. En su lugar, usa MO sólo para configurar los mods, a continuación, comenzar Oblivion a través de Steam.</translation>
+Si utilizas la versión Steam de Oblivion por defecto NO funcionará. En este caso, por favor, instala obse y usa &quot;Script Extender&quot; como mecanismo de carga. También no podras iniciar Oblivion desde MO. En su lugar, usa MO sólo para configurar los mods, a continuación, comenzar Oblivion a través de Steam.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="649"/>
+ <location filename="settingsdialog.ui" line="678"/>
<source>NMM Version</source>
<translation>NMM Version</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="669"/>
+ <location filename="settingsdialog.ui" line="698"/>
<source>The Version of Nexus Mod Manager to impersonate.</source>
<translation>La versión de Nexus Mod Manager para suplantar.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="672"/>
+ <location filename="settingsdialog.ui" line="701"/>
<source>Mod Organizer uses an API provided by the Nexus to provide features like checking for updates and downloading files. Unfortunately this API has not been made available officially to third party tools like MO so we have to impersonate the Nexus Mod Manager to be allowed in.
On top of this Nexus has used the client identification to lock out outdated versions of NMM to force users to update. This means that MO also needs to impersonate the new version of NMM even if MO doesn't need an update. Therefore you can configure the version to identify as here.
-Please note that MO does identify itself as MO to the webserver, it's not lying about what it is. It is merely adding a "compatible" NMM version to the user agent.
+Please note that MO does identify itself as MO to the webserver, it's not lying about what it is. It is merely adding a &quot;compatible&quot; NMM version to the user agent.
-tl;dr-version: If Nexus-features don't work, insert the current version number of NMM here and try again.</source>
+tl;dr-version: If Nexus-features don&apos;t work, insert the current version number of NMM here and try again.</source>
<translation>Mod Organizer utiliza una API proporcionada por Nexus para proporcionar características como la comprobación de actualizaciones y descarga de archivos. Por desgracia, esta API no ha sido puesta a disposición oficialmente a terceros, como MO por lo que tenemos que pasar por el Nexus Mod Manager para ser permitido.
En la parte superior de Nexus ha utilizado la identificación de los clientes para bloquear versiones no actualizadas del NMM y obligar a los usuarios a actualizarlo. Esto significa que la OM también tiene que hacerse pasar por la nueva versión de NMM aunque MO no necesita una actualización. Por lo tanto, puedes configurar la versión de identificar como aquí.
-Ten en cuenta que MO sí identifica a sí misma como MO al servidor web, no está mintiendo acerca de lo que es. Simplemente es la adición de una versión NMM "compatible" con el agente de usuario.
+Ten en cuenta que MO sí identifica a sí misma como MO al servidor web, no está mintiendo acerca de lo que es. Simplemente es la adición de una versión NMM &quot;compatible&quot; con el agente de usuario.
tl;dr-version: Si Nexus-features no funciona, introduzca el número de la versión actual de NMM aquí y vuelva a intentarlo.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="694"/>
+ <location filename="settingsdialog.ui" line="723"/>
<source>Enforces that inactive ESPs and ESMs are never loaded.</source>
<translation>Se asegura que no se cargan nunca los ESPs y ESMs inactivos.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="697"/>
+ <location filename="settingsdialog.ui" line="726"/>
<source>It seems that the Games occasionally load ESP or ESM files even if they haven't been activated as plugins.
-I don't yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source>
+I don&apos;t yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source>
<translation>Parece que los juegos ocasionalmente cargan archivos ESP o ESM, incluso si ellos todavía no se ha activado como plugins.
No, pero sabe cuáles son las circunstancias, pero informes de usuario implican en algunos casos no deseados. Si esto se comprueba, ESPs ESMs no marcadas en la lista son invisibles para el juego y no se pueden cargar.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="701"/>
+ <location filename="settingsdialog.ui" line="730"/>
<source>Hide inactive ESPs/ESMs</source>
<translation>Ocultar ESPs/ESMs inactivos</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="708"/>
+ <location filename="settingsdialog.ui" line="737"/>
<source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)</source>
<translation>Si está marcado, los ficheros (es decir, ESP, ESM y bsas) pertenecientes al núcleo del juego no se pueden desactivar en la interfaz de usuario. (por defecto: activado)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="711"/>
+ <location filename="settingsdialog.ui" line="740"/>
<source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)
Uncheck this if you want to use Mod Organizer with total conversions (like Nehrim) but be aware that the game will crash if required files are not enabled.</source>
<translation>Si está marcado, los archivos (es decir, esps, esms y bsas) pertenecientes al núcleo del juego no se pueden desactivar en la interfaz de usuario. (por defecto: activado)
Desactiva esta opción si deseas utilizar Mod Organizer con conversiones totales (como Nehrim) pero ten en cuenta que el juego se colgará si algún archivo necesario no están habilitados.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="715"/>
+ <location filename="settingsdialog.ui" line="744"/>
<source>Force-enable game files</source>
<translation>Fuerza a habilitar archivos del juego</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="725"/>
- <location filename="settingsdialog.ui" line="729"/>
+ <location filename="settingsdialog.ui" line="754"/>
+ <source>Disable this to no longer display mods installed outside MO in the mod list (left pane). Assets from those mods will then be treated as having lowest mod priority together with the original game content.</source>
+ <translation>Desactiva esto para más no mostrar mods instalado fuera de MO en la lista de mod (panel izquierdo). El activo de esos mods entonces serán tratados como si tuvieran prioridad más baja junto con el contenido original del juego.</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="757"/>
+ <source>By default Mod Organizer will display esp+bsa bundles installed with foreign tools as mods (left pane). This allows you to control their priority in relation to other mods. This is particularly useful if you also use Steam Workshop to install mods.
+However, if you installed loose file mods outside MO which conflict with BSAs also installed outside MO those conflicts can't be resolved correctly.
+
+If you disable this feature, MO will only display official DLCs this way. Please note that plugins (esps and esms) displayed in the right pane are completely unaffected by this feature.</source>
+ <translation>Por defecto Mod Organizer mostrará esp+bsa instalados con herramientas extranjeras como mods (panel izquierdo). Esto le permite controlar su prioridad en relación con otros mods. Esto es particularmente útil si también usas Steam Workshop para instalar mods.
+Sin embargo, si has instalado mods de archivos sueltos fuera de MO que están en conflicto con BSA también instalara fuera de MO esos conflictos no se pueden resolver correctamente.
+
+i se desactiva esta función, MO sólo mostrará DLCs oficiales de esta manera. Tenga en cuenta que los plugins (ESP y ESM) que aparecen en el panel derecho seran completamente afectado por esta característica.</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="763"/>
+ <source>Display mods installed outside MO</source>
+ <translation>Mostrar mods instalados fuera MO</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="773"/>
+ <location filename="settingsdialog.ui" line="777"/>
<source>For Skyrim, this can be used instead of Archive Invalidation. It should make AI redundant for all Profiles.
For the other games this is not a sufficient replacement for AI!</source>
<translation>Para Skyrim, esto puede ser usado en lugar del Archivo invalidación. Se debe marcar AI redundante para todos los perfiles.
Para el resto de los juegos no es un sustituto suficiente para AI</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="733"/>
+ <location filename="settingsdialog.ui" line="781"/>
<source>Back-date BSAs</source>
<translation>Fecha Respaldo BSAs</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="757"/>
+ <location filename="settingsdialog.ui" line="805"/>
<source>These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here.</source>
<translation>Estas son soluciones para los problemas con Mod Organizer. Por favor, asegúrese de leer el texto de ayuda antes de cambiar nada aquí.</translation>
</message>
@@ -4898,8 +5408,8 @@ Para el resto de los juegos no es un sustituto suficiente para AI</translation>
</message>
<message>
<location filename="settingsdialog.cpp" line="120"/>
- <source>This will make all dialogs show up again where you checked the "Remember selection"-box. Continue?</source>
- <translation>Esto hará que todos los diálogos se vuelven a mostrar cuando marcó la opción "Recordar selección"-box. ¿Desea continuar?</translation>
+ <source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box. Continue?</source>
+ <translation>Esto hará que todos los diálogos se vuelven a mostrar cuando marcó la opción &quot;Recordar selección&quot;-box. ¿Desea continuar?</translation>
</message>
</context>
<context>
@@ -4945,11 +5455,15 @@ Para el resto de los juegos no es un sustituto suficiente para AI</translation>
</message>
<message>
<location filename="singleinstance.cpp" line="82"/>
- <location filename="singleinstance.cpp" line="88"/>
<source>failed to connect to running instance: %1</source>
<translation>Error al conectarse a la instancia en ejecución: %1</translation>
</message>
<message>
+ <location filename="singleinstance.cpp" line="88"/>
+ <source>failed to communicate with running instance: %1</source>
+ <translation>Error al comunicarse con instancia en ejecución: %1</translation>
+ </message>
+ <message>
<location filename="singleinstance.cpp" line="100"/>
<source>failed to receive data from secondary instance: %1</source>
<translation>Error al recibir datos de instancia secundaria: %1</translation>
@@ -4974,7 +5488,7 @@ Para el resto de los juegos no es un sustituto suficiente para AI</translation>
</message>
<message>
<location filename="syncoverwritedialog.cpp" line="95"/>
- <source>&lt;don't sync&gt;</source>
+ <source>&lt;don&apos;t sync&gt;</source>
<translation>&lt;No sincronizar&gt;</translation>
</message>
<message>
@@ -5082,32 +5596,32 @@ C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves
</message>
<message>
<location filename="transfersavesdialog.cpp" line="141"/>
- <source>Overwrite the file "%1"</source>
- <translation>Sobrescribir el fichero "%1"</translation>
+ <source>Overwrite the file &quot;%1&quot;</source>
+ <translation>Sobrescribir el fichero &quot;%1&quot;</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="164"/>
- <location filename="transfersavesdialog.cpp" line="202"/>
- <location filename="transfersavesdialog.cpp" line="237"/>
- <location filename="transfersavesdialog.cpp" line="276"/>
+ <location filename="transfersavesdialog.cpp" line="157"/>
+ <location filename="transfersavesdialog.cpp" line="195"/>
+ <location filename="transfersavesdialog.cpp" line="230"/>
+ <location filename="transfersavesdialog.cpp" line="269"/>
<source>Confirm</source>
<translation>Confirmar</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="165"/>
- <location filename="transfersavesdialog.cpp" line="203"/>
- <source>Copy all save games of character "%1" to the profile?</source>
- <translation>Copiar todos los caracteres del juego salvado "%1" para el perfil?</translation>
+ <location filename="transfersavesdialog.cpp" line="158"/>
+ <location filename="transfersavesdialog.cpp" line="196"/>
+ <source>Copy all save games of character &quot;%1&quot; to the profile?</source>
+ <translation>Copiar todos los caracteres del juego salvado &quot;%1&quot; para el perfil?</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="238"/>
- <source>Move all save games of character "%1" to the global location? Please be aware that this will mess up the running number of save games.</source>
- <translation>Mover todas las partidas guardadas "%1" para la localización global? Tenga en cuenta que esto se hace un lío con el número consecutivo de juegos salvados.</translation>
+ <location filename="transfersavesdialog.cpp" line="231"/>
+ <source>Move all save games of character &quot;%1&quot; to the global location? Please be aware that this will mess up the running number of save games.</source>
+ <translation>Mover todas las partidas guardadas &quot;%1&quot; para la localización global? Tenga en cuenta que esto se hace un lío con el número consecutivo de juegos salvados.</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="277"/>
- <source>Copy all save games of character "%1" to the global location? Please be aware that this will mess up the running number of save games.</source>
- <translation>Mover todas las partidas guardadas "%1" para la localización global? Tenga en cuenta que esto se hace un lío con el número consecutivo de juegos salvados.</translation>
+ <location filename="transfersavesdialog.cpp" line="270"/>
+ <source>Copy all save games of character &quot;%1&quot; to the global location? Please be aware that this will mess up the running number of save games.</source>
+ <translation>Mover todas las partidas guardadas &quot;%1&quot; para la localización global? Tenga en cuenta que esto se hace un lío con el número consecutivo de juegos salvados.</translation>
</message>
</context>
-</TS>
+</TS> \ No newline at end of file
diff --git a/src/organizer_fr.ts b/src/organizer_fr.ts
index 68caa4e1..004499e8 100644
--- a/src/organizer_fr.ts
+++ b/src/organizer_fr.ts
@@ -1,5 +1,48 @@
-<!DOCTYPE TS>
-<TS version="2.0" language="fr">
+<?xml version="1.0" ?><!DOCTYPE TS><TS language="fr" version="2.0">
+<context>
+ <name>AboutDialog</name>
+ <message>
+ <location filename="aboutdialog.ui" line="14"/>
+ <location filename="aboutdialog.ui" line="53"/>
+ <source>About</source>
+ <translation>A propros</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="66"/>
+ <source>Revision:</source>
+ <translation>Révision :</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="104"/>
+ <source>Used Software</source>
+ <translation>Logiciel utilisé</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="117"/>
+ <source>Credits</source>
+ <translation>Crédits</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="123"/>
+ <source>Translators</source>
+ <translation>Traducteurs</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="189"/>
+ <source>Others</source>
+ <translation>Autres</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="266"/>
+ <source>Close</source>
+ <translation>Fermer</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.cpp" line="80"/>
+ <source>No license</source>
+ <translation>Pas de license</translation>
+ </message>
+</context>
<context>
<name>ActivateModsDialog</name>
<message>
@@ -14,22 +57,22 @@
</message>
<message>
<location filename="activatemodsdialog.ui" line="23"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a list of esps and esms that were active when the save game was created.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a list of esps and esms that were active when the save game was created.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Ceci est une liste des fichiers ESPs et ESMs actifs lors de la création de la sauvegarde.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Pour chaque esp, la colonne de droite contient le (ou les) mod(s) pouvant être activé(s) afin de rendre les esps/esms manquants disponibles.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Si vous cliquez le bouton [OK], tous les mods sélectionnés dans les colonnes de droite et tous les esps manquants qui deviendront disponibles seront activés.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Ceci est une liste des fichiers ESPs et ESMs actifs lors de la création de la sauvegarde.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Pour chaque esp, la colonne de droite contient le (ou les) mod(s) pouvant être activé(s) afin de rendre les esps/esms manquants disponibles.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Si vous cliquez le bouton [OK], tous les mods sélectionnés dans les colonnes de droite et tous les esps manquants qui deviendront disponibles seront activés.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="activatemodsdialog.ui" line="37"/>
@@ -52,7 +95,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="baincomplexinstallerdialog.ui" line="14"/>
<source>BAIN Package Installer</source>
- <translation>Installateur de paquet BAIN ("Wrye Bash" et assimilés)</translation>
+ <translation>Installateur de paquet BAIN (&quot;Wrye Bash&quot; et assimilés)</translation>
</message>
<message>
<location filename="baincomplexinstallerdialog.ui" line="22"/>
@@ -72,9 +115,9 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="baincomplexinstallerdialog.ui" line="47"/>
<source>Components of this package.
-If there is a component called "00 Core" it is usually required. Options are ordered by priority as set up by the author.</source>
+If there is a component called &quot;00 Core&quot; it is usually required. Options are ordered by priority as set up by the author.</source>
<translation>Composants de ce paquet.
-Si un composant est nommée "00 Core"; il est habituellement nécessaire. Les options sont classées par priorités, telles que définies par l'auteur.</translation>
+Si un composant est nommée &quot;00 Core&quot;; il est habituellement nécessaire. Les options sont classées par priorités, telles que définies par l&apos;auteur.</translation>
</message>
<message>
<location filename="baincomplexinstallerdialog.ui" line="57"/>
@@ -110,6 +153,29 @@ Si un composant est nommée "00 Core"; il est habituellement nécessaire. Les op
</message>
</context>
<context>
+ <name>BrowserDialog</name>
+ <message>
+ <location filename="browserdialog.ui" line="14"/>
+ <source>Some Page</source>
+ <translation>Quelques pages</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.ui" line="281"/>
+ <source>Search</source>
+ <translation>Rechercher</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.cpp" line="95"/>
+ <source>new</source>
+ <translation>nouveau</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.cpp" line="209"/>
+ <source>failed to start download</source>
+ <translation>échec du lancement du téléchargement</translation>
+ </message>
+</context>
+<context>
<name>CategoriesDialog</name>
<message>
<location filename="categoriesdialog.ui" line="14"/>
@@ -129,7 +195,7 @@ Si un composant est nommée "00 Core"; il est habituellement nécessaire. Les op
<message>
<location filename="categoriesdialog.ui" line="72"/>
<source>Internal ID for the category. The categories a mod belongs to are stored by this ID. It is recommended you use new IDs for categories you add instead of re-using existing ones.</source>
- <translation>ID interne de la catégorie. Les catégories auxquelles un mod appartient sont stockées grâce à cet ID. Il est recommandé d'utiliser de nouvelles ID pour les catégories que vous ajoutez plutôt que de réutiliser celles déjà existantes.</translation>
+ <translation>ID interne de la catégorie. Les catégories auxquelles un mod appartient sont stockées grâce à cet ID. Il est recommandé d&apos;utiliser de nouvelles ID pour les catégories que vous ajoutez plutôt que de réutiliser celles déjà existantes.</translation>
</message>
<message>
<location filename="categoriesdialog.ui" line="77"/>
@@ -140,7 +206,7 @@ Si un composant est nommée "00 Core"; il est habituellement nécessaire. Les op
<location filename="categoriesdialog.ui" line="80"/>
<location filename="categoriesdialog.ui" line="83"/>
<source>Name of the Categorie used for display.</source>
- <translation>Nom de la catégorie, tel qu'il sera affiché.</translation>
+ <translation>Nom de la catégorie, tel qu&apos;il sera affiché.</translation>
</message>
<message>
<location filename="categoriesdialog.ui" line="88"/>
@@ -150,24 +216,24 @@ Si un composant est nommée "00 Core"; il est habituellement nécessaire. Les op
<message>
<location filename="categoriesdialog.ui" line="91"/>
<source>Comma-Separated list of Nexus IDs to be matched to the internal ID.</source>
- <translation>Liste séparée par des virgules des IDs Nexus qui seront assignées à l'ID interne.</translation>
+ <translation>Liste séparée par des virgules des IDs Nexus qui seront assignées à l&apos;ID interne.</translation>
</message>
<message>
<location filename="categoriesdialog.ui" line="94"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;You can match one or multiple nexus categories to a internal ID. Whenever you download a mod from a Nexus Page, Mod Organizer will try to resolve the category defined on the Nexus to one available in MO.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You can match one or multiple nexus categories to a internal ID. Whenever you download a mod from a Nexus Page, Mod Organizer will try to resolve the category defined on the Nexus to one available in MO.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Vous pouvez assigner une ou plusieurs catégories Nexus à une ID interne. Lorsqu'un mod est téléchargé d'une page Nexus, Mod Organizer (MO) tentera de convertir la catégorie définie sur Nexus en une catégorie disponible dans celui-ci.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Pour connaître les IDs de catégories utilisées sur Nexus, visitez la liste des catégories sur le site et survolez les liens qui s'y trouvent.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Vous pouvez assigner une ou plusieurs catégories Nexus à une ID interne. Lorsqu&apos;un mod est téléchargé d&apos;une page Nexus, Mod Organizer (MO) tentera de convertir la catégorie définie sur Nexus en une catégorie disponible dans celui-ci.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Pour connaître les IDs de catégories utilisées sur Nexus, visitez la liste des catégories sur le site et survolez les liens qui s&apos;y trouvent.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="categoriesdialog.ui" line="105"/>
@@ -177,7 +243,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="categoriesdialog.ui" line="108"/>
<source>If set, the category is defined as a sub-category of another one. Parent ID needs to be a valid category ID.</source>
- <translation>Si présente, la catégorie est définie comme une sous-catégorie du parent. L'ID parent doit être une ID de catégorie valide.</translation>
+ <translation>Si présente, la catégorie est définie comme une sous-catégorie du parent. L&apos;ID parent doit être une ID de catégorie valide.</translation>
</message>
<message>
<location filename="categoriesdialog.cpp" line="239"/>
@@ -199,13 +265,13 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="credentialsdialog.ui" line="20"/>
- <source>This feature may not work unless you're logged in with Nexus</source>
+ <source>This feature may not work unless you&apos;re logged in with Nexus</source>
<translation>Cette fonction pourrais être inutilisable à moins que vous soyez connecté à Nexus</translation>
</message>
<message>
<location filename="credentialsdialog.ui" line="32"/>
<source>Username</source>
- <translation>Nom d'utilisateur</translation>
+ <translation>Nom d&apos;utilisateur</translation>
</message>
<message>
<location filename="credentialsdialog.ui" line="46"/>
@@ -226,32 +292,37 @@ p, li { white-space: pre-wrap; }
<context>
<name>DirectoryRefresher</name>
<message>
- <location filename="directoryrefresher.cpp" line="99"/>
+ <location filename="directoryrefresher.cpp" line="146"/>
<source>failed to read bsa: %1</source>
- <translation>Échec de lecture bsa: %1</translation>
+ <translation>échec de lecture du bsa: %1</translation>
</message>
</context>
<context>
<name>DownloadList</name>
<message>
- <location filename="downloadlist.cpp" line="63"/>
+ <location filename="downloadlist.cpp" line="64"/>
<source>Name</source>
<translation>Nom</translation>
</message>
<message>
- <location filename="downloadlist.cpp" line="64"/>
+ <location filename="downloadlist.cpp" line="65"/>
<source>Filetime</source>
<translation>Date du fichier</translation>
</message>
<message>
- <location filename="downloadlist.cpp" line="65"/>
+ <location filename="downloadlist.cpp" line="66"/>
<source>Done</source>
- <translation type="unfinished">Terminé</translation>
+ <translation>Terminé</translation>
+ </message>
+ <message>
+ <location filename="downloadlist.cpp" line="82"/>
+ <source>Information missing, please select &quot;Query Info&quot; from the context menu to re-retrieve.</source>
+ <translation>Information manquante; veuillez sélectionner &quot;Demander info&quot; dans le menu contextuel pour les récupérer.</translation>
</message>
<message>
- <location filename="downloadlist.cpp" line="80"/>
- <source>Information missing, please select "Query Info" from the context menu to re-retrieve.</source>
- <translation>Information manquante; veuillez sélectionner "Demander info" dans le menu contextuel pour les récupérer.</translation>
+ <location filename="downloadlist.cpp" line="89"/>
+ <source>pending download</source>
+ <translation>téléchargement en attente</translation>
</message>
</context>
<context>
@@ -260,30 +331,30 @@ p, li { white-space: pre-wrap; }
<location filename="downloadlistwidget.ui" line="17"/>
<location filename="downloadlistwidget.ui" line="61"/>
<source>Placeholder</source>
- <translation>substitut</translation>
+ <translation>*Substitut*</translation>
</message>
<message>
<location filename="downloadlistwidget.ui" line="99"/>
- <location filename="downloadlistwidget.cpp" line="145"/>
- <location filename="downloadlistwidget.cpp" line="147"/>
+ <location filename="downloadlistwidget.cpp" line="150"/>
+ <location filename="downloadlistwidget.cpp" line="152"/>
<source>Done - Double Click to install</source>
<translation>Terminé - Double-cliquer pour installer</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="111"/>
- <location filename="downloadlistwidget.cpp" line="113"/>
+ <location filename="downloadlistwidget.cpp" line="116"/>
+ <location filename="downloadlistwidget.cpp" line="118"/>
<source>Paused - Double Click to resume</source>
<translation>En pause - Double-cliquez pour reprendre</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="131"/>
- <location filename="downloadlistwidget.cpp" line="133"/>
+ <location filename="downloadlistwidget.cpp" line="136"/>
+ <location filename="downloadlistwidget.cpp" line="138"/>
<source>Installed - Double Click to re-install</source>
<translation>Installé - Double-cliquer pour réinstaller</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="138"/>
- <location filename="downloadlistwidget.cpp" line="140"/>
+ <location filename="downloadlistwidget.cpp" line="143"/>
+ <location filename="downloadlistwidget.cpp" line="145"/>
<source>Uninstalled - Double Click to re-install</source>
<translation>Désinstallé - Double-cliquer pour réinstaller</translation>
</message>
@@ -294,7 +365,7 @@ p, li { white-space: pre-wrap; }
<location filename="downloadlistwidgetcompact.ui" line="17"/>
<location filename="downloadlistwidgetcompact.ui" line="56"/>
<source>Placeholder</source>
- <translation>*substitut*</translation>
+ <translation>*Substitut*</translation>
</message>
<message>
<location filename="downloadlistwidgetcompact.ui" line="122"/>
@@ -305,9 +376,19 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadListWidgetCompactDelegate</name>
<message>
+ <location filename="downloadlistwidgetcompact.cpp" line="92"/>
+ <source>&lt; mod %1 file %2 &gt;</source>
+ <translation>&lt; mod %1 file %2 &gt;</translation>
+ </message>
+ <message>
+ <location filename="downloadlistwidgetcompact.cpp" line="97"/>
+ <source>Pending</source>
+ <translation>En attente</translation>
+ </message>
+ <message>
<location filename="downloadlistwidgetcompact.cpp" line="120"/>
<source>Paused</source>
- <translation type="unfinished">En pause</translation>
+ <translation>En pause</translation>
</message>
<message>
<location filename="downloadlistwidgetcompact.cpp" line="123"/>
@@ -335,95 +416,95 @@ p, li { white-space: pre-wrap; }
<translation>Terminé</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="220"/>
- <location filename="downloadlistwidgetcompact.cpp" line="229"/>
- <location filename="downloadlistwidgetcompact.cpp" line="238"/>
- <location filename="downloadlistwidgetcompact.cpp" line="247"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="245"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="254"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="263"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="272"/>
<source>Are you sure?</source>
<translation>Êtes-vous certain?</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="221"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="246"/>
<source>This will remove all finished downloads from this list and from disk.</source>
<translation>Ceci supprimera tous les téléchargements complétés de la liste et du disque.</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="230"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="255"/>
<source>This will remove all installed downloads from this list and from disk.</source>
<translation>Ceci supprimera tous les téléchargements installés de cette liste et du disque.</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="239"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="264"/>
<source>This will permanently remove all finished downloads from this list (but NOT from disk).</source>
<translation>Ceci supprimera tous les téléchargements terminés de cette liste (mais PAS du disque).</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="248"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="273"/>
<source>This will permanently remove all installed downloads from this list (but NOT from disk).</source>
<translation>Ceci supprimera tous les téléchargements installés de cette liste (mais PAS du disque).</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="275"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="302"/>
<source>Install</source>
<translation>Installer</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="277"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="304"/>
<source>Query Info</source>
<translation>Demander info</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="279"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="306"/>
<source>Delete</source>
- <translation type="unfinished">Supprimer</translation>
+ <translation>Supprimer</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="281"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="308"/>
<source>Un-Hide</source>
- <translation type="unfinished"/>
+ <translation>Montrer</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="283"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="310"/>
<source>Remove from View</source>
- <translation>Enlever de la liste</translation>
+ <translation>Cacher de la liste</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="286"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="313"/>
<source>Cancel</source>
<translation>Annuler</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="287"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="314"/>
<source>Pause</source>
<translation>Pause</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="289"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="316"/>
<source>Remove</source>
<translation>Supprimer</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="290"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="317"/>
<source>Resume</source>
<translation>Reprendre</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="294"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="322"/>
<source>Delete Installed...</source>
- <translation type="unfinished">Supprimer ceux installés...</translation>
+ <translation>Supprimer ceux installés...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="295"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="323"/>
<source>Delete All...</source>
<translation>Tout supprimer</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="298"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="326"/>
<source>Remove Installed...</source>
<translation>Supprimer ceux installés...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="299"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="327"/>
<source>Remove All...</source>
<translation>Tout supprimer...</translation>
</message>
@@ -431,222 +512,289 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadListWidgetDelegate</name>
<message>
- <location filename="downloadlistwidget.cpp" line="118"/>
+ <location filename="downloadlistwidget.cpp" line="93"/>
+ <source>&lt; mod %1 file %2 &gt;</source>
+ <translation>&lt; mod %1 file %2 &gt;</translation>
+ </message>
+ <message>
+ <location filename="downloadlistwidget.cpp" line="96"/>
+ <source>Pending</source>
+ <translation>En attente</translation>
+ </message>
+ <message>
+ <location filename="downloadlistwidget.cpp" line="123"/>
<source>Fetching Info 1</source>
<translation>Récupération des informations 1</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="121"/>
+ <location filename="downloadlistwidget.cpp" line="126"/>
<source>Fetching Info 2</source>
<translation>Récupération des informations 2</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="233"/>
- <location filename="downloadlistwidget.cpp" line="242"/>
- <location filename="downloadlistwidget.cpp" line="251"/>
- <location filename="downloadlistwidget.cpp" line="260"/>
+ <location filename="downloadlistwidget.cpp" line="258"/>
+ <location filename="downloadlistwidget.cpp" line="267"/>
+ <location filename="downloadlistwidget.cpp" line="276"/>
+ <location filename="downloadlistwidget.cpp" line="285"/>
<source>Are you sure?</source>
- <translation>Êtes-vous certain?</translation>
+ <translation>Êtes-vous certain ?</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="234"/>
+ <location filename="downloadlistwidget.cpp" line="259"/>
<source>This will remove all finished downloads from this list and from disk.</source>
<translation>Ceci supprimera tous les téléchargements complétés de la liste et du disque.</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="243"/>
+ <location filename="downloadlistwidget.cpp" line="268"/>
<source>This will remove all installed downloads from this list and from disk.</source>
<translation>Ceci supprimera tous les téléchargements installés de la liste et du disque.</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="252"/>
+ <location filename="downloadlistwidget.cpp" line="277"/>
<source>This will remove all finished downloads from this list (but NOT from disk).</source>
<translation>Ceci supprimera tous les téléchargements complétés de cette liste (mais PAS du disque).</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="261"/>
+ <location filename="downloadlistwidget.cpp" line="286"/>
<source>This will remove all installed downloads from this list (but NOT from disk).</source>
<translation>Ceci supprimera tous les téléchargements installés de cette liste (mais PAS du disque).</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="287"/>
+ <location filename="downloadlistwidget.cpp" line="314"/>
<source>Install</source>
<translation>Installer</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="289"/>
+ <location filename="downloadlistwidget.cpp" line="316"/>
<source>Query Info</source>
<translation>Récupérer info</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="291"/>
+ <location filename="downloadlistwidget.cpp" line="318"/>
<source>Delete</source>
- <translation type="unfinished">Supprimer</translation>
+ <translation>Supprimer</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="293"/>
+ <location filename="downloadlistwidget.cpp" line="320"/>
<source>Un-Hide</source>
- <translation type="unfinished"/>
+ <translation>Montrer</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="295"/>
+ <location filename="downloadlistwidget.cpp" line="322"/>
<source>Remove from View</source>
- <translation>Enlever de la liste</translation>
+ <translation>Cacher de la liste</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="298"/>
+ <location filename="downloadlistwidget.cpp" line="325"/>
<source>Cancel</source>
<translation>Annuler</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="299"/>
+ <location filename="downloadlistwidget.cpp" line="326"/>
<source>Pause</source>
<translation>Mettre en pause</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="301"/>
+ <location filename="downloadlistwidget.cpp" line="328"/>
<source>Remove</source>
<translation>Enlever</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="302"/>
+ <location filename="downloadlistwidget.cpp" line="329"/>
<source>Resume</source>
<translation>Continuer</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="306"/>
+ <location filename="downloadlistwidget.cpp" line="334"/>
<source>Delete Installed...</source>
<translation>Supprimer ceux installés...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="307"/>
+ <location filename="downloadlistwidget.cpp" line="335"/>
<source>Delete All...</source>
<translation>Tout supprimer...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="310"/>
+ <location filename="downloadlistwidget.cpp" line="338"/>
<source>Remove Installed...</source>
- <translation>Enlever de la liste ceux installés...</translation>
+ <translation>Enlever ceux installés de la liste ...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="311"/>
+ <location filename="downloadlistwidget.cpp" line="339"/>
<source>Remove All...</source>
- <translation>Enlever tout de la liste...</translation>
+ <translation>Tour enlever de la liste...</translation>
</message>
</context>
<context>
<name>DownloadManager</name>
<message>
- <location filename="downloadmanager.cpp" line="132"/>
- <source>failed to rename "%1" to "%2"</source>
- <translation>Impossible de renommer "%1" en "%2"</translation>
+ <location filename="downloadmanager.cpp" line="142"/>
+ <source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
+ <translation>impossible de renommer &quot;%1&quot; en &quot;%2&quot;</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="323"/>
+ <location filename="downloadmanager.cpp" line="321"/>
+ <source>Memory allocation error (in refreshing directory).</source>
+ <translation>Erreur d&apos;allocation de la mémoire (dans le répertoire d&apos;actualisation).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="369"/>
<source>Download again?</source>
<translation>Télécharger à nouveau ?</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="323"/>
+ <location filename="downloadmanager.cpp" line="369"/>
<source>A file with the same name has already been downloaded. Do you want to download it again? The new file will receive a different name.</source>
<translation>Un fichier avec le même nom a déjà été téléchargé. Voulez vous le télécharger à nouveau ? Le nouveau fichier aura un nom différent.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="355"/>
+ <location filename="downloadmanager.cpp" line="417"/>
<source>failed to download %1: could not open output file: %2</source>
- <translation>impossible de télécharger %1: impossible d'écrire le fichier: %2</translation>
+ <translation>impossible de télécharger %1: l&apos;écriture sur le fichier à échouée : %2</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="384"/>
+ <location filename="downloadmanager.cpp" line="454"/>
<source>Wrong Game</source>
- <translation type="unfinished"/>
+ <translation>Jeu incorrect</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="384"/>
- <source>The download link is for a mod for "%1" but this instance of MO has been set up for "%2".</source>
- <translation type="unfinished"/>
+ <location filename="downloadmanager.cpp" line="454"/>
+ <source>The download link is for a mod for &quot;%1&quot; but this instance of MO has been set up for &quot;%2&quot;.</source>
+ <translation>Le lien de téléchargement est pour un mod pour &quot;%1&quot;, mais cette instance de MO à été installée pour &quot;%2&quot;.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="396"/>
- <location filename="downloadmanager.cpp" line="463"/>
- <location filename="downloadmanager.cpp" line="635"/>
- <location filename="downloadmanager.cpp" line="645"/>
- <location filename="downloadmanager.cpp" line="654"/>
- <location filename="downloadmanager.cpp" line="668"/>
- <location filename="downloadmanager.cpp" line="678"/>
- <location filename="downloadmanager.cpp" line="688"/>
- <location filename="downloadmanager.cpp" line="698"/>
- <location filename="downloadmanager.cpp" line="709"/>
- <location filename="downloadmanager.cpp" line="717"/>
+ <location filename="downloadmanager.cpp" line="471"/>
+ <location filename="downloadmanager.cpp" line="538"/>
<location filename="downloadmanager.cpp" line="726"/>
- <location filename="downloadmanager.cpp" line="736"/>
- <location filename="downloadmanager.cpp" line="751"/>
+ <location filename="downloadmanager.cpp" line="735"/>
+ <location filename="downloadmanager.cpp" line="756"/>
+ <location filename="downloadmanager.cpp" line="773"/>
+ <location filename="downloadmanager.cpp" line="782"/>
+ <location filename="downloadmanager.cpp" line="796"/>
+ <location filename="downloadmanager.cpp" line="806"/>
+ <location filename="downloadmanager.cpp" line="816"/>
+ <location filename="downloadmanager.cpp" line="826"/>
+ <location filename="downloadmanager.cpp" line="841"/>
+ <location filename="downloadmanager.cpp" line="849"/>
+ <location filename="downloadmanager.cpp" line="858"/>
+ <location filename="downloadmanager.cpp" line="868"/>
+ <location filename="downloadmanager.cpp" line="883"/>
<source>invalid index</source>
<translation>index invalide</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="414"/>
+ <location filename="downloadmanager.cpp" line="489"/>
<source>failed to delete %1</source>
<translation>impossible de supprimer %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="420"/>
+ <location filename="downloadmanager.cpp" line="495"/>
<source>failed to delete meta file for %1</source>
<translation>impossible de supprimer le méta-fichier pour %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="496"/>
- <location filename="downloadmanager.cpp" line="514"/>
- <location filename="downloadmanager.cpp" line="527"/>
- <location filename="downloadmanager.cpp" line="544"/>
- <location filename="downloadmanager.cpp" line="555"/>
- <location filename="downloadmanager.cpp" line="590"/>
+ <location filename="downloadmanager.cpp" line="571"/>
+ <location filename="downloadmanager.cpp" line="589"/>
+ <location filename="downloadmanager.cpp" line="602"/>
+ <location filename="downloadmanager.cpp" line="622"/>
+ <location filename="downloadmanager.cpp" line="633"/>
+ <location filename="downloadmanager.cpp" line="673"/>
<source>invalid index %1</source>
<translation>index invalide %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="607"/>
+ <location filename="downloadmanager.cpp" line="640"/>
+ <source>No known download urls. Sorry, this download can&apos;t be resumed.</source>
+ <translation>Aucune adresse de téléchargement connue. Désolé, ce téléchargement ne peut être repris.</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="695"/>
<source>Please enter the nexus mod id</source>
- <translation>Veuillez entre l'ID Nexus du mod</translation>
+ <translation>Veuillez entre l&apos;ID Nexus du mod</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="607"/>
+ <location filename="downloadmanager.cpp" line="695"/>
<source>Mod ID:</source>
<translation>ID du mod:</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="986"/>
+ <location filename="downloadmanager.cpp" line="744"/>
+ <source>Main</source>
+ <translation>Principal</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="745"/>
+ <source>Update</source>
+ <translation>Mise à jour</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="746"/>
+ <source>Optional</source>
+ <translation>Optionnel</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="747"/>
+ <source>Old</source>
+ <translation>Obsolète</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="748"/>
+ <source>Misc</source>
+ <translation>Divers</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="749"/>
+ <source>Unknown</source>
+ <translation>Inconnu</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="999"/>
+ <source>Memory allocation error (in processing progress event).</source>
+ <translation>Erreur d&apos;allocation de la mémoire (lors du traitement de la progression événementielle).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1012"/>
+ <source>Memory allocation error (in processing downloaded data).</source>
+ <translation>Erreur d&apos;allocation de la mémoire (lors du traitement des données de téléchargement).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1141"/>
<source>Information updated</source>
<translation>Information mise à jour</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="988"/>
- <location filename="downloadmanager.cpp" line="1002"/>
+ <location filename="downloadmanager.cpp" line="1143"/>
+ <location filename="downloadmanager.cpp" line="1157"/>
<source>No matching file found on Nexus! Maybe this file is no longer available or it was renamed?</source>
- <translation>Aucun fichier correspondant trouvé sur Nexus! Peut-être ce fichier n'est-il plus disponible ou a été renommé?</translation>
+ <translation>Aucun fichier correspondant trouvé sur Nexus! Peut-être ce fichier n&apos;est-il plus disponible ou a été renommé?</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="990"/>
+ <location filename="downloadmanager.cpp" line="1145"/>
<source>No file on Nexus matches the selected file by name. Please manually choose the correct one.</source>
- <translation>Aucun fichier sur Nexus ne correspond au nom du fichier sélectionné. Veuillez s'il-vous-plaît sélectionner le bon manuellement.</translation>
+ <translation>Aucun fichier sur Nexus ne correspond au nom du fichier sélectionné. Veuillez s&apos;il-vous-plaît sélectionner le bon manuellement.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1127"/>
+ <location filename="downloadmanager.cpp" line="1285"/>
<source>No download server available. Please try again later.</source>
<translation>Aucun serveur de téléchargement disponible. Veuillez réessayer plus tard.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1169"/>
+ <location filename="downloadmanager.cpp" line="1328"/>
<source>Failed to request file info from nexus: %1</source>
- <translation>Impossible de demander l'info du fichier sur Nexus: %1</translation>
+ <translation>Impossible de demander l&apos;information du fichier sur Nexus: %1</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1356"/>
+ <source>Download failed. Server reported: %1</source>
+ <translation>Téléchargement échoué : rapport du serveur : %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1193"/>
+ <location filename="downloadmanager.cpp" line="1358"/>
<source>Download failed: %1 (%2)</source>
<translation>Téléchargement échoué: %1 (%2)</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1272"/>
+ <location filename="downloadmanager.cpp" line="1457"/>
<source>failed to re-open %1</source>
<translation>Échec lors de la tentative de réouverture %1</translation>
</message>
@@ -698,7 +846,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="editexecutablesdialog.ui" line="79"/>
<source>Browse filesystem for the executable to run.</source>
- <translation>Parcourir le système de fichiers pour l'exécutable à lancer</translation>
+ <translation>Parcourir le système de fichiers pour l&apos;exécutable à lancer</translation>
</message>
<message>
<location filename="editexecutablesdialog.ui" line="82"/>
@@ -725,15 +873,15 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="editexecutablesdialog.ui" line="135"/>
<source>Allow the Steam AppID to be used for this executable to be changed.</source>
- <translation>Permet de modifier l'AppID Steam à utiliser pour cet exécutable.</translation>
+ <translation>Permet de modifier l&apos;AppID Steam à utiliser pour cet exécutable.</translation>
</message>
<message>
<location filename="editexecutablesdialog.ui" line="138"/>
<source>Allow the Steam AppID to be used for this executable to be changed.
Every game/tool distributed through Steam has a unique ID. MO needs to know this ID to start those programs directly, otherwise the program is started by steam and then MO will not work. By default, MO will use the AppID for the game.
Right now the only case I know of where this needs to be overwritten is for the Skyrim Creation Kit which has its own AppID. This overwrite is already preconfigured.</source>
- <translation>Permet de modifier l'AppID Steam à utiliser pour cet exécutable.
-Chaque jeu ou utilitaire distribué à travers Steam possède un identifiant (ID) unique. MO à besoin de connaitre cet ID pour démarrer ces programmes directement, sinon ceux-ci le seront par Steam et MO ne fonctionnera pas. Par défaut, MO utilisera l'AppID du jeu.
+ <translation>Permet de modifier l&apos;AppID Steam à utiliser pour cet exécutable.
+Chaque jeu ou utilitaire distribué à travers Steam possède un identifiant (ID) unique. MO à besoin de connaitre cet ID pour démarrer ces programmes directement, sinon ceux-ci le seront par Steam et MO ne fonctionnera pas. Par défaut, MO utilisera l&apos;AppID du jeu.
Actuellement le seul cas à ma connaissance ou ceci est nécessaire est le Creation Kit pour Skyrim, qui possède sa propre AppID. Cette modification est déjà pré-configurée.</translation>
</message>
<message>
@@ -744,21 +892,21 @@ Actuellement le seul cas à ma connaissance ou ceci est nécessaire est le Creat
<message>
<location filename="editexecutablesdialog.ui" line="153"/>
<source>Steam AppID to use for this executable that differs from the games AppID.</source>
- <translation>l'AppID Steam utilisé pour cet exécutable est différent des AppID de jeux.</translation>
+ <translation>l&apos;AppID Steam utilisé pour cet exécutable est différent des AppID de jeux.</translation>
</message>
<message>
<location filename="editexecutablesdialog.ui" line="156"/>
<source>Steam AppID to use for this executable that differs from the games AppID.
Every game/tool distributed through Steam has a unique ID. MO needs to know this ID to start those programs directly, otherwise the program is started by steam and then MO will not work. By default, MO will use the AppID for the game (usually 72850).
Right now the only case I know of where this needs to be overwritten is for the Skyrim Creation Kit which has its own AppID (usually 202480). This overwrite is already preconfigured.</source>
- <translation>L'AppID Steam à utiliser pour cet exécutable, différente de l'AppID du jeu.
-Chaque jeu ou utilitaire distribué à travers Steam possède un identifiant (ID) unique. MO à besoin de connaitre cet ID pour démarrer ces programmes directement, sinon ceux-ci le seront par Steam et MO ne fonctionnera pas. Par défaut, MO utilisera l'AppID du jeu (normalement 72850).
+ <translation>L&apos;AppID Steam à utiliser pour cet exécutable, différente de l&apos;AppID du jeu.
+Chaque jeu ou utilitaire distribué à travers Steam possède un identifiant (ID) unique. MO à besoin de connaitre cet ID pour démarrer ces programmes directement, sinon ceux-ci le seront par Steam et MO ne fonctionnera pas. Par défaut, MO utilisera l&apos;AppID du jeu (normalement 72850).
Actuellement le seul cas à ma connaissance ou ceci est nécessaire est le Creation Kit pour Skyrim, qui possède son propre AppID (normalement 202480). Cette modification est déjà pré-configurée.</translation>
</message>
<message>
<location filename="editexecutablesdialog.ui" line="169"/>
<location filename="editexecutablesdialog.ui" line="172"/>
- <location filename="editexecutablesdialog.cpp" line="220"/>
+ <location filename="editexecutablesdialog.cpp" line="258"/>
<source>If checked, MO will be closed once the specified executable is run.</source>
<translation>Si cochée, MO sera fermé une fois que le programme sélectionné sera démarré.</translation>
</message>
@@ -775,7 +923,7 @@ Actuellement le seul cas à ma connaissance ou ceci est nécessaire est le Creat
</message>
<message>
<location filename="editexecutablesdialog.ui" line="188"/>
- <location filename="editexecutablesdialog.cpp" line="190"/>
+ <location filename="editexecutablesdialog.cpp" line="196"/>
<source>Add</source>
<translation>Ajouter</translation>
</message>
@@ -791,47 +939,64 @@ Actuellement le seul cas à ma connaissance ou ceci est nécessaire est le Creat
<translation>Enlever</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="119"/>
+ <location filename="editexecutablesdialog.ui" line="233"/>
+ <source>Close</source>
+ <translation>Fermer</translation>
+ </message>
+ <message>
+ <location filename="editexecutablesdialog.cpp" line="125"/>
<source>Select a binary</source>
<translation>Choisir un exécutable</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="119"/>
+ <location filename="editexecutablesdialog.cpp" line="125"/>
<source>Executable (%1)</source>
- <translation>Executable (%1)</translation>
+ <translation>Exécutable (%1)</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="143"/>
+ <location filename="editexecutablesdialog.cpp" line="149"/>
<source>Java (32-bit) required</source>
<translation>Java (32-bit) nécessaire</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="144"/>
+ <location filename="editexecutablesdialog.cpp" line="150"/>
<source>MO requires 32-bit java to run this application. If you already have it installed, select javaw.exe from that installation as the binary.</source>
- <translation>MO nécessite java 32-bit pour fonctionner. Si vous l'avez déjà installé, selectionnez le javaw.exe de son installation comme binaire.</translation>
+ <translation>MO nécessite java 32-bit pour fonctionner. Si vous l&apos;avez déjà installé, selectionnez le javaw.exe de son installation comme binaire.</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="160"/>
+ <location filename="editexecutablesdialog.cpp" line="166"/>
<source>Select a directory</source>
<translation>Sélectionnez un répertoire</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="169"/>
+ <location filename="editexecutablesdialog.cpp" line="175"/>
<source>Confirm</source>
<translation>Confirmer</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="169"/>
- <source>Really remove "%1" from executables?</source>
- <translation>Êtes-vous sûr de vouloir retirer "%1" des programmes ?</translation>
+ <location filename="editexecutablesdialog.cpp" line="175"/>
+ <source>Really remove &quot;%1&quot; from executables?</source>
+ <translation>Êtes-vous sûr de vouloir retirer &quot;%1&quot; des programmes ?</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="194"/>
+ <location filename="editexecutablesdialog.cpp" line="200"/>
<source>Modify</source>
<translation>Modifier</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="217"/>
+ <location filename="editexecutablesdialog.cpp" line="230"/>
+ <location filename="editexecutablesdialog.cpp" line="278"/>
+ <source>Save Changes?</source>
+ <translation>Enregistrer les changements ?</translation>
+ </message>
+ <message>
+ <location filename="editexecutablesdialog.cpp" line="231"/>
+ <location filename="editexecutablesdialog.cpp" line="279"/>
+ <source>You made changes to the current executable, do you want to save them?</source>
+ <translation>Vous avez appliqué des modifications aux exécutables courants, voulez vous les enregistrer ? </translation>
+ </message>
+ <message>
+ <location filename="editexecutablesdialog.cpp" line="255"/>
<source>MO must be kept running or this application will not work correctly.</source>
<translation>MO doit continuer à fonctionner ou cette application ne fonctionnera pas correctement.</translation>
</message>
@@ -846,19 +1011,19 @@ Actuellement le seul cas à ma connaissance ou ceci est nécessaire est le Creat
<message>
<location filename="finddialog.ui" line="24"/>
<source>Find what:</source>
- <translation>Rechercher:</translation>
+ <translation>Rechercher :</translation>
</message>
<message>
<location filename="finddialog.ui" line="31"/>
<location filename="finddialog.ui" line="34"/>
<source>Search term</source>
- <translation>Expression à rechercher</translation>
+ <translation>Terme à rechercher</translation>
</message>
<message>
<location filename="finddialog.ui" line="47"/>
<location filename="finddialog.ui" line="50"/>
<source>Find next occurence from current file position.</source>
- <translation>Rechercher le suivant à partir de l'emplacement présent.</translation>
+ <translation>Rechercher l’occurrence suivante à partir de l&apos;emplacement présent.</translation>
</message>
<message>
<location filename="finddialog.ui" line="53"/>
@@ -878,7 +1043,7 @@ Actuellement le seul cas à ma connaissance ou ceci est nécessaire est le Creat
<message>
<location filename="fomodinstallerdialog.ui" line="14"/>
<source>FOMOD Installation Dialog</source>
- <translation>Boite de dialogue d'installation FOMOD</translation>
+ <translation>Boite de dialogue d&apos;installation FOMOD</translation>
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="22"/>
@@ -902,8 +1067,8 @@ Actuellement le seul cas à ma connaissance ou ceci est nécessaire est le Creat
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="81"/>
- <source>&lt;a href="#"&gt;Link&lt;/a&gt;</source>
- <translation>&lt;a href="#"&gt;Lien&lt;/a&gt;</translation>
+ <source>&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;</source>
+ <translation>&lt;a href=&quot;#&quot;&gt;Lien&lt;/a&gt;</translation>
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="160"/>
@@ -950,8 +1115,8 @@ Actuellement le seul cas à ma connaissance ou ceci est nécessaire est le Creat
</message>
<message>
<location filename="installdialog.ui" line="56"/>
- <source>Pick a name for the mod. This is also used as a directory name, so please don't use characters that are illegal in file names.</source>
- <translation>Choisissez un nom pour le mod. Ce nom sera aussi utilisé comme nom de dossier, n'utilisez donc pas de caractères invalides dans les noms de fichiers s'il-vous-plait.</translation>
+ <source>Pick a name for the mod. This is also used as a directory name, so please don&apos;t use characters that are illegal in file names.</source>
+ <translation>Choisissez un nom pour le mod. Ce nom sera aussi utilisé comme nom de dossier, n&apos;utilisez donc pas de caractères invalides dans les noms de fichiers s&apos;il-vous-plait.</translation>
</message>
<message>
<location filename="installdialog.ui" line="65"/>
@@ -961,25 +1126,25 @@ Actuellement le seul cas à ma connaissance ou ceci est nécessaire est le Creat
<message>
<location filename="installdialog.ui" line="75"/>
<source>Content of the archive. You can change the directory structure by using drag&amp;drop. Hint: Also try right clicking...</source>
- <translation>Contenu de l'archive. Vous pouvez modifier la structure en utilisant le glisser-&amp;déposer. Indice: Essayez aussi le clic-droit...</translation>
+ <translation>Contenu de l&apos;archive. Vous pouvez modifier la structure en utilisant le glisser-&amp;déposer. Indice: Essayez aussi le clic-droit...</translation>
</message>
<message>
<location filename="installdialog.ui" line="78"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This displays the content of the archive. &amp;lt;data&amp;gt; represents the base directory which will map to the game's data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;amp;drop&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This displays the content of the archive. &amp;lt;data&amp;gt; represents the base directory which will map to the game&apos;s data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;amp;drop&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Ceci affiche le contenu de l'archive. &amp;lt;data&amp;gt; représente le dossier de base qui sera mappé au dossier DATA du jeu. Vous pouvez modifier le dossier de base grâce au menu contextuel et vous pouvez déplacer les fichiers grâce au glisser-déposer&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Ceci affiche le contenu de l&apos;archive. &amp;lt;data&amp;gt; représente le dossier de base qui sera mappé au dossier DATA du jeu. Vous pouvez modifier le dossier de base grâce au menu contextuel et vous pouvez déplacer les fichiers grâce au glisser-déposer&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="installdialog.ui" line="121"/>
<source>Placeholder</source>
- <translation>*substitut*</translation>
+ <translation>*Substitut*</translation>
</message>
<message>
<location filename="installdialog.ui" line="141"/>
@@ -996,8 +1161,8 @@ p, li { white-space: pre-wrap; }
<name>InstallationManager</name>
<message>
<location filename="installationmanager.cpp" line="76"/>
- <source>archive.dll not loaded: "%1"</source>
- <translation>archive.dll n'est pas chargé: "%1"</translation>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation>archive.dll n&apos;est pas chargé: &quot;%1&quot;</translation>
</message>
<message>
<location filename="installationmanager.cpp" line="98"/>
@@ -1012,89 +1177,89 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="installationmanager.cpp" line="164"/>
<location filename="installationmanager.cpp" line="248"/>
- <location filename="installationmanager.cpp" line="529"/>
+ <location filename="installationmanager.cpp" line="532"/>
<source>Extracting files</source>
<translation>Extraction des fichiers</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="439"/>
+ <location filename="installationmanager.cpp" line="441"/>
<source>failed to create backup</source>
- <translation>Impossible de créer une sauvegarde</translation>
+ <translation>Impossible de créer une sauvegarde de backup</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="448"/>
+ <location filename="installationmanager.cpp" line="450"/>
<source>Mod Name</source>
<translation>Nom du mod</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="448"/>
+ <location filename="installationmanager.cpp" line="450"/>
<source>Name</source>
<translation>Nom</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="501"/>
+ <location filename="installationmanager.cpp" line="503"/>
<source>Invalid name</source>
<translation>Nom incorrect</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="502"/>
+ <location filename="installationmanager.cpp" line="504"/>
<source>The name you entered is invalid, please enter a different one.</source>
<translation>Le nom que vous avez entré est invalide, essayez-en un autre SVP.</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="609"/>
- <source>File format "%1" not supported</source>
- <translation>Format de fichier "%1" non supporté</translation>
+ <location filename="installationmanager.cpp" line="612"/>
+ <source>File format &quot;%1&quot; not supported</source>
+ <translation>Format de fichier &quot;%1&quot; non supporté</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="735"/>
+ <location filename="installationmanager.cpp" line="745"/>
<source>None of the available installer plugins were able to handle that archive</source>
- <translation>Aucun des plugins installés n'arrive à traiter cette archive</translation>
+ <translation>Aucun des plugins installés n&apos;arrive à traiter cette archive</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="745"/>
+ <location filename="installationmanager.cpp" line="755"/>
<source>no error</source>
<translation>aucune erreur</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="748"/>
+ <location filename="installationmanager.cpp" line="758"/>
<source>7z.dll not found</source>
<translation>7z.dll introuvable</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="751"/>
- <source>7z.dll isn't valid</source>
+ <location filename="installationmanager.cpp" line="761"/>
+ <source>7z.dll isn&apos;t valid</source>
<translation>7z.dll invalide</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="754"/>
+ <location filename="installationmanager.cpp" line="764"/>
<source>archive not found</source>
<translation>archive introuvable</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="757"/>
+ <location filename="installationmanager.cpp" line="767"/>
<source>failed to open archive</source>
- <translation>impossible d'ouvrir l'archive</translation>
+ <translation>impossible d&apos;ouvrir l&apos;archive</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="760"/>
+ <location filename="installationmanager.cpp" line="770"/>
<source>unsupported archive type</source>
- <translation>type d'archive non supporté</translation>
+ <translation>type d&apos;archive non supporté</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="763"/>
+ <location filename="installationmanager.cpp" line="773"/>
<source>internal library error</source>
<translation>erreur de bibliothèque interne</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="766"/>
+ <location filename="installationmanager.cpp" line="776"/>
<source>archive invalid</source>
<translation>archive invalide</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="770"/>
+ <location filename="installationmanager.cpp" line="780"/>
<source>unknown archive error</source>
- <translation>erreur d'archive inconnue</translation>
+ <translation>erreur d&apos;archive inconnue</translation>
</message>
</context>
<context>
@@ -1106,16 +1271,16 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="lockeddialog.ui" line="20"/>
- <source>This dialog should disappear automatically if the application/game is done. Click unlock if it didn't.</source>
- <translation>Cette boite de dialogue devrait disparaître automatiquement une fois le programme ou jeu terminé. Sinon, cliquer "Déverrouiller".</translation>
+ <source>This dialog should disappear automatically if the application/game is done. Click unlock if it didn&apos;t.</source>
+ <translation>Cette boite de dialogue devrait disparaître automatiquement une fois le programme ou jeu terminé. Sinon, cliquer &quot;Déverrouiller&quot;.</translation>
</message>
<message>
<location filename="lockeddialog.ui" line="23"/>
<source>MO is locked while the executable is running.</source>
- <translation>MO est verrouillé pendant que le programme s'exécute.</translation>
+ <translation>MO est verrouillé pendant que le programme s&apos;exécute.</translation>
</message>
<message>
- <location filename="lockeddialog.ui" line="51"/>
+ <location filename="lockeddialog.ui" line="54"/>
<source>Unlock</source>
<translation>Déverrouiller</translation>
</message>
@@ -1123,20 +1288,20 @@ p, li { white-space: pre-wrap; }
<context>
<name>LogBuffer</name>
<message>
- <location filename="logbuffer.cpp" line="72"/>
+ <location filename="logbuffer.cpp" line="83"/>
<source>failed to write log to %1: %2</source>
- <translation>Impossible d'écrire le log %1: %2</translation>
+ <translation>Impossible d&apos;écrire le log %1: %2</translation>
</message>
</context>
<context>
<name>MOApplication</name>
<message>
- <location filename="moapplication.cpp" line="68"/>
+ <location filename="moapplication.cpp" line="115"/>
<source>an error occured: %1</source>
<translation>Une erreur est survenue : %1</translation>
</message>
<message>
- <location filename="moapplication.cpp" line="73"/>
+ <location filename="moapplication.cpp" line="120"/>
<source>an error occured</source>
<translation>une erreur est survenue</translation>
</message>
@@ -1144,1305 +1309,1560 @@ p, li { white-space: pre-wrap; }
<context>
<name>MainWindow</name>
<message>
- <location filename="mainwindow.ui" line="42"/>
- <location filename="mainwindow.ui" line="383"/>
+ <location filename="mainwindow.ui" line="43"/>
+ <location filename="mainwindow.ui" line="482"/>
<source>Categories</source>
<translation>Catégories</translation>
</message>
<message>
+ <location filename="mainwindow.ui" line="97"/>
+ <source>Click blank area to deselect</source>
+ <translation>Cliquer sur une zone blanche pour désélectionner </translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="116"/>
+ <source>If checked, only mods that match all selected categories are displayed.</source>
+ <translation>Si coché, seul les mods correspondants à toutes les catégories sélectionnées sont affichés.</translation>
+ </message>
+ <message>
<location filename="mainwindow.ui" line="119"/>
+ <source>And</source>
+ <translation>Et</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="129"/>
+ <source>If checked, all mods that match at least one of the selected categories are displayed.</source>
+ <translation>Si coché, tout les mods correspondants à au moins une des catégories sélectionnées sont affichés.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="132"/>
+ <source>Or</source>
+ <translation>Ou</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="171"/>
<source>Profile</source>
<translation>Profil</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="129"/>
+ <location filename="mainwindow.ui" line="181"/>
<source>Pick a module collection</source>
<translation>Choisissez un profil</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="132"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="184"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Please note that right now your esp load order is not kept seperate for different profiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Please note that right now your esp load order is not kept seperate for different profiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Créez les profils ici. Chaque profil contient sa propre liste de mods et d'ESPs activés. Vous pouvez ainsi basculer rapidement entre les configurations pour différentes parties.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Veuillez noter que pour l'instant, l'ordre de chargement des ESPs est commun à tous les profils.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Créez les profils ici. Chaque profil contient sa propre liste de mods et d&apos;ESPs activés. Vous pouvez ainsi basculer rapidement entre les configurations pour différentes parties.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Veuillez noter que pour l&apos;instant, l&apos;ordre de chargement des ESPs est commun à tous les profils.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="150"/>
- <source>Refresh list</source>
- <translation type="unfinished">Actualiser la liste</translation>
+ <location filename="mainwindow.ui" line="215"/>
+ <source>Open list options...</source>
+ <translation>Ouvre les options de liste...</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="153"/>
+ <location filename="mainwindow.ui" line="218"/>
<source>Refresh list. This is usually not necessary unless you modified data outside the program.</source>
- <translation>Actualiser la liste. Normalement inutile à moins que vous n'ayez modifié des données à l'extérieur du programme.</translation>
+ <translation>Actualiser la liste. Normalement inutile à moins que vous n&apos;ayez modifié des données à l&apos;extérieur du programme.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="238"/>
+ <location filename="mainwindow.ui" line="739"/>
+ <source>Restore Backup...</source>
+ <translation>Restaurer Sauvegarde</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="269"/>
+ <location filename="mainwindow.ui" line="252"/>
+ <location filename="mainwindow.ui" line="759"/>
+ <source>Create Backup</source>
+ <translation>Créer Sauvegarde</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="368"/>
<source>List of available mods.</source>
<translation>Liste des mods disponibles.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="272"/>
- <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag &amp; drop mods to change their "installation" orders.</source>
- <translation>Voici la liste des mods installés. Utilisez les cases à cocher pour activer/désactiver les mods ainsi que le glisser &amp; déposer pour modifier leur séquence d' "installation".</translation>
+ <location filename="mainwindow.ui" line="371"/>
+ <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag &amp; drop mods to change their &quot;installation&quot; orders.</source>
+ <translation>Voici la liste des mods installés. Utilisez les cases à cocher pour activer/désactiver les mods ainsi que le glisser &amp; déposer pour modifier leur séquence d&apos; &quot;installation&quot;.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="357"/>
+ <location filename="mainwindow.ui" line="456"/>
<source>Filter</source>
<translation>Filtre</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="378"/>
+ <location filename="mainwindow.ui" line="477"/>
<source>No groups</source>
<translation>Aucun groupe</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="388"/>
+ <location filename="mainwindow.ui" line="487"/>
<source>Nexus IDs</source>
<translation>IDs Nexus</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="396"/>
- <location filename="mainwindow.ui" line="713"/>
- <location filename="mainwindow.ui" line="990"/>
+ <location filename="mainwindow.ui" line="495"/>
+ <location filename="mainwindow.ui" line="876"/>
+ <location filename="mainwindow.ui" line="1220"/>
<source>Namefilter</source>
<translation>Filtre de nom</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="431"/>
+ <location filename="mainwindow.ui" line="530"/>
<source>Pick a program to run.</source>
<translation>Choisissez un programme à lancer.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="434"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="533"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Choose the program to run. Once you start using ModOrganizer, you should always run your game and tools from here or through shortcuts created here, otherwise mods installed through MO will not be visible.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;You can add new Tools to this list, but I can't promise tools I haven't tested will work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Choose the program to run. Once you start using ModOrganizer, you should always run your game and tools from here or through shortcuts created here, otherwise mods installed through MO will not be visible.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You can add new Tools to this list, but I can&apos;t promise tools I haven&apos;t tested will work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Choisissez le programme à exécuter. Une fois que vous utilisez Mod Organizer, vous devriez exécuter votre jeu et tous les outils reliés à partir d'ici ou via un raccourci créé par MO, sinon les mods installés par MO risquent de ne pas être visibles.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Vous pouvez ajouter d'autres outils à la liste, mais je ne peut garantir que les outils que je n'ai pas testé fonctionneront.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Choisissez le programme à exécuter. Une fois que vous utilisez Mod Organizer, vous devriez exécuter votre jeu et tous les outils reliés à partir d&apos;ici ou via un raccourci créé par MO, sinon les mods installés par MO risquent de ne pas être visibles.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Vous pouvez ajouter d&apos;autres outils à la liste, mais je ne peut garantir que les outils que je n&apos;ai pas testé fonctionneront.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="482"/>
+ <location filename="mainwindow.ui" line="581"/>
<source>Run program</source>
<translation>Lancer le programme</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="485"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="584"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Run the selected program with ModOrganizer enabled.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Run the selected program with ModOrganizer enabled.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Exécuter le programme sélectionné avec ModOrganizer actif.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Exécuter le programme sélectionné avec ModOrganizer actif.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="495"/>
+ <location filename="mainwindow.ui" line="594"/>
<source>Run</source>
<translation>Lancer</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="536"/>
+ <location filename="mainwindow.ui" line="635"/>
<source>Create a shortcut in your start menu or on the desktop to the specified program</source>
<translation>Crée un raccourci dans votre menu démarrer, ou sur le bureau, pour le programme spécifié</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="539"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="638"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This creates a start menu shortcut that directly starts the selected program with the MO active.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This creates a start menu shortcut that directly starts the selected program with the MO active.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Crée un raccourci dans le menu Démarrer qui lance directement le programme sélectionné avec MO actif.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Crée un raccourci dans le menu Démarrer qui lance directement le programme sélectionné avec MO actif.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="546"/>
+ <location filename="mainwindow.ui" line="645"/>
<source>Shortcut</source>
<translation>Raccourci</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="660"/>
+ <location filename="mainwindow.ui" line="695"/>
+ <source>Plugins</source>
+ <translation>Plugins</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="715"/>
+ <source>Sort</source>
+ <translation>Ordonner</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="821"/>
<source>List of available esp/esm files</source>
<translation>Liste des fichiers ESP/ESM disponibles</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="663"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="824"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.&lt;br /&gt;There is a great tool named &amp;quot;BOSS&amp;quot; to automatically sort these files.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.&lt;br /&gt;There is a great tool named &amp;quot;BOSS&amp;quot; to automatically sort these files.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Cette liste contient tous les ESPs et ESMs contenus dans les mods actifs. Ceux-ci requièrent leur propre ordre de chargement. Utilisez le glisser-déposer pour modifier cet ordre. Veuillez noter que MO enregistre l'ordre de chargement seulement pour les mods actif/cochés.&lt;br /&gt;Il y a un excellent outil nommé &amp;quot;BOSS&amp;quot; qui classe automatiquement ces fichiers.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Cette liste contient tous les ESPs et ESMs contenus dans les mods actifs. Ceux-ci requièrent leur propre ordre de chargement. Utilisez le glisser-déposer pour modifier cet ordre. Veuillez noter que MO enregistre l&apos;ordre de chargement seulement pour les mods actif/cochés.&lt;br /&gt;Il y a un excellent outil nommé &amp;quot;BOSS&amp;quot; qui classe automatiquement ces fichiers.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="733"/>
- <source>List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order.</source>
+ <location filename="mainwindow.ui" line="886"/>
+ <source>Archives</source>
+ <translation>Archives</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="916"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;BSAs are bundles of game assets (textures, scripts, ...). By default, the engine loads these bundles in a separate step from loose files. MO can manage those archives to align their load order with that of loose files:&lt;/p&gt;&lt;p&gt;If archives are &lt;span style=&quot; font-weight:600;&quot;&gt;managed&lt;/span&gt;, their load order is specified by the priority of the corresponding mod (left pane), the same as the loose files. You can manually enable any BSA that has no corresponding plugin active.&lt;br/&gt;&lt;/p&gt;&lt;p&gt;If archives are &lt;span style=&quot; font-weight:600;&quot;&gt;not managed&lt;/span&gt; their load order is specified by the priority of the corresponding plugin (right pane, plugins tab). You can then not manually enable BSAs where the plugin isn&apos;t active.&lt;/p&gt;&lt;p&gt;In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="919"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Have MO manage archives (&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;read more&lt;/span&gt;&lt;/a&gt;)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="736"/>
- <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they "compete" with loose files in your data directory over which is loaded.
+ <location filename="mainwindow.ui" line="934"/>
+ <source>List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order.</source>
+ <translation>Liste des Besthesda Softworks Archives. Les archives non cochées ici ne sont pas gérées par MO et ignorent l’ordre d&apos;installation.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="937"/>
+ <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they &quot;compete&quot; with loose files in your data directory over which is loaded.
By default, BSAs that share their base name with an enabled ESP (i.e. plugin.esp and plugin.bsa) are automatically loaded and will have precedence over all loose files, the installation order you set up to the left is then ignored!
BSAs checked here are loaded in such a way that your installation order is obeyed properly.</source>
- <translation type="unfinished"/>
+ <translation>Les fichiers BSA sont des archives (comparables aux fichiers .zip) qui contiennent les données de ressource (meshes, textures,...) qui sont utilisées par le jeu. Ainsi, ils sont en &quot;compétition&quot; avec les fichiers &quot;lâches&quot; -non compressés- dans votre répertoire DATA.
+Par défaut, les BSAs qui partagent leur nom de base avec un ESP actif (ex : plugin.esp et plugin.bsa) sont automatiquement chargés et ont la précédence sur tout les fichiers lâches; l&apos;ordre d&apos;installation que vous établissez sur la partie gauche est alors ignoré !
+
+Les BSAs cochés ici sont chargés d&apos;une telle manière que votre ordre d&apos;installation est correctement respecté. </translation>
</message>
<message>
- <location filename="mainwindow.ui" line="782"/>
- <location filename="mainwindow.ui" line="842"/>
+ <location filename="mainwindow.ui" line="983"/>
+ <location filename="mainwindow.ui" line="1042"/>
<source>File</source>
- <translation type="unfinished">Fichier</translation>
- </message>
- <message>
- <location filename="mainwindow.ui" line="790"/>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Marked Archives (&lt;img src=":/MO/gui/warning_16"/&gt;) are still loaded on Skyrim but the &lt;a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"&gt;&lt;span style=" text-decoration: underline; color:#0000ff;"&gt;regular file override&lt;/span&gt;&lt;/a&gt; mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished"/>
+ <translation>Fichier</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="801"/>
+ <location filename="mainwindow.ui" line="992"/>
<source>Data</source>
- <translation type="unfinished">DATA</translation>
+ <translation>Data</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="810"/>
+ <location filename="mainwindow.ui" line="1010"/>
<source>refresh data-directory overview</source>
- <translation type="unfinished">Actualiser la vue d'ensemble du dossier DATA</translation>
+ <translation>actualiser la vue d’ensemble du répertoire data</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="813"/>
+ <location filename="mainwindow.ui" line="1013"/>
<source>Refresh the overview. This may take a moment.</source>
- <translation type="unfinished">Actualiser la vue d'ensemble. Ceci peut demander un moment.</translation>
+ <translation>Actualiser la vue d&apos;ensemble. Ceci peut prendre un moment. </translation>
</message>
<message>
- <location filename="mainwindow.ui" line="816"/>
- <location filename="mainwindow.cpp" line="3696"/>
- <location filename="mainwindow.cpp" line="4454"/>
+ <location filename="mainwindow.ui" line="1016"/>
+ <location filename="mainwindow.cpp" line="3858"/>
+ <location filename="mainwindow.cpp" line="4738"/>
<source>Refresh</source>
- <translation type="unfinished">Actualiser</translation>
+ <translation>Actualiser</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="832"/>
+ <location filename="mainwindow.ui" line="1032"/>
<source>This is an overview of your data directory as visible to the game (and tools). </source>
- <translation type="unfinished">Ceci est une vue d'ensemble du dossier DATA tel qu'il apparaît pour le jeu (et les outils).</translation>
+ <translation>Ceci est une vue d’ensemble du répertoire Data, tel qu&apos;il apparaît à votre jeu (et outils) lancés dans MO.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="847"/>
+ <location filename="mainwindow.ui" line="1047"/>
<source>Mod</source>
- <translation type="unfinished">Mod</translation>
+ <translation>Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="857"/>
- <location filename="mainwindow.ui" line="860"/>
+ <location filename="mainwindow.ui" line="1057"/>
+ <location filename="mainwindow.ui" line="1060"/>
<source>Filter the above list so that only conflicts are displayed.</source>
- <translation type="unfinished">Filtrer la liste ci-dessus pour afficher seulement les conflits.</translation>
+ <translation>Filtrer la liste ci-dessus afin que seuls les conflits soient affichés.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="863"/>
+ <location filename="mainwindow.ui" line="1063"/>
<source>Show only conflicts</source>
- <translation type="unfinished">Afficher seulement les conflits</translation>
+ <translation>Uniquement afficher les conflits</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="871"/>
+ <location filename="mainwindow.ui" line="1071"/>
<source>Saves</source>
- <translation type="unfinished">Sauvegardes</translation>
+ <translation>Sauvegardes</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="886"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
-p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a list of all savegames for this game. Hover over a list entry to get detailed information about the save including a list of esps/esms that were used at the time this save was created but aren't active now.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you click &amp;quot;Fix Mods...&amp;quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="1095"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Ceci est une liste de toutes les parties sauvegardées pour ce jeu. Survolez une entrée de la liste pour obtenir des informations détaillées sur la sauvegarde, incluant une liste de tous les ESPs/EMSs utilisés lors de la sauvegarde mais actuellement désactivés ou absents.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Si vous cliquez &amp;quot;Réparer Mods...&amp;quot; dans le menu contextuel, MO tentera d'activer tous les mods, ESPs et ESMs nécessaires pour résoudre le problème. Rien ne sera désactivé!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a list of all savegames for this game. Hover over a list entry to get detailed information about the save including a list of esps/esms that were used at the time this save was created but aren't active now.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you click &amp;quot;Fix Mods...&amp;quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="900"/>
+ <location filename="mainwindow.ui" line="1115"/>
<source>Downloads</source>
- <translation type="unfinished">Téléchargements</translation>
+ <translation>Téléchargements</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="923"/>
+ <location filename="mainwindow.ui" line="1147"/>
<source>This is a list of mods you downloaded from Nexus. Double click one to install it.</source>
- <translation type="unfinished">Ceci est une liste de mods que vous avez téléchargé de Nexus. Double-cliquez en un pour l'installer.</translation>
- </message>
- <message>
- <location filename="mainwindow.ui" line="976"/>
- <source>Compact</source>
- <translation type="unfinished"/>
+ <translation>Ceci est une liste de mods que vous avez téléchargé depuis de Nexus. Double-clic sur un mod pour l&apos;installer.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="983"/>
+ <location filename="mainwindow.ui" line="1200"/>
<source>Show Hidden</source>
- <translation type="unfinished"/>
+ <translation>Montrer les éléments cachés</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1014"/>
+ <location filename="mainwindow.ui" line="1262"/>
<source>Tool Bar</source>
- <translation type="unfinished">Barre d'outils</translation>
+ <translation>Barre d&apos;outil</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1056"/>
+ <location filename="mainwindow.ui" line="1304"/>
<source>Install Mod</source>
- <translation type="unfinished">Installer mod</translation>
+ <translation>Installer le Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1059"/>
+ <location filename="mainwindow.ui" line="1307"/>
<source>Install &amp;Mod</source>
- <translation type="unfinished">Installer &amp;mod</translation>
+ <translation>Installer &amp;Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1062"/>
+ <location filename="mainwindow.ui" line="1310"/>
<source>Install a new mod from an archive</source>
- <translation type="unfinished">Installer un nouveau mod à partir d'une archive</translation>
+ <translation>Installe un nouveau mod depuis une archive</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1065"/>
+ <location filename="mainwindow.ui" line="1313"/>
<source>Ctrl+M</source>
- <translation type="unfinished">Ctrl+M</translation>
+ <translation>Ctrl+M</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1074"/>
+ <location filename="mainwindow.ui" line="1322"/>
<source>Profiles</source>
- <translation type="unfinished">Profils</translation>
+ <translation>Profils</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1077"/>
+ <location filename="mainwindow.ui" line="1325"/>
<source>&amp;Profiles</source>
- <translation type="unfinished">&amp;Profils</translation>
+ <translation>&amp;Profils</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1080"/>
+ <location filename="mainwindow.ui" line="1328"/>
<source>Configure Profiles</source>
- <translation type="unfinished">Configurer les profils</translation>
+ <translation>Configurer les Profils</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1083"/>
+ <location filename="mainwindow.ui" line="1331"/>
<source>Ctrl+P</source>
- <translation type="unfinished">Ctrl+P</translation>
+ <translation>Ctrl+P</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1092"/>
+ <location filename="mainwindow.ui" line="1340"/>
<source>Executables</source>
- <translation type="unfinished">Programmes</translation>
+ <translation>Exécutables</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1095"/>
+ <location filename="mainwindow.ui" line="1343"/>
<source>&amp;Executables</source>
- <translation type="unfinished">Programm&amp;es</translation>
+ <translation>&amp;Exécutables</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1098"/>
+ <location filename="mainwindow.ui" line="1346"/>
<source>Configure the executables that can be started through Mod Organizer</source>
- <translation type="unfinished">Configure les programmes pouvant être lancés via Mod Organizer</translation>
+ <translation>Configure les exécutables qui peuvent êtres lancés à travers Mod Organizer</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1101"/>
+ <location filename="mainwindow.ui" line="1349"/>
<source>Ctrl+E</source>
- <translation type="unfinished">Ctrl+E</translation>
+ <translation>Ctrl+E</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1110"/>
- <location filename="mainwindow.ui" line="1116"/>
+ <location filename="mainwindow.ui" line="1358"/>
+ <location filename="mainwindow.ui" line="1364"/>
<source>Tools</source>
- <translation type="unfinished"/>
+ <translation>Outils</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1113"/>
+ <location filename="mainwindow.ui" line="1361"/>
<source>&amp;Tools</source>
- <translation type="unfinished"/>
+ <translation>&amp;Outils</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1119"/>
+ <location filename="mainwindow.ui" line="1367"/>
<source>Ctrl+I</source>
- <translation type="unfinished">Ctrl+H</translation>
+ <translation>Ctrl+I</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1128"/>
+ <location filename="mainwindow.ui" line="1376"/>
<source>Settings</source>
- <translation type="unfinished">Réglages</translation>
+ <translation>Paramètres</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1131"/>
+ <location filename="mainwindow.ui" line="1379"/>
<source>&amp;Settings</source>
- <translation type="unfinished">Réglage&amp;s</translation>
+ <translation>&amp;Paramètres</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1134"/>
+ <location filename="mainwindow.ui" line="1382"/>
<source>Configure settings and workarounds</source>
- <translation type="unfinished">Configurer les réglages et solutions de rechange</translation>
+ <translation>Configure les paramètres et solutions alternatives</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1137"/>
+ <location filename="mainwindow.ui" line="1385"/>
<source>Ctrl+S</source>
- <translation type="unfinished">Ctrl+S</translation>
+ <translation>Ctrl+S</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1146"/>
+ <location filename="mainwindow.ui" line="1394"/>
<source>Nexus</source>
- <translation type="unfinished">Nexus</translation>
+ <translation>Nexus</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1149"/>
+ <location filename="mainwindow.ui" line="1397"/>
<source>Search nexus network for more mods</source>
- <translation type="unfinished">Effectuer une recherche sur Nexus pour plus de mods</translation>
+ <translation>Recherche sur le réseau nexus pour plus de mods</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1152"/>
+ <location filename="mainwindow.ui" line="1400"/>
<source>Ctrl+N</source>
- <translation type="unfinished">Ctrl+N</translation>
+ <translation>Ctrl+N</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1164"/>
- <location filename="mainwindow.cpp" line="4402"/>
+ <location filename="mainwindow.ui" line="1412"/>
+ <location filename="mainwindow.cpp" line="4679"/>
<source>Update</source>
<translation>Mise-à-jour</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1167"/>
+ <location filename="mainwindow.ui" line="1415"/>
<source>Mod Organizer is up-to-date</source>
- <translation type="unfinished">Mod Organizer est à jour</translation>
+ <translation>Mod Organizer est à jour.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1179"/>
- <location filename="mainwindow.cpp" line="498"/>
+ <location filename="mainwindow.ui" line="1427"/>
+ <location filename="mainwindow.cpp" line="573"/>
<source>No Problems</source>
- <translation type="unfinished"/>
+ <translation>Aucun problèmes</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1182"/>
+ <location filename="mainwindow.ui" line="1430"/>
<source>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them.
!Work in progress!
Right now this has very limited functionality</source>
- <translation type="unfinished"/>
+ <translation>Ce bouton apparaît en surbrillance si MO découvre des problèmes potentiels avec votre configuration et offre une aide pour les résoudre.
+!Work in progress!
+Actuellement une fonctionnalité encore très limitée.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1194"/>
- <location filename="mainwindow.ui" line="1197"/>
+ <location filename="mainwindow.ui" line="1442"/>
+ <location filename="mainwindow.ui" line="1445"/>
<source>Help</source>
- <translation type="unfinished">Aide</translation>
+ <translation>Aide</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1200"/>
+ <location filename="mainwindow.ui" line="1448"/>
<source>Ctrl+H</source>
- <translation type="unfinished">Ctrl+H</translation>
+ <translation>Ctrl+H</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1209"/>
+ <location filename="mainwindow.ui" line="1457"/>
<source>Endorse MO</source>
- <translation type="unfinished"/>
+ <translation>Recommander MO</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1212"/>
- <location filename="mainwindow.cpp" line="4483"/>
+ <location filename="mainwindow.ui" line="1460"/>
+ <location filename="mainwindow.cpp" line="4761"/>
<source>Endorse Mod Organizer</source>
- <translation type="unfinished"/>
+ <translation>Recommander Mod Organizer</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="1465"/>
+ <source>Copy Log to Clipboard</source>
+ <translation>Copier les Logs dans le Presse-papier</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="1468"/>
+ <source>Ctrl+C</source>
+ <translation>Ctrl+C</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="215"/>
+ <location filename="mainwindow.cpp" line="255"/>
<source>Toolbar</source>
- <translation type="unfinished">Barre d'outils</translation>
+ <translation>Barre d&apos;outil</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="216"/>
+ <location filename="mainwindow.cpp" line="256"/>
<source>Desktop</source>
- <translation type="unfinished"/>
+ <translation>Bureau</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="217"/>
+ <location filename="mainwindow.cpp" line="257"/>
<source>Start Menu</source>
- <translation type="unfinished"/>
+ <translation>Menu démarrer</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="494"/>
+ <location filename="mainwindow.cpp" line="561"/>
<source>Problems</source>
- <translation type="unfinished"/>
+ <translation>Problèmes</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="495"/>
+ <location filename="mainwindow.cpp" line="562"/>
<source>There are potential problems with your setup</source>
- <translation type="unfinished"/>
+ <translation>Il y a des problèmes potentiels dans votre configuration</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="499"/>
+ <location filename="mainwindow.cpp" line="574"/>
<source>Everything seems to be in order</source>
- <translation type="unfinished"/>
+ <translation>Tout semble en ordre</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="551"/>
+ <location filename="mainwindow.cpp" line="635"/>
<source>Help on UI</source>
- <translation type="unfinished"/>
+ <translation>Aide sur l&apos;interface</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="555"/>
+ <location filename="mainwindow.cpp" line="639"/>
<source>Documentation Wiki</source>
- <translation type="unfinished"/>
+ <translation>Wiki de Documentation</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="559"/>
+ <location filename="mainwindow.cpp" line="643"/>
<source>Report Issue</source>
- <translation type="unfinished"/>
+ <translation>Reporter un problème</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="563"/>
+ <location filename="mainwindow.cpp" line="647"/>
<source>Tutorials</source>
- <translation type="unfinished"/>
+ <translation>Tutoriels</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="620"/>
- <source>failed to save archives order, do you have write access to "%1"?</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="686"/>
+ <source>About</source>
+ <translation>A propos</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="687"/>
+ <source>About Qt</source>
+ <translation>A propos de Qt</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="690"/>
+ <location filename="mainwindow.cpp" line="782"/>
<source>failed to save load order: %1</source>
- <translation type="unfinished">impossible d'enregistrer l'ordre de chargement: %1</translation>
+ <translation>Échec de l&apos;enregistrement de l’ordre de chargement : %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="707"/>
+ <location filename="mainwindow.cpp" line="793"/>
<source>Name</source>
- <translation type="unfinished">Nom</translation>
+ <translation>Nom</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="708"/>
+ <location filename="mainwindow.cpp" line="794"/>
<source>Please enter a name for the new profile</source>
- <translation type="unfinished">Veuillez inscrire un nom pour le nouveau profil</translation>
+ <translation>Veuillez entrer un nom pour le nouveau profil</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="716"/>
+ <location filename="mainwindow.cpp" line="802"/>
<source>failed to create profile: %1</source>
- <translation type="unfinished">impossible de créer le profil: %1</translation>
+ <translation>création de profil échouée : %1 </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="759"/>
+ <location filename="mainwindow.cpp" line="843"/>
<source>Show tutorial?</source>
- <translation type="unfinished"/>
+ <translation>Afficher le tutoriel ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="760"/>
- <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the "Help"-menu.</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="844"/>
+ <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the &quot;Help&quot;-menu.</source>
+ <translation>Vous lancez Mod Organizer pour la première fois. Voulez-vous afficher un tutoriel concernant ses fonctionnalité élémentaires ? Si vous choisissez non, vous pouvez toujours démarrer le tutoriel depuis le menu &quot;Aide&quot;.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="789"/>
+ <location filename="mainwindow.cpp" line="875"/>
<source>Downloads in progress</source>
- <translation type="unfinished">Téléchargements en cours</translation>
+ <translation>Téléchargement en cours</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="790"/>
+ <location filename="mainwindow.cpp" line="876"/>
<source>There are still downloads in progress, do you really want to quit?</source>
- <translation type="unfinished">Il encore des téléchargements en cours, voulez-vous vraiment quitter?</translation>
+ <translation>Il y a toujours des téléchargements en cours, voulez vous vraiment quitter ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="836"/>
+ <location filename="mainwindow.cpp" line="930"/>
<source>failed to read savegame: %1</source>
- <translation type="unfinished">impossible de lire la sauvegarde: %1</translation>
+ <translation>échec de lecture de la sauvegarde : %1 </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="960"/>
- <source>Plugin "%1" failed: %2</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="1053"/>
+ <source>Plugin &quot;%1&quot; failed: %2</source>
+ <translation>Le Plugin &quot;%1&quot; à échoué: %2</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="962"/>
- <source>Plugin "%1" failed</source>
+ <location filename="mainwindow.cpp" line="1055"/>
+ <source>Plugin &quot;%1&quot; failed</source>
+ <translation>Le Plugin &quot;%1&quot; à échoué</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1098"/>
+ <source>Download?</source>
+ <translation>Télécharger ?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1099"/>
+ <source>A download has been started but no installed page plugin recognizes it.
+If you download anyway no information (i.e. version) will be associated with the download.
+Continue?</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="1029"/>
+ <location filename="mainwindow.cpp" line="1140"/>
+ <source>Browse Mod Page</source>
+ <translation>Consulter la page-web du Mod</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1225"/>
<source>failed to init plugin %1: %2</source>
- <translation type="unfinished"/>
+ <translation>impossible d&apos;initialiser le plugin %1: %2</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1067"/>
+ <location filename="mainwindow.cpp" line="1263"/>
<source>Plugin error</source>
- <translation type="unfinished"/>
+ <translation>Erreur de plugin</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1068"/>
- <source>It appears the plugin "%1" failed to load last startup and caused MO to crash. Do you want to disable it?
+ <location filename="mainwindow.cpp" line="1264"/>
+ <source>It appears the plugin &quot;%1&quot; failed to load last startup and caused MO to crash. Do you want to disable it?
(Please note: If this is the first time you see this message for this plugin you may want to give it another try. The plugin may be able to recover from the problem)</source>
- <translation type="unfinished"/>
+ <translation>Il semble que le plugin &quot;%1&quot; n&apos;a pas pu être chargé lors du démarrage précédent, provoquant un crash de MO. Voulez vous le désactiver ?
+(Note : si il s&apos;agit de la première fois que vous voyez ce message pour ce plugin, vous devriez tenter à nouveau l&apos;opération. Le plugin pourrait cette fois être en mesure de corriger le problème).</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1252"/>
- <source>Failed to start "%1"</source>
- <translation type="unfinished">impossible de lancer "%1"</translation>
+ <location filename="mainwindow.cpp" line="1323"/>
+ <source>Failed to start &quot;%1&quot;</source>
+ <translation>Échec du lancement de &quot;%1&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1254"/>
+ <location filename="mainwindow.cpp" line="1325"/>
<source>Waiting</source>
- <translation type="unfinished">Attente</translation>
+ <translation>Attente</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1254"/>
- <source>Please press OK once you're logged into steam.</source>
- <translation type="unfinished">Veuillez cliquer OK une fois connecté à steam.</translation>
+ <location filename="mainwindow.cpp" line="1325"/>
+ <source>Please press OK once you&apos;re logged into steam.</source>
+ <translation>Veuillez appuyer sur OK une fois connecté à Steam.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1266"/>
- <source>"%1" not found</source>
- <translation type="unfinished">"%1" introuvable</translation>
+ <location filename="mainwindow.cpp" line="1337"/>
+ <source>Executable &quot;%1&quot; not found</source>
+ <translation>Exécutable &quot;%1&quot; introuvable</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1280"/>
+ <location filename="mainwindow.cpp" line="1351"/>
<source>Start Steam?</source>
- <translation type="unfinished"/>
+ <translation>Démarrer Steam ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1281"/>
+ <location filename="mainwindow.cpp" line="1352"/>
<source>Steam is required to be running already to correctly start the game. Should MO try to start steam now?</source>
- <translation type="unfinished"/>
+ <translation>Steam doit être déjà démarré afin de correctement lancer le jeu. MO devrait-il essayer de lancer Steam maintenant ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1502"/>
+ <location filename="mainwindow.cpp" line="1572"/>
<source>Also in: &lt;br&gt;</source>
- <translation type="unfinished"/>
+ <translation>Aussi dans : &lt;br&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1513"/>
+ <location filename="mainwindow.cpp" line="1583"/>
<source>No conflict</source>
- <translation type="unfinished">Aucun conflit</translation>
+ <translation>Aucun conflit</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1630"/>
+ <location filename="mainwindow.cpp" line="1752"/>
<source>&lt;Edit...&gt;</source>
- <translation type="unfinished">&lt;Modifier...&gt;</translation>
+ <translation>&lt;Editer...&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1714"/>
- <source>Failed to refresh list of esps: %s</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="1849"/>
+ <source>Failed to refresh list of esps: %1</source>
+ <translation>Impossible d&apos;actualiser la liste des esps : %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1854"/>
+ <location filename="mainwindow.cpp" line="2025"/>
<source>This bsa is enabled in the ini file so it may be required!</source>
- <translation type="unfinished"/>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="1861"/>
- <source>This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order!</source>
- <translation type="unfinished"/>
+ <translation>Ce bsa étant activé dans le fichier ini, cela devrait être requis !</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1916"/>
+ <location filename="mainwindow.cpp" line="2087"/>
<source>Activating Network Proxy</source>
- <translation type="unfinished"/>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="2047"/>
- <location filename="mainwindow.cpp" line="4150"/>
- <source>Installation successful</source>
- <translation type="unfinished">Installation réussie</translation>
+ <translation>Activation du Proxy de Réseau.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2058"/>
- <location filename="mainwindow.cpp" line="4163"/>
- <source>Configure Mod</source>
- <translation type="unfinished">Configurer mod</translation>
+ <location filename="mainwindow.cpp" line="2201"/>
+ <location filename="mainwindow.cpp" line="2208"/>
+ <source>Failed to write settings</source>
+ <translation>Échec de l&apos;écriture des paramètres</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2059"/>
- <location filename="mainwindow.cpp" line="4164"/>
- <source>This mod contains ini tweaks. Do you want to configure them now?</source>
- <translation type="unfinished">Ce mod contient des ajustement pour les fichiers ini. Désirez-vous les configurer maintenant?</translation>
+ <location filename="mainwindow.cpp" line="2202"/>
+ <location filename="mainwindow.cpp" line="2209"/>
+ <source>An error occured trying to write back MO settings: %1</source>
+ <translation>Une erreur est survenue lors de la récupération des paramètres de MO : %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2065"/>
- <location filename="mainwindow.cpp" line="4170"/>
- <source>mod "%1" not found</source>
- <translation type="unfinished">"%1" introuvable</translation>
+ <location filename="mainwindow.cpp" line="2205"/>
+ <source>File is write protected</source>
+ <translation>Le fichier est protégé en écriture</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2068"/>
- <location filename="mainwindow.cpp" line="4176"/>
- <source>Installation cancelled</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="2206"/>
+ <source>Invalid file format (probably a bug)</source>
+ <translation>Format de fichier invalide (probablement un bug)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2068"/>
- <location filename="mainwindow.cpp" line="4176"/>
- <source>The mod was not installed completely.</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="2207"/>
+ <source>Unknown error %1</source>
+ <translation>Erreur inconnue %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2217"/>
+ <location filename="mainwindow.cpp" line="2254"/>
<source>Some plugins could not be loaded</source>
- <translation type="unfinished"/>
+ <translation>Certains plugins n&apos;ont pas pu être chargés</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2220"/>
+ <location filename="mainwindow.cpp" line="2257"/>
<source>Too many esps and esms enabled</source>
- <translation type="unfinished"/>
+ <translation>Trop d&apos;esps et d&apos;esms activés</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2223"/>
- <location filename="mainwindow.cpp" line="2244"/>
+ <location filename="mainwindow.cpp" line="2260"/>
+ <location filename="mainwindow.cpp" line="2281"/>
<source>Description missing</source>
- <translation type="unfinished"/>
+ <translation>Description manquante</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2232"/>
+ <location filename="mainwindow.cpp" line="2269"/>
<source>The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version:</source>
- <translation type="unfinished"/>
+ <translation>Les plugins suivants n&apos;ont pas pu être chargés. Cela peut être dû à des dépendances manquantes (ex : python) ou une version obsolète :</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2240"/>
- <source>The game doesn't allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href="http://wiki.step-project.com/Guide:Merging_Plugins"&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="2277"/>
+ <source>The game doesn&apos;t allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href=&quot;http://wiki.step-project.com/Guide:Merging_Plugins&quot;&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
+ <translation>Le jeu n&apos;autorise pas le plus de 255 plugins actifs (plugins officiels inclus) à être chargés. Vous devriez désactiver les plugins inusités ou fusionner certains plugins dans un seul. Vous pouvez trouver un guide ici : &lt;a href=&quot;http://wiki.step-project.com/Guide:Merging_Plugins&quot;&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2266"/>
+ <location filename="mainwindow.cpp" line="2303"/>
<source>Choose Mod</source>
- <translation type="unfinished">Choisir mod</translation>
+ <translation>Choisissez un Mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2267"/>
+ <location filename="mainwindow.cpp" line="2304"/>
<source>Mod Archive</source>
- <translation type="unfinished">Archive de mod</translation>
+ <translation>Archive de Mod</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2327"/>
+ <location filename="mainwindow.cpp" line="4382"/>
+ <source>Installation successful</source>
+ <translation>Installation réussie</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2338"/>
+ <location filename="mainwindow.cpp" line="4394"/>
+ <source>Configure Mod</source>
+ <translation>Configurer le Mod</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2339"/>
+ <location filename="mainwindow.cpp" line="4395"/>
+ <source>This mod contains ini tweaks. Do you want to configure them now?</source>
+ <translation>Ce mod contient des ini tweaks. Désirez-vous les configurer maintenant?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2346"/>
+ <location filename="mainwindow.cpp" line="4402"/>
+ <source>mod &quot;%1&quot; not found</source>
+ <translation>mod &quot;%1&quot; introuvable</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="4408"/>
+ <source>Installation cancelled</source>
+ <translation>Installation annulée </translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="4408"/>
+ <source>The mod was not installed completely.</source>
+ <translation>Le mod n&apos;a pas été installé complètement</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2420"/>
+ <location filename="mainwindow.cpp" line="2558"/>
<source>Start Tutorial?</source>
- <translation type="unfinished"/>
+ <translation>Démarrer le Tutoriel ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2421"/>
- <source>You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue?</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="2559"/>
+ <source>You&apos;re about to start a tutorial. For technical reasons it&apos;s not possible to end the tutorial early. Continue?</source>
+ <translation>Vous allez commencer un tutoriel. Pour des raisons techniques, il n&apos;est pas possible de quitter le tutoriel en cours de route. Continuer ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2576"/>
- <location filename="mainwindow.cpp" line="4073"/>
+ <location filename="mainwindow.cpp" line="2703"/>
+ <location filename="mainwindow.cpp" line="4307"/>
<source>Download started</source>
- <translation type="unfinished">Téléchargement commencé</translation>
+ <translation>Le téléchargement vient de démarrer</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2607"/>
+ <location filename="mainwindow.cpp" line="2764"/>
<source>failed to update mod list: %1</source>
- <translation type="unfinished">impossible de mettre à jour la liste de mods: %1</translation>
+ <translation>échec lors de l&apos;actualisation de la liste de Mod: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2634"/>
+ <location filename="mainwindow.cpp" line="2808"/>
<source>failed to spawn notepad.exe: %1</source>
- <translation type="unfinished">impossible de lancer notepad.exe: %1</translation>
+ <translation>impossible d&apos;invoquer notepad.exe : %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2675"/>
+ <location filename="mainwindow.cpp" line="2845"/>
<source>failed to open %1</source>
- <translation type="unfinished">impossible d'ouvrir %1</translation>
+ <translation>impossible d&apos;ouvrir %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2753"/>
+ <location filename="mainwindow.cpp" line="2920"/>
<source>failed to change origin name: %1</source>
- <translation type="unfinished">impossible de changer le nom d'origine: %1</translation>
+ <translation>impossible de changer le nom d&apos;origine : %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2779"/>
- <source>Failed to move "%1" from mod "%2" to "%3": %4</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="2950"/>
+ <source>failed to move &quot;%1&quot; from mod &quot;%2&quot; to &quot;%3&quot;: %4</source>
+ <translation>impossible de déplacer &quot;%1&quot; depuis le mod &quot;%2&quot; vers &quot;%3&quot; : %4</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2973"/>
+ <source>&lt;Contains %1&gt;</source>
+ <translation>&lt;Contient %1&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2828"/>
+ <location filename="mainwindow.cpp" line="3006"/>
<source>&lt;Checked&gt;</source>
- <translation type="unfinished">&lt;Cochés&gt;</translation>
+ <translation>&lt;Coché&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2829"/>
+ <location filename="mainwindow.cpp" line="3007"/>
<source>&lt;Unchecked&gt;</source>
- <translation type="unfinished">&lt;Décochés&gt;</translation>
+ <translation>&lt;Décoché&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2830"/>
+ <location filename="mainwindow.cpp" line="3008"/>
<source>&lt;Update&gt;</source>
- <translation type="unfinished">&lt;Rafraichir&gt;</translation>
+ <translation>&lt;Mise à jour disponible&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3009"/>
+ <source>&lt;Managed by MO&gt;</source>
+ <translation>&lt;Géré par MO&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2831"/>
+ <location filename="mainwindow.cpp" line="3010"/>
+ <source>&lt;Managed outside MO&gt;</source>
+ <translation>&lt;Géré à l’extérieur de MO&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3011"/>
<source>&lt;No category&gt;</source>
- <translation type="unfinished"/>
+ <translation>&lt;Sans catégorie&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2832"/>
+ <location filename="mainwindow.cpp" line="3012"/>
<source>&lt;Conflicted&gt;</source>
- <translation type="unfinished"/>
+ <translation>&lt;Conflits&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2833"/>
+ <location filename="mainwindow.cpp" line="3013"/>
<source>&lt;Not Endorsed&gt;</source>
- <translation type="unfinished"/>
+ <translation>&lt;Non Recommandé&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2866"/>
+ <location filename="mainwindow.cpp" line="3051"/>
<source>failed to rename mod: %1</source>
- <translation type="unfinished">impossible de renommer le mod: %1</translation>
+ <translation>impossible de renommer le Mod: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2879"/>
+ <location filename="mainwindow.cpp" line="3064"/>
<source>Overwrite?</source>
- <translation type="unfinished"/>
+ <translation>Écraser ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2880"/>
- <source>This will replace the existing mod "%1". Continue?</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="3065"/>
+ <source>This will replace the existing mod &quot;%1&quot;. Continue?</source>
+ <translation>Cela va remplacer le Mod existant &quot;%1&quot;. Continuer ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2883"/>
- <source>failed to remove mod "%1"</source>
- <translation type="unfinished">Impossible de supprimer %1</translation>
+ <location filename="mainwindow.cpp" line="3068"/>
+ <source>failed to remove mod &quot;%1&quot;</source>
+ <translation>Impossible de supprimer le Mod &quot;%1&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2887"/>
- <location filename="mainwindow.cpp" line="4348"/>
- <location filename="mainwindow.cpp" line="4372"/>
- <source>failed to rename "%1" to "%2"</source>
- <translation type="unfinished">Impossible de renommer %1 en %2</translation>
+ <location filename="mainwindow.cpp" line="3072"/>
+ <location filename="mainwindow.cpp" line="4580"/>
+ <location filename="mainwindow.cpp" line="4604"/>
+ <source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
+ <translation>Impossible de renommer &quot;%1&quot; en &quot;%2&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2916"/>
- <source>Multiple esps activated, please check that they don't conflict.</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="3097"/>
+ <source>Multiple esps activated, please check that they don&apos;t conflict.</source>
+ <translation>Plusieurs esps activés, veuillez vérifier qu&apos;ils n&apos;entrent pas en conflit.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2942"/>
- <location filename="mainwindow.cpp" line="3602"/>
- <location filename="mainwindow.cpp" line="3610"/>
+ <location filename="mainwindow.cpp" line="3146"/>
+ <location filename="mainwindow.cpp" line="3771"/>
+ <location filename="mainwindow.cpp" line="3779"/>
+ <location filename="mainwindow.cpp" line="4014"/>
<source>Confirm</source>
- <translation type="unfinished">Confirmer</translation>
+ <translation>Confirmer</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2943"/>
+ <location filename="mainwindow.cpp" line="3147"/>
<source>Remove the following mods?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</source>
- <translation type="unfinished"/>
+ <translation>Supprimer les Mods suivants?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2954"/>
+ <location filename="mainwindow.cpp" line="3158"/>
<source>failed to remove mod: %1</source>
- <translation type="unfinished">impossible de renommer le mod: %1</translation>
+ <translation>Impossible de supprimer le Mod: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2989"/>
- <location filename="mainwindow.cpp" line="2992"/>
+ <location filename="mainwindow.cpp" line="3193"/>
+ <location filename="mainwindow.cpp" line="3196"/>
<source>Failed</source>
- <translation type="unfinished"/>
+ <translation>Échec </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2989"/>
+ <location filename="mainwindow.cpp" line="3193"/>
<source>Installation file no longer exists</source>
- <translation type="unfinished"/>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="2993"/>
- <source>Mods installed with old versions of MO can't be reinstalled in this way.</source>
- <translation type="unfinished"/>
+ <translation>Les fichiers d&apos;installations n&apos;existent plus</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3008"/>
- <location filename="mainwindow.cpp" line="3035"/>
- <source>You need to be logged in with Nexus to endorse</source>
- <translation type="unfinished"/>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="3164"/>
- <location filename="mainwindow.cpp" line="4732"/>
- <source>Extract BSA</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="3197"/>
+ <source>Mods installed with old versions of MO can&apos;t be reinstalled in this way.</source>
+ <translation>Les Mods installés avec une anciennes versions de MO ne peuvent être réinstaller de cette manière.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3165"/>
- <source>This mod contains at least one BSA. Do you want to unpack it?
-(This removes the BSA after completion. If you don't know about BSAs, just select no)</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="3212"/>
+ <source>You need to be logged in with Nexus to resume a download</source>
+ <translation>Vous devez être connecté à Nexus pour continuer le téléchargement</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3174"/>
- <location filename="mainwindow.cpp" line="4689"/>
- <location filename="mainwindow.cpp" line="4740"/>
- <source>failed to read %1: %2</source>
- <translation type="unfinished">Échec de lecture %1: %2</translation>
+ <location filename="mainwindow.cpp" line="3228"/>
+ <location filename="mainwindow.cpp" line="3255"/>
+ <source>You need to be logged in with Nexus to endorse</source>
+ <translation>Vous devez être connecté à Nexus pour recommander un mod.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3187"/>
- <location filename="mainwindow.cpp" line="4751"/>
- <source>This archive contains invalid hashes. Some files may be broken.</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="3289"/>
+ <source>Failed to display overwrite dialog: %1</source>
+ <translation>Impossible d&apos;afficher la boite de dialogue overwrite : %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3221"/>
+ <location filename="mainwindow.cpp" line="3407"/>
<source>Nexus ID for this Mod is unknown</source>
- <translation type="unfinished"/>
+ <translation>L&apos;ID Nexus de ce Mod est inconnu</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3260"/>
- <location filename="mainwindow.cpp" line="3707"/>
+ <location filename="mainwindow.cpp" line="3446"/>
+ <location filename="mainwindow.cpp" line="3886"/>
<source>Create Mod...</source>
- <translation type="unfinished"/>
+ <translation>Crée le Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3261"/>
+ <location filename="mainwindow.cpp" line="3447"/>
<source>This will move all files from overwrite into a new, regular mod.
Please enter a name:</source>
- <translation type="unfinished"/>
+ <translation>Ceci va déplacer tout les fichiers présent dans Overwrite dans un nouveau mod ordinaire.
+Veuillez nommer ce mod : </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3270"/>
+ <location filename="mainwindow.cpp" line="3456"/>
<source>A mod with this name already exists</source>
- <translation type="unfinished"/>
+ <translation>Un Mod avec ce nom existe déjà</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3528"/>
+ <location filename="mainwindow.cpp" line="3697"/>
<source>Continue?</source>
- <translation type="unfinished"/>
+ <translation>Continuer ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3529"/>
+ <location filename="mainwindow.cpp" line="3698"/>
<source>The versioning scheme decides which version is considered newer than another.
This function will guess the versioning scheme under the assumption that the installed version is outdated.</source>
- <translation type="unfinished"/>
+ <translation>Le système de syntaxe de version décide quelle version est considérée plus récente qu&apos;une autre.
+Cette fonction va deviner quel système de version utiliser dans l&apos;hypothèse que la version installée est obsolète.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3549"/>
+ <location filename="mainwindow.cpp" line="3718"/>
+ <location filename="mainwindow.cpp" line="4650"/>
<source>Sorry</source>
- <translation type="unfinished"/>
+ <translation>Désolé</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3550"/>
- <source>I don't know a versioning scheme where %1 is newer than %2.</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="3719"/>
+ <source>I don&apos;t know a versioning scheme where %1 is newer than %2.</source>
+ <translation>Je ne connait pas un système de version dans lequel %1 est plus récent que %2.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3602"/>
+ <location filename="mainwindow.cpp" line="3771"/>
<source>Really enable all visible mods?</source>
- <translation type="unfinished"/>
+ <translation>Voulez vous vraiment activer tout les mods visibles ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3610"/>
+ <location filename="mainwindow.cpp" line="3779"/>
<source>Really disable all visible mods?</source>
- <translation type="unfinished"/>
+ <translation>Voulez vous vraiment désactiver tout les mods visibles ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3618"/>
+ <location filename="mainwindow.cpp" line="3787"/>
<source>Choose what to export</source>
- <translation type="unfinished"/>
+ <translation>Choisissez ce que vous voulez exporter </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3620"/>
+ <location filename="mainwindow.cpp" line="3789"/>
<source>Everything</source>
- <translation type="unfinished"/>
+ <translation>Tout</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3620"/>
+ <location filename="mainwindow.cpp" line="3789"/>
<source>All installed mods are included in the list</source>
- <translation type="unfinished"/>
+ <translation>Tous les Mods installés sont inclus dans cette liste</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3621"/>
+ <location filename="mainwindow.cpp" line="3790"/>
<source>Active Mods</source>
- <translation type="unfinished">Activer Mods</translation>
+ <translation>Mods actifs</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3621"/>
+ <location filename="mainwindow.cpp" line="3790"/>
<source>Only active (checked) mods from your current profile are included</source>
- <translation type="unfinished"/>
+ <translation>Seuls les mods actifs (cochés) de votre profil actif seront inclus</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3622"/>
+ <location filename="mainwindow.cpp" line="3791"/>
<source>Visible</source>
- <translation type="unfinished"/>
+ <translation>Visible</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3622"/>
+ <location filename="mainwindow.cpp" line="3791"/>
<source>All mods visible in the mod list are included</source>
- <translation type="unfinished"/>
+ <translation>Tout les mods visible dans la liste de mod sont inclus</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3665"/>
+ <location filename="mainwindow.cpp" line="3834"/>
<source>export failed: %1</source>
- <translation type="unfinished"/>
+ <translation>échec de l&apos;exportation : %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3689"/>
+ <location filename="mainwindow.cpp" line="3851"/>
<source>Install Mod...</source>
- <translation type="unfinished">Installer mod...</translation>
+ <translation>Installer le Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3691"/>
+ <location filename="mainwindow.cpp" line="3853"/>
<source>Enable all visible</source>
- <translation type="unfinished">Activer tous les mods visibles</translation>
+ <translation>Activer tout mod visible</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3692"/>
+ <location filename="mainwindow.cpp" line="3854"/>
<source>Disable all visible</source>
- <translation type="unfinished">Désactiver tous les mods visibles</translation>
+ <translation>Désactiver tout mod visible</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3694"/>
+ <location filename="mainwindow.cpp" line="3856"/>
<source>Check all for update</source>
- <translation type="unfinished">Vérifier toutes les mises à jour</translation>
+ <translation>Vérifier toutes les mises à jour</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3698"/>
+ <location filename="mainwindow.cpp" line="3860"/>
<source>Export to csv...</source>
- <translation type="unfinished"/>
+ <translation>Exporter en csv...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3706"/>
+ <location filename="mainwindow.cpp" line="3879"/>
+ <source>All Mods</source>
+ <translation>Tout les Mods</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3885"/>
<source>Sync to Mods...</source>
- <translation type="unfinished"/>
+ <translation>Synchroniser vers les Mods...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3710"/>
+ <location filename="mainwindow.cpp" line="3889"/>
<source>Restore Backup</source>
- <translation type="unfinished"/>
+ <translation>Restaurer la sauvegarde</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3711"/>
+ <location filename="mainwindow.cpp" line="3890"/>
<source>Remove Backup...</source>
- <translation type="unfinished"/>
+ <translation>Supprimer la sauvegarde...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3713"/>
+ <location filename="mainwindow.cpp" line="3894"/>
<source>Add/Remove Categories</source>
- <translation type="unfinished"/>
+ <translation>Ajouter/Enlever des catégories</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3718"/>
+ <location filename="mainwindow.cpp" line="3899"/>
<source>Replace Categories</source>
- <translation type="unfinished"/>
+ <translation>Remplacer les catégories</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3723"/>
+ <location filename="mainwindow.cpp" line="3904"/>
<source>Primary Category</source>
- <translation type="unfinished"/>
+ <translation>Catégorie primaire</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3730"/>
+ <location filename="mainwindow.cpp" line="3911"/>
<source>Change versioning scheme</source>
- <translation type="unfinished"/>
+ <translation>Changer le système de version</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3734"/>
+ <location filename="mainwindow.cpp" line="3915"/>
<source>Un-ignore update</source>
- <translation type="unfinished"/>
+ <translation>Ne plus ignorer les mises à jour</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3736"/>
+ <location filename="mainwindow.cpp" line="3917"/>
<source>Ignore update</source>
- <translation type="unfinished"/>
+ <translation>Ignorer la MàJ</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3741"/>
+ <location filename="mainwindow.cpp" line="3922"/>
<source>Rename Mod...</source>
- <translation type="unfinished">Renommer mod...</translation>
+ <translation>Renommer le Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3742"/>
+ <location filename="mainwindow.cpp" line="3923"/>
<source>Remove Mod...</source>
- <translation type="unfinished">Supprimer mod...</translation>
+ <translation>Supprimer le Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3743"/>
+ <location filename="mainwindow.cpp" line="3924"/>
<source>Reinstall Mod</source>
- <translation type="unfinished">Installer mod</translation>
+ <translation>Réinstaller le Mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3746"/>
+ <location filename="mainwindow.cpp" line="3927"/>
<source>Un-Endorse</source>
- <translation type="unfinished"/>
+ <translation>Ne plus recommander</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3749"/>
- <location filename="mainwindow.cpp" line="3753"/>
+ <location filename="mainwindow.cpp" line="3930"/>
+ <location filename="mainwindow.cpp" line="3934"/>
<source>Endorse</source>
- <translation type="unfinished"/>
+ <translation>Recommander</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3750"/>
- <source>Won't endorse</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="3931"/>
+ <source>Won&apos;t endorse</source>
+ <translation>Ne vais pas recommander</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3756"/>
+ <location filename="mainwindow.cpp" line="3937"/>
<source>Endorsement state unknown</source>
- <translation type="unfinished"/>
+ <translation>Statut de recommandation inconnu</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3763"/>
+ <location filename="mainwindow.cpp" line="3944"/>
<source>Ignore missing data</source>
- <translation type="unfinished"/>
+ <translation>Ignorer les données manquantes</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3766"/>
+ <location filename="mainwindow.cpp" line="3947"/>
<source>Visit on Nexus</source>
- <translation type="unfinished"/>
+ <translation>Aller à la page Nexus</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3767"/>
+ <location filename="mainwindow.cpp" line="3948"/>
<source>Open in explorer</source>
- <translation type="unfinished"/>
+ <translation>Ouvrir dans l&apos;exploreur</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3770"/>
+ <location filename="mainwindow.cpp" line="3952"/>
<source>Information...</source>
- <translation type="unfinished">Information...</translation>
+ <translation>Informations...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3776"/>
- <location filename="mainwindow.cpp" line="4936"/>
+ <location filename="mainwindow.cpp" line="3959"/>
+ <location filename="mainwindow.cpp" line="5225"/>
<source>Exception: </source>
- <translation type="unfinished"/>
+ <translation>Exception :</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3778"/>
- <location filename="mainwindow.cpp" line="4938"/>
+ <location filename="mainwindow.cpp" line="3961"/>
+ <location filename="mainwindow.cpp" line="5227"/>
<source>Unknown exception</source>
- <translation type="unfinished"/>
+ <translation>Exception Inconnue</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3798"/>
+ <location filename="mainwindow.cpp" line="3988"/>
<source>&lt;All&gt;</source>
- <translation type="unfinished">&lt;Tous&gt;</translation>
+ <translation>&lt;Tous&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3800"/>
+ <location filename="mainwindow.cpp" line="3990"/>
<source>&lt;Multiple&gt;</source>
- <translation type="unfinished"/>
+ <translation>&lt;Multiple&gt;</translation>
+ </message>
+ <message numerus="yes">
+ <location filename="mainwindow.cpp" line="4014"/>
+ <source>Are you sure you want to remove the following %n save(s)?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Removed saves will be sent to the Recycle Bin.</source>
+ <translation><numerusform>Voulez vraiment supprimer les/la sauvegarde(s) suivante %n ?&lt;br&gt;
+&lt;ul&gt;%1&lt;/ul&gt; &lt;br&gt;Les sauvegardes supprimées seront envoyée dans la corbeille.</numerusform><numerusform>Voulez vraiment supprimer les/la sauvegarde(s) suivante %n ?&lt;br&gt;
+&lt;ul&gt;%1&lt;/ul&gt; &lt;br&gt;Les sauvegardes supprimées seront envoyée dans la corbeille.</numerusform></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5483"/>
+ <source>Please wait while LOOT is running</source>
+ <translation>Veuillez patienter pendant que LOOT s&apos;exécute</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3912"/>
+ <location filename="mainwindow.cpp" line="4126"/>
<source>Fix Mods...</source>
- <translation type="unfinished">Réparer mods...</translation>
+ <translation>Corriger les Mods...</translation>
+ </message>
+ <message numerus="yes">
+ <location filename="mainwindow.cpp" line="4128"/>
+ <source>Delete %n save(s)</source>
+ <translation><numerusform>Supprimer %n sauvegarde(s)</numerusform><numerusform>Supprimer %n sauvegarde(s)</numerusform></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3936"/>
- <location filename="mainwindow.cpp" line="3967"/>
+ <location filename="mainwindow.cpp" line="4155"/>
+ <location filename="mainwindow.cpp" line="4188"/>
<source>failed to remove %1</source>
- <translation type="unfinished">Impossible de supprimer %1</translation>
+ <translation>Impossible d&apos;enlever %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3951"/>
- <location filename="mainwindow.cpp" line="3982"/>
+ <location filename="mainwindow.cpp" line="4172"/>
+ <location filename="mainwindow.cpp" line="4204"/>
<source>failed to create %1</source>
- <translation type="unfinished">impossible de créer %1</translation>
+ <translation>Impossible de créer %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4005"/>
- <source>Can't change download directory while downloads are in progress!</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="4228"/>
+ <source>Can&apos;t change download directory while downloads are in progress!</source>
+ <translation>Vous ne pouvez pas changer le répertoire de téléchargement pendant qu&apos;un téléchargement est en cours !</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4076"/>
+ <location filename="mainwindow.cpp" line="4310"/>
<source>Download failed</source>
- <translation type="unfinished">Téléchargement commencé</translation>
+ <translation>Téléchargement échoué</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4225"/>
+ <location filename="mainwindow.cpp" line="4457"/>
<source>failed to write to file %1</source>
- <translation type="unfinished">impossible d'écrire dans le fichier %1</translation>
+ <translation>Échec de l&apos;écriture sur le fichier %1 </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4231"/>
+ <location filename="mainwindow.cpp" line="4463"/>
<source>%1 written</source>
- <translation type="unfinished">%1 écrit</translation>
+ <translation>%1 écrit</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4270"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Select binary</source>
- <translation type="unfinished">Choisir un programme</translation>
+ <translation>Sélectionner un exécutable binaire</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4270"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Binary</source>
- <translation type="unfinished">Programme</translation>
+ <translation>Exécutable binaire</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4296"/>
+ <location filename="mainwindow.cpp" line="4528"/>
<source>Enter Name</source>
- <translation type="unfinished"/>
+ <translation>Entrez un nom</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4297"/>
+ <location filename="mainwindow.cpp" line="4529"/>
<source>Please enter a name for the executable</source>
- <translation type="unfinished">Veuillez inscrire un nom pour le nouveau profil</translation>
+ <translation>Veuillez entrer un nom pour l&apos;exécutable</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4308"/>
+ <location filename="mainwindow.cpp" line="4540"/>
<source>Not an executable</source>
- <translation type="unfinished">Ajouter un programme</translation>
+ <translation>Pas un exécutable</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4308"/>
+ <location filename="mainwindow.cpp" line="4540"/>
<source>This is not a recognized executable.</source>
- <translation type="unfinished"/>
+ <translation>Ceci n&apos;est pas un exécutable reconnu.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4333"/>
- <location filename="mainwindow.cpp" line="4358"/>
+ <location filename="mainwindow.cpp" line="4565"/>
+ <location filename="mainwindow.cpp" line="4590"/>
<source>Replace file?</source>
- <translation type="unfinished"/>
+ <translation>Remplacer le fichier?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4333"/>
+ <location filename="mainwindow.cpp" line="4565"/>
<source>There already is a hidden version of this file. Replace it?</source>
- <translation type="unfinished"/>
+ <translation>Ceci est déjà une version cachée de ce fichier. La remplacer ?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4336"/>
- <location filename="mainwindow.cpp" line="4361"/>
+ <location filename="mainwindow.cpp" line="4568"/>
+ <location filename="mainwindow.cpp" line="4593"/>
<source>File operation failed</source>
- <translation type="unfinished"/>
+ <translation>Échec de l&apos;opération sur les fichiers</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4336"/>
- <location filename="mainwindow.cpp" line="4361"/>
- <source>Failed to remove "%1". Maybe you lack the required file permissions?</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="4568"/>
+ <location filename="mainwindow.cpp" line="4593"/>
+ <source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
+ <translation>Impossible de retirer &quot;%1&quot;. Peut-être n&apos;avez vous pas les permissions nécessaires sur le fichier. </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4358"/>
+ <location filename="mainwindow.cpp" line="4590"/>
<source>There already is a visible version of this file. Replace it?</source>
- <translation type="unfinished"/>
+ <translation>Il existe déjà une version visible de ce fichier. La remplacer ?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4623"/>
+ <source>file not found: %1</source>
+ <translation>fichier introuvable : %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4636"/>
+ <source>failed to generate preview for %1</source>
+ <translation>impossible de générer l&apos;aperçu de %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4650"/>
+ <source>Sorry, can&apos;t preview anything. This function currently does not support extracting from bsas.</source>
+ <translation>Désolé, impossible de générer tout aperçu. Cette fonction ne supporte actuellement pas l&apos;extraction d&apos;un bsa. </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4404"/>
+ <location filename="mainwindow.cpp" line="4681"/>
<source>Update available</source>
- <translation type="unfinished">Mise à jour disponible</translation>
+ <translation>Mise à jour disponible</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4441"/>
+ <location filename="mainwindow.cpp" line="4718"/>
<source>Open/Execute</source>
- <translation type="unfinished"/>
+ <translation>Ouvrir/Exécuter</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4442"/>
+ <location filename="mainwindow.cpp" line="4719"/>
<source>Add as Executable</source>
- <translation type="unfinished">Ajouter un programme</translation>
+ <translation>Ajouter en tant qu&apos;Exécutable</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4723"/>
+ <source>Preview</source>
+ <translation>Aperçu</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4446"/>
+ <location filename="mainwindow.cpp" line="4729"/>
<source>Un-Hide</source>
- <translation type="unfinished"/>
+ <translation>Montrer</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4448"/>
+ <location filename="mainwindow.cpp" line="4731"/>
<source>Hide</source>
- <translation type="unfinished"/>
+ <translation>Cacher</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4453"/>
+ <location filename="mainwindow.cpp" line="4737"/>
<source>Write To File...</source>
- <translation type="unfinished">Écriture du fichier...</translation>
+ <translation>Écriture du fichier...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4484"/>
+ <location filename="mainwindow.cpp" line="4762"/>
<source>Do you want to endorse Mod Organizer on %1 now?</source>
- <translation type="unfinished"/>
+ <translation>Désirez vous recommander Mod Organizer sur %1 maintenant ?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4858"/>
+ <source>Thank you!</source>
+ <translation>Merci !</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4620"/>
+ <location filename="mainwindow.cpp" line="4858"/>
+ <source>Thank you for your endorsement!</source>
+ <translation>Merci de votre recommandation !</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4893"/>
<source>Request to Nexus failed: %1</source>
- <translation type="unfinished"/>
+ <translation>La requête au Nexus à échouée : %1 </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4627"/>
- <location filename="mainwindow.cpp" line="4644"/>
+ <location filename="mainwindow.cpp" line="4900"/>
+ <location filename="mainwindow.cpp" line="4918"/>
<source>login successful</source>
- <translation type="unfinished"/>
+ <translation>connexion réussie</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4653"/>
+ <location filename="mainwindow.cpp" line="4927"/>
<source>login failed: %1. Trying to download anyway</source>
- <translation type="unfinished"/>
+ <translation>échec de login : %1. Tentative de téléchargement malgré tout</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4659"/>
+ <location filename="mainwindow.cpp" line="4933"/>
<source>login failed: %1</source>
- <translation type="unfinished"/>
+ <translation>échec de login : %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4668"/>
+ <location filename="mainwindow.cpp" line="4943"/>
<source>login failed: %1. You need to log-in with Nexus to update MO.</source>
- <translation type="unfinished"/>
+ <translation>échec de login : %1. Vous devez vous connecter au Nexus pour mettre à jour MO.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4964"/>
+ <location filename="mainwindow.cpp" line="5015"/>
+ <source>failed to read %1: %2</source>
+ <translation>impossible de lire %1 : %2</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4701"/>
+ <location filename="mainwindow.cpp" line="4976"/>
<source>Error</source>
- <translation type="unfinished">Erreur</translation>
+ <translation>Erreur</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4701"/>
+ <location filename="mainwindow.cpp" line="4976"/>
<source>failed to extract %1 (errorcode %2)</source>
- <translation type="unfinished"/>
+ <translation>impossible d&apos;extraire %1 (code d&apos;erreur %2)</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5007"/>
+ <source>Extract BSA</source>
+ <translation>Extraire le BSA</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5026"/>
+ <source>This archive contains invalid hashes. Some files may be broken.</source>
+ <translation>Cette archive contient des données de hachages invalides. Certains fichiers peuvent être corrompus.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4796"/>
+ <location filename="mainwindow.cpp" line="5071"/>
<source>Extract...</source>
- <translation type="unfinished"/>
+ <translation>Extraire...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4852"/>
+ <location filename="mainwindow.cpp" line="5133"/>
<source>Edit Categories...</source>
- <translation type="unfinished"/>
+ <translation>Modfier les catégories</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4897"/>
+ <location filename="mainwindow.cpp" line="5134"/>
+ <source>Deselect filter</source>
+ <translation>Filtre de déselection</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5185"/>
<source>Remove</source>
<translation>Supprimer</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4907"/>
+ <location filename="mainwindow.cpp" line="5196"/>
<source>Enable all</source>
- <translation type="unfinished"/>
+ <translation>Activer tout</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4908"/>
+ <location filename="mainwindow.cpp" line="5197"/>
<source>Disable all</source>
- <translation type="unfinished"/>
+ <translation>Désactiver tout</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4927"/>
+ <location filename="mainwindow.cpp" line="5216"/>
<source>Unlock load order</source>
- <translation type="unfinished"/>
+ <translation>Déverrouiller l&apos;ordre de chargement </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4930"/>
+ <location filename="mainwindow.cpp" line="5219"/>
<source>Lock load order</source>
- <translation type="unfinished"/>
+ <translation>Verrouiller l’ordre de chargement</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5352"/>
+ <source>depends on missing &quot;%1&quot;</source>
+ <translation>dépend de &quot;%1&quot; manquant</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5356"/>
+ <source>incompatible with &quot;%1&quot;</source>
+ <translation>incompatible avec &quot;%1&quot;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5376"/>
+ <source>No profile set</source>
+ <translation>Aucun profil </translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5573"/>
+ <source>loot failed. Exit code was: %1</source>
+ <translation>échec de LOOT. Le code de fermeture était : %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5579"/>
+ <source>failed to start loot</source>
+ <translation>impossible de démarrer LOOT</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5582"/>
+ <source>failed to run loot: %1</source>
+ <translation>impossible d&apos;exécuter LOOT : %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5585"/>
+ <source>Errors occured</source>
+ <translation>Erreurs survenues</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5636"/>
+ <source>Backup of load order created</source>
+ <translation>Backup de l&apos;ordre de chargement créé </translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5646"/>
+ <source>Choose backup to restore</source>
+ <translation>Choisissez le backup à restaurer</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5659"/>
+ <source>No Backups</source>
+ <translation>Aucun Backups</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5659"/>
+ <source>There are no backups to restore</source>
+ <translation>Il n&apos;y a aucun backup à restaurer</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5680"/>
+ <location filename="mainwindow.cpp" line="5701"/>
+ <source>Restore failed</source>
+ <translation>Restauration échouée</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5681"/>
+ <location filename="mainwindow.cpp" line="5702"/>
+ <source>Failed to restore the backup. Errorcode: %1</source>
+ <translation>Échec de la restauration du backup. Code d&apos;erreur : %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5692"/>
+ <source>Backup of modlist created</source>
+ <translation>Backup de la liste de mods créé</translation>
</message>
</context>
<context>
@@ -2451,14 +2871,69 @@ This function will guess the versioning scheme under the assumption that the ins
<location filename="messagedialog.ui" line="150"/>
<location filename="messagedialog.ui" line="180"/>
<source>Placeholder</source>
- <translation>Signet</translation>
+ <translation>*Substitut*</translation>
</message>
</context>
<context>
<name>ModInfo</name>
<message>
+ <location filename="modinfo.cpp" line="87"/>
+ <source>Plugins</source>
+ <translation>Plugins</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="88"/>
+ <source>Textures</source>
+ <translation>Textures</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="89"/>
+ <source>Meshes</source>
+ <translation>Meshes</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="90"/>
+ <source>UI Changes</source>
+ <translation>Modifications de l&apos;UI</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="91"/>
+ <source>Music</source>
+ <translation>Musiques</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="92"/>
+ <source>Sound Effects</source>
+ <translation>Sons</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="93"/>
+ <source>Scripts</source>
+ <translation>Scripts</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="94"/>
+ <source>SKSE Plugins</source>
+ <translation>Plugins SKSE</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="95"/>
+ <source>SkyProc Tools</source>
+ <translation>Outils SkyProc</translation>
+ </message>
+ <message>
<location filename="modinfo.cpp" line="96"/>
- <location filename="modinfo.cpp" line="125"/>
+ <source>Strings</source>
+ <translation>Strings</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="97"/>
+ <source>invalid content type %1</source>
+ <translation>type de contenu invalide %1</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="120"/>
+ <location filename="modinfo.cpp" line="149"/>
<source>invalid index %1</source>
<translation>index invalide %1</translation>
</message>
@@ -2466,9 +2941,9 @@ This function will guess the versioning scheme under the assumption that the ins
<context>
<name>ModInfoBackup</name>
<message>
- <location filename="modinfo.cpp" line="820"/>
+ <location filename="modinfo.cpp" line="949"/>
<source>This is the backup of a mod</source>
- <translation type="unfinished"/>
+ <translation>Ceci est le backup d&apos;un mod</translation>
</message>
</context>
<context>
@@ -2479,79 +2954,99 @@ This function will guess the versioning scheme under the assumption that the ins
<translation>Info sur le mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="27"/>
+ <location filename="modinfodialog.ui" line="30"/>
<source>Textfiles</source>
<translation>Fichiers texte</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="39"/>
+ <location filename="modinfodialog.ui" line="42"/>
<source>A list of text-files in the mod directory.</source>
<translation>Une liste des fichiers texte de ce mod.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="42"/>
+ <location filename="modinfodialog.ui" line="45"/>
<source>A list of text-files in the mod directory like readmes. </source>
<translation>Une liste des fichiers texte de ce mod, comme les lisez-moi.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="64"/>
- <location filename="modinfodialog.ui" line="152"/>
+ <location filename="modinfodialog.ui" line="67"/>
+ <location filename="modinfodialog.ui" line="175"/>
<source>Save</source>
<translation>Enregistrer</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="74"/>
+ <location filename="modinfodialog.ui" line="77"/>
<source>INI-Files</source>
<translation>Fichiers INI</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="94"/>
+ <location filename="modinfodialog.ui" line="91"/>
+ <source>Ini Files</source>
+ <translation>Fichiers INI</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="104"/>
<source>This is a list of .ini files in the mod.</source>
<translation>Ceci est une liste des fichiers .ini présents dans le mod.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="97"/>
+ <location filename="modinfodialog.ui" line="107"/>
<source>This is a list of .ini files in the mod. These are usually used to configure the behaviour of mods if there are configurable parameters.</source>
- <translation>Ceci est une liste des fichiers .ini présents dans le mod. Ils sont généralement utilisés pour configurer le comportement du mod lorsqu'il y a des paramètres configurables.</translation>
+ <translation>Ceci est une liste des fichiers .ini présents dans le mod. Ils sont généralement utilisés pour configurer le comportement du mod lorsqu&apos;il y a des paramètres configurables.</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="114"/>
+ <source>Ini Tweaks</source>
+ <translation>Tweaks INI</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="146"/>
+ <location filename="modinfodialog.ui" line="130"/>
+ <source>This is a list of ini tweaks (ini modifications that can be toggled).</source>
+ <translation>Ceci est une liste des tweaks ini (modifications d&apos;ini qui peuvent être activées).</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="133"/>
+ <source>This is a list of ini tweaks. Ini Tweaks are (usually small) fragments of ini files that are applied over existing settings in skyrim.ini/skyrimprefs.ini. Each tweak can be toggled individually. You should check the description of the mod wether the tweaks are really optional.</source>
+ <translation>Ceci est une liste des tweaks ini. Les tweaks ini sont des fragments de fichiers INI (usuellement petits) qui sont appliqués par dessus les paramètres existants dans skyrim.ini/skyrimprefs.ini. Chaque tweak peut être activé individuellement. Vous devriez vérifier la description du mod quand à savoir si les tweaks sont réellement optionnels. </translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="169"/>
<source>Save changes to the file.</source>
<translation>Enregistre les changements au fichier.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="149"/>
+ <location filename="modinfodialog.ui" line="172"/>
<source>Save changes to the file. This overwrites the original. There is no automatic backup!</source>
- <translation>Enregistrer les changements au fichier. Ceci écrase l'original. Il n'y a pas de copie de sauvegarde automatique!</translation>
+ <translation>Enregistrer les changements au fichier. Ceci écrase l&apos;original. Il n&apos;y a pas de copie de sauvegarde automatique!</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="162"/>
+ <location filename="modinfodialog.ui" line="185"/>
<source>Images</source>
<translation>Images</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="217"/>
+ <location filename="modinfodialog.ui" line="240"/>
<source>Images located in the mod.</source>
<translation>Images présentes dans le mod.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="220"/>
+ <location filename="modinfodialog.ui" line="243"/>
<source>This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</source>
- <translation type="unfinished"/>
+ <translation>Ceci liste toutes les images (.jpg et .png) présentes dans le répertoire du mod, comme les screenshots et autres. Cliquez sur l&apos;objet pour obtenir une vue plus large.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="253"/>
- <location filename="modinfodialog.ui" line="272"/>
+ <location filename="modinfodialog.ui" line="276"/>
+ <location filename="modinfodialog.ui" line="295"/>
<source>Optional ESPs</source>
<translation>ESPs optionnels</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="259"/>
+ <location filename="modinfodialog.ui" line="282"/>
<source>List of esps and esms that can not be loaded by the game.</source>
<translation>Liste des esps et esms ne pouvant pas être chargés par le jeu.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="262"/>
+ <location filename="modinfodialog.ui" line="285"/>
<source>List of esps and esms contained in this plugin that currently can not be loaded by the game. They will not even appear in the esp-list in the main MO-window.
They usually contain optional functionality, see the readme.
@@ -2559,615 +3054,689 @@ Most mods do not have optional esps, so chances are good you are looking at an e
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="287"/>
+ <location filename="modinfodialog.ui" line="310"/>
<source>Make the selected mod in the lower list unavailable.</source>
<translation>Rendre le mod sélectionné dans la liste du bas non-disponible.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="290"/>
- <source>The selected esp (in the lower list) will be pushed into a subdirectory of the mod and will thus become "invisible" to the game. It can then no longer be activated.</source>
- <translation>L'ESP sélectionné (dans la liste inférieure) sera poussé dans un sous-dossier du mod et deviendra ainsi "invisible" pour le jeu. Il ne pourra alors plus être activé.</translation>
+ <location filename="modinfodialog.ui" line="313"/>
+ <source>The selected esp (in the lower list) will be pushed into a subdirectory of the mod and will thus become &quot;invisible&quot; to the game. It can then no longer be activated.</source>
+ <translation>L&apos;ESP sélectionné (dans la liste inférieure) sera poussé dans un sous-dossier du mod et deviendra ainsi &quot;invisible&quot; pour le jeu. Il ne pourra alors plus être activé.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="316"/>
+ <location filename="modinfodialog.ui" line="339"/>
<source>Move a file to the data directory.</source>
<translation>Déplacer un fichier vers le dossier DATA.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="319"/>
- <source>This moves a esp to the esp directory so it can be enabled in the main window. Please note that the ESP merely becomes "available", it will not necessarily be loaded! That is configured in the main window of omo.</source>
- <translation>Ceci déplace un ESP vers le répertoire DATA afin qu'il puisse être activé dans la fenêtre principale. Veuillez noter que l'ESP devient simplement "disponible", il ne sera pas nécessairement chargé. Celà doit être configuré dans la fenêtre principale de MO.</translation>
+ <location filename="modinfodialog.ui" line="342"/>
+ <source>This moves a esp to the esp directory so it can be enabled in the main window. Please note that the ESP merely becomes &quot;available&quot;, it will not necessarily be loaded! That is configured in the main window of omo.</source>
+ <translation>Ceci déplace un ESP vers le répertoire DATA afin qu&apos;il puisse être activé dans la fenêtre principale. Veuillez noter que l&apos;ESP devient simplement &quot;disponible&quot;, il ne sera pas nécessairement chargé. Celà doit être configuré dans la fenêtre principale de MO.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="354"/>
+ <location filename="modinfodialog.ui" line="377"/>
<source>ESPs in the data directory and thus visible to the game.</source>
<translation>ESPs dans le dossier DATA et donc visibles par le jeu.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="357"/>
+ <location filename="modinfodialog.ui" line="380"/>
<source>These are the mod files that are in the (virtual) data directory of your game and will thus be selecteable in the esp list in the main window.</source>
- <translation>Ce sont les mods qui se trouvent dans le répertoire DATA (virtuel) de votre jeu et qu'il sera donc possible de sélectionner dans la fenêtre principale.</translation>
+ <translation>Ce sont les mods qui se trouvent dans le répertoire DATA (virtuel) de votre jeu et qu&apos;il sera donc possible de sélectionner dans la fenêtre principale.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="364"/>
+ <location filename="modinfodialog.ui" line="387"/>
<source>Available ESPs</source>
<translation>ESPs disponibles</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="372"/>
+ <location filename="modinfodialog.ui" line="395"/>
<source>Conflicts</source>
- <translation type="unfinished"/>
+ <translation>Conflits</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="380"/>
+ <location filename="modinfodialog.ui" line="403"/>
<source>The following conflicted files are provided by this mod</source>
- <translation type="unfinished"/>
+ <translation>Les fichiers conflictuels suivants sont originaire de ce mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="430"/>
- <location filename="modinfodialog.ui" line="480"/>
+ <location filename="modinfodialog.ui" line="453"/>
+ <location filename="modinfodialog.ui" line="503"/>
<source>File</source>
- <translation type="unfinished">Fichier</translation>
+ <translation>Fichier</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="435"/>
+ <location filename="modinfodialog.ui" line="458"/>
<source>Overwritten Mods</source>
- <translation type="unfinished"/>
+ <translation>Mods écrasés</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="445"/>
+ <location filename="modinfodialog.ui" line="468"/>
<source>The following conflicted files are provided by other mods</source>
- <translation type="unfinished"/>
+ <translation>Les fichiers conflictuels suivants sont originaires d&apos;autres mods</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="485"/>
+ <location filename="modinfodialog.ui" line="508"/>
<source>Providing Mod</source>
- <translation type="unfinished"/>
+ <translation>Mod source</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="495"/>
+ <location filename="modinfodialog.ui" line="518"/>
<source>Non-Conflicted files</source>
- <translation type="unfinished"/>
+ <translation>Fichiers non conflictuels</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="515"/>
+ <location filename="modinfodialog.ui" line="538"/>
<source>Categories</source>
- <translation type="unfinished">Catégories</translation>
+ <translation>Catégories</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="538"/>
+ <location filename="modinfodialog.ui" line="561"/>
<source>Primary Category</source>
- <translation type="unfinished"/>
+ <translation>Catégorie primaire</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="555"/>
+ <location filename="modinfodialog.ui" line="578"/>
<source>Nexus Info</source>
<translation>Info de Nexus</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="563"/>
+ <location filename="modinfodialog.ui" line="586"/>
<source>Mod ID</source>
<translation>ID du mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="570"/>
+ <location filename="modinfodialog.ui" line="593"/>
<source>Mod ID for this mod on Nexus.</source>
<translation>ID de ce mod sur Nexus.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="573"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
-p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: &lt;/span&gt;&lt;a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; text-decoration: underline; color:#0000ff;"&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; color:#000000;"&gt;. In this example, 1334 is the id you're looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="596"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;ID de ce mod sur Nexus. Rempli automatiquement si vous téléchargez et installez un mod à partir de MO. Sinon, vous pouvez l'inscrire manuellement. Pour connaître le bon ID, trouvez le mod sur Nexus. L'URL ressemblera à ceci: &lt;a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" text-decoration: underline; color:#0000ff;"&gt;http://www.skyrimnexus.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" color:#000000;"&gt;. Dans cet example, 1334 est l'ID que vous cherchez. En passant: Ce lien est celui de Mod Organizer sur le Nexus. Pourquoi ne pas le visiter et lui donner votre aval?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: &lt;/span&gt;&lt;a href=&quot; http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; color:#000000;&quot;&gt;. In this example, 1334 is the id you&apos;re looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="597"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="620"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Installed Version of the Mod. The tooltip will contain the current version available on nexus. The installed version is only set if you installed the mod through MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Installed Version of the Mod. The tooltip will contain the current version available on nexus. The installed version is only set if you installed the mod through MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Version du mod installée La bulle contient la version courrante disponible sur Nexus. La version installé n'est réglée que si vous installez le mod avec MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Version du mod installée La bulle contient la version courrante disponible sur Nexus. La version installé n&apos;est réglée que si vous installez le mod avec MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="604"/>
+ <location filename="modinfodialog.ui" line="627"/>
<source>Version</source>
<translation>Version</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="634"/>
+ <location filename="modinfodialog.ui" line="657"/>
<source>Refresh</source>
- <translation type="unfinished">Actualiser</translation>
+ <translation>Actualiser</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="637"/>
+ <location filename="modinfodialog.ui" line="660"/>
<source>Refresh all information from Nexus.</source>
- <translation type="unfinished"/>
+ <translation>Actualiser toutes les informations provenant du Nexus</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="651"/>
+ <location filename="modinfodialog.ui" line="674"/>
<source>Description</source>
<translation>Description</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="666"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="689"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished"/>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="701"/>
+ <location filename="modinfodialog.ui" line="724"/>
<source>Endorse</source>
- <translation type="unfinished"/>
+ <translation>Recommander</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="715"/>
+ <location filename="modinfodialog.ui" line="738"/>
<source>Notes</source>
- <translation type="unfinished"/>
+ <translation>Notes</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="725"/>
+ <location filename="modinfodialog.ui" line="748"/>
<source>Filetree</source>
<translation>Arborescence</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="734"/>
+ <location filename="modinfodialog.ui" line="757"/>
<source>A directory view of this mod</source>
<translation>Une vue du dossier de ce mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="737"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="760"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Changes happen immediately on disc, so do&lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt; be careful&lt;/span&gt;&lt;span style=" font-size:8pt;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Changes happen immediately on disc, so do&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt; be careful&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Ceci est une vue modifiable du dossier du mod. Vous pouvez réorganiser les fichiers par glisser-déposer et les renommer en double-cliquant.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Les changements sont immédiatement appliqués sur le disque, alors&lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt; soyez prudent&lt;/span&gt;&lt;span style=" font-size:8pt;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Ceci est une vue modifiable du dossier du mod. Vous pouvez réorganiser les fichiers par glisser-déposer et les renommer en double-cliquant.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Les changements sont immédiatement appliqués sur le disque, alors&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt; soyez prudent&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="764"/>
+ <location filename="modinfodialog.ui" line="787"/>
<source>Previous</source>
- <translation type="unfinished"/>
+ <translation>Précédant</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="771"/>
+ <location filename="modinfodialog.ui" line="794"/>
<source>Next</source>
<translation>Suivant</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="791"/>
+ <location filename="modinfodialog.ui" line="814"/>
<source>Close</source>
<translation>Fermer</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="108"/>
+ <location filename="modinfodialog.cpp" line="170"/>
<source>&amp;Delete</source>
<translation>Supprimer</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="109"/>
+ <location filename="modinfodialog.cpp" line="171"/>
<source>&amp;Rename</source>
<translation>&amp;Renommer</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="110"/>
+ <location filename="modinfodialog.cpp" line="172"/>
<source>&amp;Hide</source>
- <translation type="unfinished"/>
+ <translation>&amp;Cacher</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="111"/>
+ <location filename="modinfodialog.cpp" line="173"/>
<source>&amp;Unhide</source>
- <translation type="unfinished"/>
+ <translation>&amp;Ne plus cacher</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="112"/>
+ <location filename="modinfodialog.cpp" line="174"/>
<source>&amp;Open</source>
<translation>&amp;Ouvrir</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="113"/>
+ <location filename="modinfodialog.cpp" line="175"/>
<source>&amp;New Folder</source>
<translation>&amp;Nouveau dossier</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="354"/>
- <location filename="modinfodialog.cpp" line="369"/>
+ <location filename="modinfodialog.cpp" line="421"/>
+ <location filename="modinfodialog.cpp" line="436"/>
<source>Save changes?</source>
- <translation type="unfinished">Enregistrer les changements?</translation>
+ <translation>Enregistrer les changements?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="354"/>
- <location filename="modinfodialog.cpp" line="369"/>
- <source>Save changes to "%1"?</source>
- <translation type="unfinished"/>
+ <location filename="modinfodialog.cpp" line="421"/>
+ <location filename="modinfodialog.cpp" line="436"/>
+ <source>Save changes to &quot;%1&quot;?</source>
+ <translation>Enregistrer les changements sur &quot;%1&quot; ?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="570"/>
+ <location filename="modinfodialog.cpp" line="626"/>
<source>File Exists</source>
<translation>Un fichier du même nom existe</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="570"/>
+ <location filename="modinfodialog.cpp" line="626"/>
<source>A file with that name exists, please enter a new one</source>
<translation>Un fichier ainsi nommé existe déjà, veuillez entrer un nouveau nom</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="587"/>
+ <location filename="modinfodialog.cpp" line="643"/>
<source>failed to move file</source>
<translation>impossible de déplacer le fchier</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="612"/>
- <source>failed to create directory "optional"</source>
- <translation>Impossible de créer le dossier "optional"</translation>
+ <location filename="modinfodialog.cpp" line="668"/>
+ <source>failed to create directory &quot;optional&quot;</source>
+ <translation>impossible de créer le dossier &quot;optional&quot;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="650"/>
- <location filename="modinfodialog.cpp" line="1156"/>
+ <location filename="modinfodialog.cpp" line="706"/>
+ <location filename="modinfodialog.cpp" line="1211"/>
<source>Info requested, please wait</source>
<translation>Info demandée, veuillez patienter</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="704"/>
+ <location filename="modinfodialog.cpp" line="760"/>
<source>Main</source>
<translation>Principal</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="705"/>
+ <location filename="modinfodialog.cpp" line="761"/>
<source>Update</source>
<translation>Mise-à-jour</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="706"/>
+ <location filename="modinfodialog.cpp" line="762"/>
<source>Optional</source>
<translation>Optionnel</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="707"/>
+ <location filename="modinfodialog.cpp" line="763"/>
<source>Old</source>
<translation>Ancien</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="708"/>
+ <location filename="modinfodialog.cpp" line="764"/>
<source>Misc</source>
<translation>Divers</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="709"/>
+ <location filename="modinfodialog.cpp" line="765"/>
<source>Unknown</source>
<translation>Inconnu</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="720"/>
+ <location filename="modinfodialog.cpp" line="776"/>
<source>Current Version: %1</source>
<translation>Version courante: %1</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="724"/>
+ <location filename="modinfodialog.cpp" line="780"/>
<source>No update available</source>
<translation>Aucune mise-à-jour disponible</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="765"/>
+ <location filename="modinfodialog.cpp" line="821"/>
<source>(description incomplete, please visit nexus)</source>
- <translation type="unfinished"/>
+ <translation>(description incomplète, veuillez aller sur le Nexus)</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="780"/>
- <source>&lt;a href="%1"&gt;Visit on Nexus&lt;/a&gt;</source>
- <translation>&lt;a href="%1"&gt;Visiter sur Nexus&lt;/a&gt;</translation>
+ <location filename="modinfodialog.cpp" line="836"/>
+ <source>&lt;a href=&quot;%1&quot;&gt;Visit on Nexus&lt;/a&gt;</source>
+ <translation>&lt;a href=&quot;%1&quot;&gt;Visiter sur Nexus&lt;/a&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="859"/>
+ <location filename="modinfodialog.cpp" line="915"/>
<source>Failed to delete %1</source>
- <translation>impossible d'effacer %1</translation>
+ <translation>Impossible d&apos;effacer %1</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="870"/>
- <location filename="modinfodialog.cpp" line="875"/>
+ <location filename="modinfodialog.cpp" line="926"/>
+ <location filename="modinfodialog.cpp" line="931"/>
<source>Confirm</source>
<translation>Confirmer</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="870"/>
- <source>Are sure you want to delete "%1"?</source>
- <translation>Voulez-vous vraiment supprimer "%1"?</translation>
+ <location filename="modinfodialog.cpp" line="926"/>
+ <source>Are sure you want to delete &quot;%1&quot;?</source>
+ <translation>Voulez-vous vraiment supprimer &quot;%1&quot; ?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="875"/>
+ <location filename="modinfodialog.cpp" line="931"/>
<source>Are sure you want to delete the selected files?</source>
- <translation>Voulez-vous vraiment supprimer les fichiers sélectionnés?</translation>
+ <translation>Voulez-vous vraiment supprimer les fichiers sélectionnés ?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="949"/>
- <location filename="modinfodialog.cpp" line="955"/>
+ <location filename="modinfodialog.cpp" line="1005"/>
+ <location filename="modinfodialog.cpp" line="1011"/>
<source>New Folder</source>
<translation>Nouveau dossier</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="961"/>
- <source>Failed to create "%1"</source>
- <translation>Impossible de créer "%1"</translation>
+ <location filename="modinfodialog.cpp" line="1017"/>
+ <source>Failed to create &quot;%1&quot;</source>
+ <translation>Impossible de créer &quot;%1&quot;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1065"/>
- <location filename="modinfodialog.cpp" line="1089"/>
+ <location filename="modinfodialog.cpp" line="1121"/>
+ <location filename="modinfodialog.cpp" line="1145"/>
<source>Replace file?</source>
- <translation type="unfinished"/>
+ <translation>Remplacer le fichier ?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1065"/>
+ <location filename="modinfodialog.cpp" line="1121"/>
<source>There already is a hidden version of this file. Replace it?</source>
- <translation type="unfinished"/>
+ <translation>Ceci est déjà une version cachée de ce fichier. La remplacer ?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1068"/>
- <location filename="modinfodialog.cpp" line="1092"/>
+ <location filename="modinfodialog.cpp" line="1124"/>
+ <location filename="modinfodialog.cpp" line="1148"/>
<source>File operation failed</source>
- <translation type="unfinished"/>
+ <translation>Opération de fichier échouée</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1068"/>
- <location filename="modinfodialog.cpp" line="1092"/>
- <source>Failed to remove "%1". Maybe you lack the required file permissions?</source>
- <translation type="unfinished"/>
+ <location filename="modinfodialog.cpp" line="1124"/>
+ <location filename="modinfodialog.cpp" line="1148"/>
+ <source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
+ <translation>Impossible de supprimer &quot;%1&quot;. Peut-être n&apos;avez vous pas les permissions nécessaires sur le fichier.</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1079"/>
- <location filename="modinfodialog.cpp" line="1102"/>
+ <location filename="modinfodialog.cpp" line="1135"/>
+ <location filename="modinfodialog.cpp" line="1158"/>
<source>failed to rename %1 to %2</source>
- <translation type="unfinished">Impossible de renommer %1 en %2</translation>
+ <translation>impossible de renommer %1 en %2</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1089"/>
+ <location filename="modinfodialog.cpp" line="1145"/>
<source>There already is a visible version of this file. Replace it?</source>
- <translation type="unfinished"/>
+ <translation>Il existe déjà une version visible de ce fichier. La remplacer ?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1136"/>
+ <location filename="modinfodialog.cpp" line="1191"/>
<source>Un-Hide</source>
- <translation type="unfinished"/>
+ <translation>Ne plus cacher</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1138"/>
+ <location filename="modinfodialog.cpp" line="1193"/>
<source>Hide</source>
- <translation type="unfinished"/>
+ <translation>Cacher</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1179"/>
+ <location filename="modinfodialog.cpp" line="1234"/>
<source>Name</source>
<translation>Nom</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1179"/>
+ <location filename="modinfodialog.cpp" line="1234"/>
<source>Please enter a name</source>
- <translation type="unfinished"/>
+ <translation>Veuillez entrer un nom</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1183"/>
- <location filename="modinfodialog.cpp" line="1186"/>
+ <location filename="modinfodialog.cpp" line="1238"/>
+ <location filename="modinfodialog.cpp" line="1241"/>
<source>Error</source>
- <translation type="unfinished">Erreur</translation>
+ <translation>Erreur</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1183"/>
+ <location filename="modinfodialog.cpp" line="1238"/>
<source>Invalid name. Must be a valid file name</source>
- <translation type="unfinished"/>
+ <translation>Nom invalide. Veuillez entrer un nom valide</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1186"/>
+ <location filename="modinfodialog.cpp" line="1241"/>
<source>A tweak by that name exists</source>
- <translation type="unfinished"/>
+ <translation>Un tweak de ce nom existe déjà</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1198"/>
+ <location filename="modinfodialog.cpp" line="1255"/>
<source>Create Tweak</source>
- <translation type="unfinished"/>
+ <translation>Créer un Tweak</translation>
+ </message>
+</context>
+<context>
+ <name>ModInfoForeign</name>
+ <message>
+ <location filename="modinfo.cpp" line="1040"/>
+ <source>This pseudo mod represents content managed outside MO. It isn&apos;t modified by MO.</source>
+ <translation>Ce pseudo mod représente un contenu géré à l’extérieur de MO. Il n&apos;est pas modifié par MO.</translation>
</message>
</context>
<context>
<name>ModInfoOverwrite</name>
<message>
- <location filename="modinfo.cpp" line="866"/>
+ <location filename="modinfo.cpp" line="994"/>
<source>This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit)</source>
- <translation type="unfinished"/>
+ <translation>Ce pseudo mod contient des fichiers provenant du répertoire Data virtualisé qui ont été modifiés (ex : par le construction kit)</translation>
</message>
</context>
<context>
<name>ModInfoRegular</name>
<message>
- <location filename="modinfo.cpp" line="393"/>
- <source>failed to write %1/meta.ini: %2</source>
- <translation type="unfinished"/>
+ <location filename="modinfo.cpp" line="586"/>
+ <location filename="modinfo.cpp" line="589"/>
+ <source>failed to write %1/meta.ini: error %2</source>
+ <translation>impossible d&apos;écrire %1/meta.ini : erreur %2</translation>
</message>
<message>
- <location filename="modinfo.cpp" line="661"/>
+ <location filename="modinfo.cpp" line="862"/>
<source>%1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory</source>
- <translation type="unfinished">%1 ne contient ni esp/esm, ni dossier d'éléments de jeu (textures, meshes, interface, ...)</translation>
+ <translation>%1 ne contient ni esp/esm, ni dossier d&apos;éléments de jeu (textures, meshes, interface, ...)</translation>
</message>
<message>
- <location filename="modinfo.cpp" line="665"/>
+ <location filename="modinfo.cpp" line="866"/>
<source>Categories: &lt;br&gt;</source>
- <translation type="unfinished"/>
+ <translation>Catégories : &lt;br&gt;</translation>
</message>
</context>
<context>
<name>ModList</name>
<message>
- <location filename="modlist.cpp" line="109"/>
+ <location filename="modlist.cpp" line="55"/>
+ <source>Game plugins (esp/esm)</source>
+ <translation>Elder Scrolls Plugins (esp/esm)</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="56"/>
+ <source>Interface</source>
+ <translation>Interface</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="57"/>
+ <source>Meshes</source>
+ <translation>Meshes</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="58"/>
+ <source>Music</source>
+ <translation>Music</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="59"/>
+ <source>Scripts (Papyrus)</source>
+ <translation>Scripts (Papyrus)</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="60"/>
+ <source>Script Extender Plugin</source>
+ <translation>Script Extender Plugin</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="61"/>
+ <source>SkyProc Patcher</source>
+ <translation>SkyProc Patcher</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="62"/>
+ <source>Sound</source>
+ <translation>Sound</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="63"/>
+ <source>Strings</source>
+ <translation>Strings</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="64"/>
+ <source>Textures</source>
+ <translation>Textures</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="117"/>
<source>This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit)</source>
- <translation type="unfinished"/>
+ <translation>Cette entrée contient des fichiers qui ont été créés à l&apos;intérieur du répertoire Data virtualisé (ex : par le construction kit)</translation>
</message>
<message>
- <location filename="modlist.cpp" line="118"/>
+ <location filename="modlist.cpp" line="126"/>
<source>Backup</source>
- <translation type="unfinished"/>
+ <translation>Backup</translation>
</message>
<message>
- <location filename="modlist.cpp" line="119"/>
+ <location filename="modlist.cpp" line="127"/>
<source>No valid game data</source>
- <translation type="unfinished"/>
+ <translation>Aucune donnée de jeu valide</translation>
</message>
<message>
- <location filename="modlist.cpp" line="120"/>
+ <location filename="modlist.cpp" line="128"/>
<source>Not endorsed yet</source>
- <translation type="unfinished"/>
+ <translation>Pas encore recommandé</translation>
</message>
<message>
- <location filename="modlist.cpp" line="122"/>
+ <location filename="modlist.cpp" line="130"/>
<source>Overwrites files</source>
- <translation type="unfinished"/>
+ <translation>Fichiers d&apos;Overwrite</translation>
</message>
<message>
- <location filename="modlist.cpp" line="123"/>
+ <location filename="modlist.cpp" line="131"/>
<source>Overwritten files</source>
- <translation type="unfinished"/>
+ <translation>Fichiers écrasés</translation>
</message>
<message>
- <location filename="modlist.cpp" line="124"/>
+ <location filename="modlist.cpp" line="132"/>
<source>Overwrites &amp; Overwritten</source>
- <translation type="unfinished"/>
+ <translation>Overwrites &amp; Overwritten</translation>
</message>
<message>
- <location filename="modlist.cpp" line="125"/>
+ <location filename="modlist.cpp" line="133"/>
<source>Redundant</source>
- <translation type="unfinished"/>
+ <translation>Redondant</translation>
</message>
<message>
- <location filename="modlist.cpp" line="197"/>
+ <location filename="modlist.cpp" line="208"/>
+ <source>Non-MO</source>
+ <translation>Non-MO</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="238"/>
<source>invalid</source>
- <translation type="unfinished"/>
+ <translation>invalide</translation>
</message>
<message>
- <location filename="modlist.cpp" line="308"/>
- <source>installed version: %1, newest version: %2</source>
- <translation>Version installée: %1, dernière version: %2</translation>
+ <location filename="modlist.cpp" line="364"/>
+ <source>installed version: &quot;%1&quot;, newest version: &quot;%2&quot;</source>
+ <translation>version installée : &quot;%1&quot;, nouvelle version : &quot;%2&quot;</translation>
</message>
<message>
- <location filename="modlist.cpp" line="310"/>
- <source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to "upgrade".</source>
- <translation type="unfinished"/>
+ <location filename="modlist.cpp" line="366"/>
+ <source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to &quot;upgrade&quot;.</source>
+ <translation>La version la plus récente disponible sur le Nexus semble être plus ancienne que celle que vous avez installée. Ceci peut signifier que la version que vous utiliser à été retirée (ex : pour cause de bug) ou que l&apos;auteur utilise une syntaxe de version non standardisée et que la dernière version est en fait plus récente. D&apos;une manière ou d&apos;une autre vous pourriez vouloir &quot;mettre à jour&quot;. </translation>
</message>
<message>
- <location filename="modlist.cpp" line="318"/>
+ <location filename="modlist.cpp" line="374"/>
<source>Categories: &lt;br&gt;</source>
- <translation type="unfinished"/>
+ <translation>Catégories : &lt;br&gt;</translation>
</message>
<message>
- <location filename="modlist.cpp" line="347"/>
+ <location filename="modlist.cpp" line="403"/>
<source>Invalid name</source>
<translation>Nom incorrect</translation>
</message>
<message>
- <location filename="modlist.cpp" line="717"/>
+ <location filename="modlist.cpp" line="814"/>
<source>drag&amp;drop failed: %1</source>
- <translation type="unfinished"/>
+ <translation>le glissé&amp;déposé à échoué : %1</translation>
</message>
<message>
- <location filename="modlist.cpp" line="776"/>
+ <location filename="modlist.cpp" line="877"/>
<source>Confirm</source>
<translation>Confirmer</translation>
</message>
<message>
- <location filename="modlist.cpp" line="776"/>
- <source>Are you sure you want to remove "%1"?</source>
- <translation>Voulez-vous vraiment supprimer "%1"?</translation>
+ <location filename="modlist.cpp" line="877"/>
+ <source>Are you sure you want to remove &quot;%1&quot;?</source>
+ <translation>Voulez-vous vraiment supprimer &quot;%1&quot;?</translation>
</message>
<message>
- <location filename="modlist.cpp" line="831"/>
+ <location filename="modlist.cpp" line="934"/>
<source>Flags</source>
- <translation type="unfinished"/>
+ <translation>Flags</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="935"/>
+ <source>Content</source>
+ <translation>Contenu</translation>
</message>
<message>
- <location filename="modlist.cpp" line="832"/>
+ <location filename="modlist.cpp" line="936"/>
<source>Mod Name</source>
<translation>Nom du mod</translation>
</message>
<message>
- <location filename="modlist.cpp" line="833"/>
+ <location filename="modlist.cpp" line="937"/>
<source>Version</source>
<translation>Version</translation>
</message>
<message>
- <location filename="modlist.cpp" line="834"/>
+ <location filename="modlist.cpp" line="938"/>
<source>Priority</source>
<translation>Priorité</translation>
</message>
<message>
- <location filename="modlist.cpp" line="835"/>
+ <location filename="modlist.cpp" line="939"/>
<source>Category</source>
- <translation type="unfinished"/>
+ <translation>Catégorie</translation>
</message>
<message>
- <location filename="modlist.cpp" line="836"/>
+ <location filename="modlist.cpp" line="940"/>
<source>Nexus ID</source>
- <translation type="unfinished">IDs Nexus</translation>
+ <translation>ID Nexus</translation>
</message>
<message>
- <location filename="modlist.cpp" line="837"/>
+ <location filename="modlist.cpp" line="941"/>
<source>Installation</source>
- <translation type="unfinished"/>
+ <translation>Installation</translation>
</message>
<message>
- <location filename="modlist.cpp" line="838"/>
- <location filename="modlist.cpp" line="854"/>
+ <location filename="modlist.cpp" line="942"/>
+ <location filename="modlist.cpp" line="970"/>
<source>unknown</source>
- <translation type="unfinished">Inconnu</translation>
+ <translation>inconnu</translation>
</message>
<message>
- <location filename="modlist.cpp" line="846"/>
+ <location filename="modlist.cpp" line="950"/>
<source>Name of your mods</source>
- <translation type="unfinished"/>
+ <translation>Nom de vos mods</translation>
</message>
<message>
- <location filename="modlist.cpp" line="847"/>
+ <location filename="modlist.cpp" line="951"/>
<source>Version of the mod (if available)</source>
<translation>Version du mod (si disponible)</translation>
</message>
<message>
- <location filename="modlist.cpp" line="848"/>
- <source>Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority.</source>
- <translation>Priorité d'installation de vos mods. Plus elle est ellevée, plus le mod est "important" et écrasera les fichiers des mods de priorité inférieure.</translation>
+ <location filename="modlist.cpp" line="952"/>
+ <source>Installation priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites files from mods with lower priority.</source>
+ <translation>Priorité d&apos;installation de vos mods. Plus elle est ellevée, plus le mod est &quot;important&quot; et écrasera les fichiers des mods de priorité inférieure.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="850"/>
+ <location filename="modlist.cpp" line="954"/>
<source>Category of the mod.</source>
- <translation type="unfinished"/>
+ <translation>Catégorie du mod.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="851"/>
+ <location filename="modlist.cpp" line="955"/>
<source>Id of the mod as used on Nexus.</source>
- <translation type="unfinished"/>
+ <translation>ID du mod sur le Nexus</translation>
</message>
<message>
- <location filename="modlist.cpp" line="852"/>
+ <location filename="modlist.cpp" line="956"/>
<source>Emblemes to highlight things that might require attention.</source>
- <translation type="unfinished"/>
+ <translation>Emblèmes pour mettre en évidence les choses qui pourraient devoir retenir votre attention.</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="957"/>
+ <source>Depicts the content of the mod:&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/plugin&quot; width=32/&gt;Game plugins (esp/esm)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/interface&quot; width=32/&gt;interface&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/mesh&quot; width=32/&gt;Meshes&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/texture&quot; width=32/&gt;Textures&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/sound&quot; width=32/&gt;Sounds&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/music&quot; width=32/&gt;Music&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/string&quot; width=32/&gt;Strings&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/script&quot; width=32/&gt;Scripts (Papyrus)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skse&quot; width=32/&gt;Script Extender plugins&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skyproc&quot; width=32/&gt;SkyProc Patcher&lt;br&gt;</source>
+ <translation>Représente le contenu du mod ::&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/plugin&quot; width=32/&gt;Plugins de jeu (esp/esm)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/interface&quot; width=32/&gt;interface&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/mesh&quot; width=32/&gt;Meshes&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/texture&quot; width=32/&gt;Textures&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/sound&quot; width=32/&gt;Sounds&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/music&quot; width=32/&gt;Music&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/string&quot; width=32/&gt;Strings&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/script&quot; width=32/&gt;Scripts (Papyrus)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skse&quot; width=32/&gt;Script Extender plugins&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skyproc&quot; width=32/&gt;SkyProc Patcher&lt;br&gt;</translation>
</message>
<message>
- <location filename="modlist.cpp" line="853"/>
+ <location filename="modlist.cpp" line="969"/>
<source>Time this mod was installed</source>
- <translation type="unfinished"/>
+ <translation>Date à laquelle le mod a été installé</translation>
</message>
</context>
<context>
@@ -3175,12 +3744,12 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="motddialog.ui" line="14"/>
<source>Message of the Day</source>
- <translation type="unfinished"/>
+ <translation>Message du Jour</translation>
</message>
<message>
<location filename="motddialog.ui" line="42"/>
<source>OK</source>
- <translation type="unfinished">OK</translation>
+ <translation>OK</translation>
</message>
</context>
<context>
@@ -3188,48 +3757,53 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="overwriteinfodialog.cpp" line="47"/>
<source>Overwrites</source>
- <translation type="unfinished"/>
+ <translation>Overwrites</translation>
</message>
<message>
<location filename="overwriteinfodialog.cpp" line="59"/>
<source>not implemented</source>
- <translation type="unfinished"/>
+ <translation>non implémenté</translation>
</message>
</context>
<context>
<name>NXMAccessManager</name>
<message>
- <location filename="nxmaccessmanager.cpp" line="130"/>
+ <location filename="nxmaccessmanager.cpp" line="152"/>
<source>Logging into Nexus</source>
- <translation type="unfinished"/>
+ <translation>Connexion au Nexus</translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="145"/>
+ <location filename="nxmaccessmanager.cpp" line="167"/>
<source>timeout</source>
- <translation type="unfinished"/>
+ <translation>session expirée</translation>
+ </message>
+ <message>
+ <location filename="nxmaccessmanager.cpp" line="186"/>
+ <source>Unknown error</source>
+ <translation>Erreur inconnue</translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="185"/>
+ <location filename="nxmaccessmanager.cpp" line="212"/>
<source>Please check your password</source>
- <translation type="unfinished"/>
+ <translation>Veuillez vérifier votre mot de passe</translation>
</message>
</context>
<context>
<name>NexusInterface</name>
<message>
- <location filename="nexusinterface.cpp" line="219"/>
- <source>Failed to guess mod id for "%1", please pick the correct one</source>
- <translation type="unfinished"/>
+ <location filename="nexusinterface.cpp" line="216"/>
+ <source>Failed to guess mod id for &quot;%1&quot;, please pick the correct one</source>
+ <translation>Impossible de deviner l&apos;ID de mod pour &quot;%1&quot;, veuillez déterminer la bonne</translation>
</message>
<message>
- <location filename="nexusinterface.cpp" line="456"/>
+ <location filename="nexusinterface.cpp" line="482"/>
<source>empty response</source>
- <translation type="unfinished"/>
+ <translation>réponse nulle</translation>
</message>
<message>
- <location filename="nexusinterface.cpp" line="484"/>
+ <location filename="nexusinterface.cpp" line="511"/>
<source>invalid response</source>
- <translation type="unfinished"/>
+ <translation>réponse invalide</translation>
</message>
</context>
<context>
@@ -3237,170 +3811,197 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="overwriteinfodialog.ui" line="14"/>
<source>Overwrite</source>
- <translation type="unfinished"/>
+ <translation>Overwrite</translation>
</message>
<message>
<location filename="overwriteinfodialog.ui" line="39"/>
<source>You can use drag&amp;drop to move files and directories to regular mods.</source>
- <translation type="unfinished"/>
+ <translation>Vous pouvez glisser&amp;déposer pour déplacer les fichiers et les répertoires dans les mods usuels.</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="90"/>
+ <location filename="overwriteinfodialog.cpp" line="88"/>
<source>&amp;Delete</source>
- <translation type="unfinished">Supprimer</translation>
+ <translation>&amp;Supprimer</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="91"/>
+ <location filename="overwriteinfodialog.cpp" line="89"/>
<source>&amp;Rename</source>
- <translation type="unfinished">&amp;Renommer</translation>
+ <translation>&amp;Renommer</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="92"/>
+ <location filename="overwriteinfodialog.cpp" line="90"/>
<source>&amp;Open</source>
- <translation type="unfinished">&amp;Ouvrir</translation>
+ <translation>&amp;Ouvrir</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="93"/>
+ <location filename="overwriteinfodialog.cpp" line="91"/>
<source>&amp;New Folder</source>
- <translation type="unfinished">&amp;Nouveau dossier</translation>
+ <translation>&amp;Nouveau dossier</translation>
+ </message>
+ <message>
+ <location filename="overwriteinfodialog.cpp" line="109"/>
+ <source>%1 not found</source>
+ <translation>%1 introuvable</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="136"/>
- <source>Failed to delete "%1"</source>
- <translation type="unfinished">impossible d'effacer %1</translation>
+ <location filename="overwriteinfodialog.cpp" line="144"/>
+ <source>Failed to delete &quot;%1&quot;</source>
+ <translation>impossible d&apos;effacer &quot;%1&quot;</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="147"/>
- <location filename="overwriteinfodialog.cpp" line="152"/>
+ <location filename="overwriteinfodialog.cpp" line="155"/>
+ <location filename="overwriteinfodialog.cpp" line="160"/>
<source>Confirm</source>
- <translation type="unfinished">Confirmer</translation>
+ <translation>Confirmer</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="147"/>
- <source>Are sure you want to delete "%1"?</source>
- <translation type="unfinished">Voulez-vous vraiment supprimer "%1"?</translation>
+ <location filename="overwriteinfodialog.cpp" line="155"/>
+ <source>Are sure you want to delete &quot;%1&quot;?</source>
+ <translation>Voulez-vous vraiment supprimer &quot;%1&quot; ?</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="152"/>
+ <location filename="overwriteinfodialog.cpp" line="160"/>
<source>Are sure you want to delete the selected files?</source>
- <translation type="unfinished">Voulez-vous vraiment supprimer les fichiers sélectionnés?</translation>
+ <translation>Voulez-vous vraiment supprimer les fichiers sélectionnés ?</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="202"/>
- <location filename="overwriteinfodialog.cpp" line="208"/>
+ <location filename="overwriteinfodialog.cpp" line="210"/>
+ <location filename="overwriteinfodialog.cpp" line="216"/>
<source>New Folder</source>
- <translation type="unfinished">Nouveau dossier</translation>
+ <translation>Nouveau dossier</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="214"/>
- <source>Failed to create "%1"</source>
- <translation type="unfinished">Impossible de créer "%1"</translation>
+ <location filename="overwriteinfodialog.cpp" line="222"/>
+ <source>Failed to create &quot;%1&quot;</source>
+ <translation>Impossible de créer &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>PluginList</name>
<message>
- <location filename="pluginlist.cpp" line="101"/>
+ <location filename="pluginlist.cpp" line="104"/>
<source>Name</source>
<translation>Nom</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="102"/>
+ <location filename="pluginlist.cpp" line="105"/>
<source>Priority</source>
<translation>Priorité</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="103"/>
+ <location filename="pluginlist.cpp" line="106"/>
<source>Mod Index</source>
- <translation type="unfinished"/>
+ <translation>Index du mod</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="104"/>
- <location filename="pluginlist.cpp" line="116"/>
+ <location filename="pluginlist.cpp" line="107"/>
+ <source>Flags</source>
+ <translation>Flags</translation>
+ </message>
+ <message>
+ <location filename="pluginlist.cpp" line="108"/>
+ <location filename="pluginlist.cpp" line="120"/>
<source>unknown</source>
- <translation type="unfinished">Inconnu</translation>
+ <translation>inconnu</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="112"/>
+ <location filename="pluginlist.cpp" line="116"/>
<source>Name of your mods</source>
- <translation type="unfinished"/>
+ <translation>Nom de vos mods</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="113"/>
- <source>Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority.</source>
- <translation type="unfinished"/>
+ <location filename="pluginlist.cpp" line="117"/>
+ <source>Load priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites data from plugins with lower priority.</source>
+ <translation>Priorité de chargement de votre mod. Plus elle est élevée, plus le mod est &quot;important&quot; et écrasera donc les fichiers des mods de priorité inférieure.</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="115"/>
+ <location filename="pluginlist.cpp" line="119"/>
<source>The modindex determins the formids of objects originating from this mods.</source>
- <translation type="unfinished"/>
+ <translation>L&apos;index des mods détermine les &quot;formids&quot; des objets provenant de ces mods.</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="155"/>
+ <location filename="pluginlist.cpp" line="160"/>
<source>failed to update esp info for file %1 (source id: %2), error: %3</source>
- <translation type="unfinished"/>
+ <translation>impossible de mettre à jour les informations d&apos;esp pour le fichier %1 (source ID : %2), erreur : %3</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="222"/>
+ <location filename="pluginlist.cpp" line="228"/>
<source>esp not found: %1</source>
<translation>ESP introuvable: %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="229"/>
- <location filename="pluginlist.cpp" line="241"/>
+ <location filename="pluginlist.cpp" line="235"/>
+ <location filename="pluginlist.cpp" line="247"/>
<source>Confirm</source>
<translation>Confirmer</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="229"/>
+ <location filename="pluginlist.cpp" line="235"/>
<source>Really enable all plugins?</source>
- <translation type="unfinished"/>
+ <translation>Voulez vous vraiment activer tout les plugins ?</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="241"/>
+ <location filename="pluginlist.cpp" line="247"/>
<source>Really disable all plugins?</source>
- <translation type="unfinished"/>
+ <translation>Voulez vous vraiment désactiver tout les plugins ?</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="369"/>
+ <location filename="pluginlist.cpp" line="398"/>
<source>The file containing locked plugin indices is broken</source>
- <translation type="unfinished"/>
+ <translation>Le fichier contenant l&apos;indice des plugins verrouillés est corrompu</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="382"/>
- <location filename="pluginlist.cpp" line="421"/>
- <source>failed to open output file: %1</source>
- <translation type="unfinished"/>
+ <location filename="pluginlist.cpp" line="439"/>
+ <source>Some of your plugins have invalid names! These plugins can not be loaded by the game. Please see mo_interface.log for a list of affected plugins and rename them.</source>
+ <translation>Certains de vos plugins ont un nom invalide ! Ces plugions ne peuvent pas être chargés par le jeu. Veuillez vous référer à mo_interface.log pour la liste de tout les plugins affectés et les renommer.</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="409"/>
- <source>Some of your plugins have invalid names! These plugins can not be loaded by the game. Please see mo_interface.log for a list of affected plugins and rename them.</source>
- <translation type="unfinished"/>
+ <location filename="pluginlist.cpp" line="806"/>
+ <source>This plugin can&apos;t be disabled (enforced by the game)</source>
+ <translation>Ce plugin ne peut être désactivé (forcé par le jeu)</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="757"/>
- <source>This plugin can't be disabled (enforced by the game)</source>
- <translation type="unfinished"/>
+ <location filename="pluginlist.cpp" line="808"/>
+ <source>&lt;b&gt;Origin&lt;/b&gt;: %1</source>
+ <translation>&lt;b&gt;Origine&lt;/b&gt; : %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="759"/>
- <source>Origin: %1</source>
- <translation type="unfinished"/>
+ <location filename="pluginlist.cpp" line="810"/>
+ <source>Author</source>
+ <translation>Auteur</translation>
+ </message>
+ <message>
+ <location filename="pluginlist.cpp" line="813"/>
+ <source>Description</source>
+ <translation>Description </translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="761"/>
+ <location filename="pluginlist.cpp" line="816"/>
<source>Missing Masters</source>
- <translation type="unfinished"/>
+ <translation>Masters manquants</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="767"/>
+ <location filename="pluginlist.cpp" line="823"/>
<source>Enabled Masters</source>
- <translation type="unfinished"/>
+ <translation>Masters activés</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="882"/>
+ <location filename="pluginlist.cpp" line="974"/>
<source>failed to restore load order for %1</source>
- <translation type="unfinished"/>
+ <translation>La restauration de l’ordre de chargement à échouée pour %1</translation>
+ </message>
+</context>
+<context>
+ <name>PreviewDialog</name>
+ <message>
+ <location filename="previewdialog.ui" line="14"/>
+ <source>Preview</source>
+ <translation>Aperçu</translation>
+ </message>
+ <message>
+ <location filename="previewdialog.ui" line="78"/>
+ <source>Close</source>
+ <translation>Fermer</translation>
</message>
</context>
<context>
@@ -3408,16 +4009,20 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="problemsdialog.ui" line="14"/>
<source>Problems</source>
- <translation type="unfinished"/>
+ <translation>Problèmes</translation>
</message>
<message>
<location filename="problemsdialog.ui" line="49"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished"/>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="problemsdialog.ui" line="75"/>
@@ -3428,94 +4033,89 @@ p, li { white-space: pre-wrap; }
<location filename="problemsdialog.cpp" line="44"/>
<location filename="problemsdialog.cpp" line="45"/>
<source>Fix</source>
- <translation type="unfinished"/>
+ <translation>Corriger</translation>
</message>
<message>
<location filename="problemsdialog.cpp" line="49"/>
<source>No guided fix</source>
- <translation type="unfinished"/>
+ <translation>Aucune guide de correction </translation>
</message>
</context>
<context>
<name>Profile</name>
<message>
- <location filename="profile.cpp" line="58"/>
+ <location filename="profile.cpp" line="59"/>
<source>invalid profile name %1</source>
- <translation type="unfinished"/>
+ <translation>nom du profil invalide %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="62"/>
+ <location filename="profile.cpp" line="63"/>
<source>failed to create %1</source>
- <translation type="unfinished">impossible de créer %1</translation>
- </message>
- <message>
- <location filename="profile.cpp" line="155"/>
- <source>failed to open temporary file</source>
- <translation type="unfinished"/>
- </message>
- <message>
- <location filename="profile.cpp" line="192"/>
- <source>failed to open "%1" for writing</source>
- <translation type="unfinished"/>
+ <translation>impossible de créer %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="198"/>
+ <location filename="profile.cpp" line="184"/>
<source>failed to write mod list: %1</source>
- <translation type="unfinished">impossible de mettre à jour la liste de mods: %1</translation>
+ <translation>impossible d&apos;écrire la liste de mod : %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="209"/>
+ <location filename="profile.cpp" line="195"/>
<source>failed to update tweaked ini file, wrong settings may be used: %1</source>
- <translation type="unfinished"/>
+ <translation>impossible de mettre à jour le fichier de tweak ini : des paramètres incorrects pourraient être utilisés : %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="239"/>
+ <location filename="profile.cpp" line="226"/>
<source>failed to create tweaked ini: %1</source>
- <translation type="unfinished"/>
+ <translation>impossible de créer le fichier de tweak ini : %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="292"/>
- <location filename="profile.cpp" line="321"/>
- <location filename="profile.cpp" line="406"/>
- <location filename="profile.cpp" line="424"/>
- <location filename="profile.cpp" line="434"/>
+ <location filename="profile.cpp" line="236"/>
+ <source>&quot;%1&quot; is missing or inaccessible</source>
+ <translation>&quot;%1&quot; est manquant ou inaccessible </translation>
+ </message>
+ <message>
+ <location filename="profile.cpp" line="282"/>
+ <location filename="profile.cpp" line="314"/>
+ <location filename="profile.cpp" line="416"/>
+ <location filename="profile.cpp" line="436"/>
+ <location filename="profile.cpp" line="446"/>
<source>invalid index %1</source>
<translation>index invalide %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="387"/>
- <source>Overwrite directory couldn't be parsed</source>
- <translation type="unfinished"/>
+ <location filename="profile.cpp" line="397"/>
+ <source>Overwrite directory couldn&apos;t be parsed</source>
+ <translation>le répertoire Overwrite n&apos;a pas pu être traité</translation>
</message>
<message>
- <location filename="profile.cpp" line="396"/>
+ <location filename="profile.cpp" line="406"/>
<source>invalid priority %1</source>
<translation>priorité invalide %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="584"/>
+ <location filename="profile.cpp" line="596"/>
<source>failed to parse ini file (%1)</source>
<translation>impossible de traiter le fichier ini (%1)</translation>
</message>
<message>
- <location filename="profile.cpp" line="612"/>
+ <location filename="profile.cpp" line="624"/>
<source>failed to parse ini file (%1): %2</source>
- <translation type="unfinished">impossible d'analyser le profil %1: %2</translation>
+ <translation>impossible de traiter le fichier ini (%1) : %2</translation>
</message>
<message>
- <location filename="profile.cpp" line="636"/>
- <location filename="profile.cpp" line="673"/>
- <source>failed to modify "%1"</source>
- <translation type="unfinished">impossible de trouver "%1"</translation>
+ <location filename="profile.cpp" line="648"/>
+ <location filename="profile.cpp" line="685"/>
+ <source>failed to modify &quot;%1&quot;</source>
+ <translation>impossible de modifier &quot;%1&quot;</translation>
</message>
<message>
- <location filename="profile.cpp" line="701"/>
+ <location filename="profile.cpp" line="713"/>
<source>Delete savegames?</source>
- <translation type="unfinished"/>
+ <translation>Supprimer les sauvegardes ?</translation>
</message>
<message>
- <location filename="profile.cpp" line="702"/>
- <source>Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames)</source>
+ <location filename="profile.cpp" line="714"/>
+ <source>Do you want to delete local savegames? (If you select &quot;No&quot;, the save games will show up again if you re-enable local savegames)</source>
<translation type="unfinished"/>
</message>
</context>
@@ -3524,27 +4124,27 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="profileinputdialog.ui" line="14"/>
<source>Dialog</source>
- <translation type="unfinished"/>
+ <translation>Dialogue</translation>
</message>
<message>
<location filename="profileinputdialog.ui" line="20"/>
<source>Please enter a name for the new profile</source>
- <translation type="unfinished">Veuillez inscrire un nom pour le nouveau profil</translation>
+ <translation>Veuillez entrer un nom pour le nouveau profil</translation>
</message>
<message>
<location filename="profileinputdialog.ui" line="30"/>
<source>If checked, the new profile will use the default game settings.</source>
- <translation type="unfinished"/>
+ <translation>Si coché, le nouveau profil utilisera les paramètres de jeu par défaut.</translation>
</message>
<message>
<location filename="profileinputdialog.ui" line="33"/>
- <source>If checked, the new profile will use the default game settings instead of the "global" settings. Global settings are the settings you configure when running the game launcher directly, without MO.</source>
+ <source>If checked, the new profile will use the default game settings instead of the &quot;global&quot; settings. Global settings are the settings you configure when running the game launcher directly, without MO.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="profileinputdialog.ui" line="36"/>
<source>Default Game Settings</source>
- <translation type="unfinished"/>
+ <translation>Paramètres de jeu par défaut</translation>
</message>
</context>
<context>
@@ -3561,20 +4161,20 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.ui" line="25"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;This is the list of profiles. Each Profile contains its own list and installation order of enabled mods (from a shared pool), a configuration of enabled esps/esms, a copy of the games ini-file and an optional savegame filter.&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;Note&lt;/span&gt; For technical reasons it's currently not possible to have seperate load-orders for esps. This means you can't load moda.esp before modb.esp in one profile and the other way around in another.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This is the list of profiles. Each Profile contains its own list and installation order of enabled mods (from a shared pool), a configuration of enabled esps/esms, a copy of the games ini-file and an optional savegame filter.&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note&lt;/span&gt; For technical reasons it&apos;s currently not possible to have seperate load-orders for esps. This means you can&apos;t load moda.esp before modb.esp in one profile and the other way around in another.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;Ceci est la liste des profils. Chaque profil contient sa propre liste de mods, leur activation et leur ordre d'installation(à partir de tous les mods installés dans MO), la liste des ESPs et ESMs activés, une copie des fichiers ini et un filtre de sauvegarde optionel.&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;Notez&lt;/span&gt; Pour des raisons techniques, il est impossible de modifier l'ordre de chargement des ESPs/ESMs entre les profils. Ainsi, si moda.esp vient avant modb.esp dans un profil, il n'est pas possible de faire l'inverse dans un autre profil.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Ceci est la liste des profils. Chaque profil contient sa propre liste de mods, leur activation et leur ordre d&apos;installation(à partir de tous les mods installés dans MO), la liste des ESPs et ESMs activés, une copie des fichiers ini et un filtre de sauvegarde optionel.&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Notez&lt;/span&gt; Pour des raisons techniques, il est impossible de modifier l&apos;ordre de chargement des ESPs/ESMs entre les profils. Ainsi, si moda.esp vient avant modb.esp dans un profil, il n&apos;est pas possible de faire l&apos;inverse dans un autre profil.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="38"/>
@@ -3585,31 +4185,31 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="profilesdialog.ui" line="44"/>
<source>Local Savegames</source>
- <translation type="unfinished"/>
+ <translation>Sauvegardes locales</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="51"/>
<source>This ensures data files from mods are actually used. You want to enable this unless you use a different tool for Archive Invalidation.</source>
- <translation>Ceci garantie que les fichiers des mods sont vraiment utilisés. Vous voulez activer ceci à moins que vous n'utilisiez un autre outil pour l'invalidation des archives.</translation>
+ <translation>Ceci garantie que les fichiers des mods sont vraiment utilisés. Vous voulez activer ceci à moins que vous n&apos;utilisiez un autre outil pour l&apos;invalidation des archives.</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="54"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The games Oblivion, Fallout 3 and Fallout NV contain a bug which prevents texture and mesh replacers (that is: all modifications to meshes and textures already in game) from working.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Mod Organizer uses a workaround called &amp;quot;BSA redirection&amp;quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;With Skyrim this bug seems to be fixed to a degree but whether a mod becomes active still depends on file dates. Therefore, it still makes sense to activate this.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The games Oblivion, Fallout 3 and Fallout NV contain a bug which prevents texture and mesh replacers (that is: all modifications to meshes and textures already in game) from working.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Mod Organizer uses a workaround called &amp;quot;BSA redirection&amp;quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;With Skyrim this bug seems to be fixed to a degree but whether a mod becomes active still depends on file dates. Therefore, it still makes sense to activate this.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Les jeux Oblivion, Fallout 3 et Fallout NV contiennent un bug empêchant le fonctionnement des textures et modèles remplaceant ceux déjà existants dans le jeu.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Mod Organizer utilise une méthode nommée &amp;quot;BSA redirection&amp;quot; (google est votre ami) pour circonvenir le problème une fois pour toute. Activez simplement et n'y pensez plus.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Avec Skyrim, le problème semble partiellement résolu, mais l'activation d'un mod dans le jeu dépends toujours des dates des fichiers. Il est donc encore préférable de l'activer..&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Les jeux Oblivion, Fallout 3 et Fallout NV contiennent un bug empêchant le fonctionnement des textures et modèles remplaçant ceux déjà existants dans le jeu.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Mod Organizer utilise une méthode nommée &amp;quot;BSA redirection&amp;quot; (google est votre ami) pour circonvenir le problème une fois pour toute. Activez simplement et n&apos;y pensez plus.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Avec Skyrim, le problème semble partiellement résolu, mais l&apos;activation d&apos;un mod dans le jeu dépends toujours des dates des fichiers. Il est donc encore préférable de l&apos;activer..&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="64"/>
@@ -3656,18 +4256,18 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="profilesdialog.ui" line="123"/>
<source>Rename</source>
- <translation type="unfinished">&amp;Renommer</translation>
+ <translation>Renommer</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="133"/>
<location filename="profilesdialog.ui" line="136"/>
<source>Transfer save games to the selected profile.</source>
- <translation type="unfinished"/>
+ <translation>Transférer les sauvegardes de jeu vers le profil sélectionné.</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="139"/>
<source>Transfer Saves</source>
- <translation type="unfinished"/>
+ <translation>Transférer les Sauvegardes</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="162"/>
@@ -3676,8 +4276,8 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.cpp" line="61"/>
- <source>Archive invalidation isn't required for this game.</source>
- <translation>L'invalidation des archives n'est pas nécessaire pour ce jeu.</translation>
+ <source>Archive invalidation isn&apos;t required for this game.</source>
+ <translation>L&apos;invalidation des archives n&apos;est pas nécessaire pour ce jeu.</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="99"/>
@@ -3698,7 +4298,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="profilesdialog.cpp" line="162"/>
<source>failed to copy profile: %1</source>
- <translation>impossible de copier le profil: %1</translation>
+ <translation>impossible de copier le profil : %1</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="165"/>
@@ -3708,7 +4308,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="profilesdialog.cpp" line="165"/>
<source>Invalid profile name</source>
- <translation type="unfinished"/>
+ <translation>Nom de profil invalide</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="172"/>
@@ -3718,37 +4318,37 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="profilesdialog.cpp" line="172"/>
<source>Are you sure you want to remove this profile (including local savegames if any)?</source>
- <translation type="unfinished"/>
+ <translation>Voulez-vous vraiment supprimer ce profil (y compris ses sauvegardes locales s&apos;il y en a) ? </translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="182"/>
<source>Profile broken</source>
- <translation type="unfinished"/>
+ <translation>Profil corrompu</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="183"/>
- <source>This profile you're about to delete seems to be broken or the path is invalid. I'm about to delete the following folder: "%1". Proceed?</source>
+ <source>This profile you&apos;re about to delete seems to be broken or the path is invalid. I&apos;m about to delete the following folder: &quot;%1&quot;. Proceed?</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="profilesdialog.cpp" line="215"/>
<source>Rename Profile</source>
- <translation type="unfinished"/>
+ <translation>Renommer le Profil</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="215"/>
<source>New Name</source>
- <translation type="unfinished"/>
+ <translation>Nouveau Nom</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="252"/>
<source>failed to change archive invalidation state: %1</source>
- <translation>impossible de changer l'état d'invalidation des archives: %1</translation>
+ <translation>impossible de changer l&apos;état d&apos;invalidation des archives: %1</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="289"/>
<source>failed to determine if invalidation is active: %1</source>
- <translation>impossible de déterminer si l'invalidation des archives est activée: %1</translation>
+ <translation>impossible de déterminer si l&apos;invalidation des archives est activée: %1</translation>
</message>
</context>
<context>
@@ -3756,7 +4356,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="categories.cpp" line="141"/>
<source>Failed to save custom categories</source>
- <translation>Impossible d'enregistrer les catégories personalisées</translation>
+ <translation>Impossible d&apos;enregistrer les catégories personalisées</translation>
</message>
<message>
<location filename="categories.cpp" line="218"/>
@@ -3769,63 +4369,63 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="categories.cpp" line="284"/>
<source>invalid category id %1</source>
- <translation type="unfinished"/>
+ <translation>ID de catégorie invalide %1</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="70"/>
- <source>invalid field name "%1"</source>
- <translation type="unfinished"/>
+ <source>invalid field name &quot;%1&quot;</source>
+ <translation>nom de champ invalide &quot;%1&quot;</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="76"/>
- <source>invalid type for "%1" (should be integer)</source>
- <translation type="unfinished"/>
+ <source>invalid type for &quot;%1&quot; (should be integer)</source>
+ <translation>type invalide pour &quot;%1&quot; (devrait être entier)</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="81"/>
- <source>invalid type for "%1" (should be string)</source>
- <translation type="unfinished"/>
+ <source>invalid type for &quot;%1&quot; (should be string)</source>
+ <translation>type invalide pour &quot;%1&quot; (devrait être un &quot;string&quot;)</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="86"/>
- <source>invalid type for "%1" (should be float)</source>
- <translation type="unfinished"/>
+ <source>invalid type for &quot;%1&quot; (should be float)</source>
+ <translation>type invalide pour &quot;%1&quot; (devrait être &quot;flottant&quot;)</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="103"/>
<source>no fields set up yet!</source>
- <translation type="unfinished"/>
+ <translation>encore aucun champs installé !</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="140"/>
- <source>field not set "%1"</source>
- <translation type="unfinished"/>
+ <source>field not set &quot;%1&quot;</source>
+ <translation>champ non déterminé &quot;%1&quot;</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="237"/>
- <source>invalid character in field "%1"</source>
- <translation type="unfinished"/>
+ <source>invalid character in field &quot;%1&quot;</source>
+ <translation>caractère invalide dans le champ &quot;%1&quot;</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="240"/>
<source>empty field name</source>
- <translation type="unfinished"/>
+ <translation>nom du champ vide</translation>
</message>
<message>
<location filename="gameinfoimpl.cpp" line="41"/>
<source>invalid game type %1</source>
- <translation type="unfinished"/>
+ <translation>type de jeu invalide %1</translation>
</message>
<message>
<location filename="helper.cpp" line="53"/>
<source>helper failed</source>
- <translation>Échec de l'assistant</translation>
+ <translation>Échec de l&apos;assistant</translation>
</message>
<message>
<location filename="helper.cpp" line="69"/>
<location filename="helper.cpp" line="90"/>
<source>failed to determine account name</source>
- <translation>impossible de détermine le nom d'usager</translation>
+ <translation>impossible de détermine le nom d&apos;usager</translation>
</message>
<message>
<location filename="installationmanager.cpp" line="64"/>
@@ -3836,7 +4436,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="loadmechanism.cpp" line="50"/>
<source>failed to open %1: %2</source>
- <translation>impossible d'ouvrir %1: %2</translation>
+ <translation>impossible d&apos;ouvrir %1: %2</translation>
</message>
<message>
<location filename="loadmechanism.cpp" line="104"/>
@@ -3852,7 +4452,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="loadmechanism.cpp" line="144"/>
<source>Failed to deactivate script extender loading</source>
- <translation>Impossible de désactiver le chargement via l'extenseur de script</translation>
+ <translation>Impossible de désactiver le chargement via l&apos;extenseur de script</translation>
</message>
<message>
<location filename="loadmechanism.cpp" line="165"/>
@@ -3880,17 +4480,17 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="loadmechanism.cpp" line="214"/>
<source>Failed to set up script extender loading</source>
- <translation>Impossible de mettre en place le chargement via l'extenseur de script</translation>
+ <translation>Impossible de mettre en place le chargement via l&apos;extenseur de script</translation>
</message>
<message>
<location filename="loadmechanism.cpp" line="240"/>
<source>Failed to delete old proxy-dll %1</source>
- <translation>Impossible de supprimer l'ancien DLL par procuration %1</translation>
+ <translation>Impossible de supprimer l&apos;ancien DLL par procuration %1</translation>
</message>
<message>
<location filename="loadmechanism.cpp" line="256"/>
<source>Failed to overwrite %1</source>
- <translation>Impossible d'écraser %1</translation>
+ <translation>Impossible d&apos;écraser %1</translation>
</message>
<message>
<location filename="loadmechanism.cpp" line="268"/>
@@ -3898,104 +4498,108 @@ p, li { white-space: pre-wrap; }
<translation>Impossible de mettre en place le chargement via DLL par procuration</translation>
</message>
<message>
- <location filename="main.cpp" line="138"/>
+ <location filename="main.cpp" line="122"/>
<source>Permissions required</source>
<translation>Permissions requises</translation>
</message>
<message>
- <location filename="main.cpp" line="139"/>
- <source>The current user account doesn't have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run "helper.exe" with administrative rights.</source>
+ <location filename="main.cpp" line="123"/>
+ <source>The current user account doesn&apos;t have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run &quot;helper.exe&quot; with administrative rights.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="main.cpp" line="230"/>
- <location filename="main.cpp" line="268"/>
+ <location filename="main.cpp" line="202"/>
+ <location filename="main.cpp" line="241"/>
<source>Woops</source>
- <translation type="unfinished"/>
+ <translation>Oups</translation>
</message>
<message>
- <location filename="main.cpp" line="231"/>
+ <location filename="main.cpp" line="203"/>
<source>ModOrganizer has crashed! Should a diagnostic file be created? If you send me this file (%1) to sherb@gmx.net, the bug is a lot more likely to be fixed. Please include a short description of what you were doing when the crash happened</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="main.cpp" line="269"/>
+ <location filename="main.cpp" line="242"/>
<source>ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="main.cpp" line="331"/>
- <location filename="settings.cpp" line="533"/>
+ <location filename="main.cpp" line="383"/>
+ <location filename="settings.cpp" line="528"/>
<source>Mod Organizer</source>
<translation>Mod Organizer</translation>
</message>
<message>
- <location filename="main.cpp" line="331"/>
+ <location filename="main.cpp" line="383"/>
<source>An instance of Mod Organizer is already running</source>
<translation>Une copie du Mod Organizer tourne déjà</translation>
</message>
<message>
- <location filename="main.cpp" line="353"/>
- <source>No game identified in "%1". The directory is required to contain the game binary and its launcher.</source>
+ <location filename="main.cpp" line="397"/>
+ <source>No game identified in &quot;%1&quot;. The directory is required to contain the game binary and its launcher.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="main.cpp" line="356"/>
- <location filename="main.cpp" line="385"/>
+ <location filename="main.cpp" line="400"/>
+ <location filename="main.cpp" line="429"/>
<source>Please select the game to manage</source>
<translation>Veuillez choisir le jeu à gérer</translation>
</message>
<message>
- <location filename="main.cpp" line="411"/>
- <source>Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!)</source>
+ <location filename="main.cpp" line="456"/>
+ <source>Please select the game edition you have (MO can&apos;t start the game correctly if this is set incorrectly!)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="772"/>
- <source>Please use "Help" from the toolbar to get usage instructions to all elements</source>
- <translation>Veuillez utiliser l'aide dans la barre d'outil pour obtenir des instructions à propos de tous les éléments</translation>
+ <location filename="main.cpp" line="545"/>
+ <source>failed to start application: %1</source>
+ <translation>impossible de démarrer l&apos;application : %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="856"/>
+ <source>Please use &quot;Help&quot; from the toolbar to get usage instructions to all elements</source>
+ <translation>Veuillez utiliser l&apos;aide dans la barre d&apos;outil pour obtenir des instructions à propos de tous les éléments</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1548"/>
- <location filename="mainwindow.cpp" line="4118"/>
+ <location filename="mainwindow.cpp" line="1659"/>
+ <location filename="mainwindow.cpp" line="4347"/>
<source>&lt;Manage...&gt;</source>
<translation>&lt;Gérer...&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1566"/>
+ <location filename="mainwindow.cpp" line="1677"/>
<source>failed to parse profile %1: %2</source>
- <translation>impossible d'analyser le profil %1: %2</translation>
+ <translation>impossible d&apos;analyser le profil %1: %2</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="324"/>
- <location filename="profile.cpp" line="249"/>
- <source>failed to find "%1"</source>
- <translation>impossible de trouver "%1"</translation>
+ <location filename="pluginlist.cpp" line="353"/>
+ <source>failed to find &quot;%1&quot;</source>
+ <translation>impossible de trouver &quot;%1&quot;</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="483"/>
+ <location filename="pluginlist.cpp" line="518"/>
<source>failed to access %1</source>
- <translation>impossible d'accéder à %1</translation>
+ <translation>impossible d&apos;accéder à %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="497"/>
+ <location filename="pluginlist.cpp" line="532"/>
<source>failed to set file time %1</source>
<translation>impossible de changer la date du fichier %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="69"/>
+ <location filename="profile.cpp" line="70"/>
<source>failed to create %1</source>
<translation>impossible de créer %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="95"/>
- <source>"%1" is missing</source>
- <translation>"%1" manquant</translation>
+ <location filename="profile.cpp" line="96"/>
+ <source>&quot;%1&quot; is missing or inaccessible</source>
+ <translation>&quot;%1&quot; est manquant ou innacessible</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="80"/>
<source>Before you can use ModOrganizer, you need to create at least one profile. ATTENTION: Run the game at least once before creating a profile!</source>
- <translation type="unfinished"/>
+ <translation>Avant de pouvoir utiliser ModOrganizer, vous devez créer au moins un profile. ATTENTION : Lancer le jeu une fois avant de créer un profile!</translation>
</message>
<message>
<location filename="report.cpp" line="33"/>
@@ -4004,66 +4608,71 @@ p, li { white-space: pre-wrap; }
<translation>Erreur</translation>
</message>
<message>
- <location filename="savegamegamebryo.cpp" line="139"/>
- <location filename="savegamegamebryo.cpp" line="198"/>
- <location filename="savegamegamebryo.cpp" line="240"/>
+ <location filename="safewritefile.cpp" line="33"/>
+ <source>failed to open temporary file</source>
+ <translation>impossible d&apos;ouvrir le fichier temporaire</translation>
+ </message>
+ <message>
+ <location filename="savegamegamebryo.cpp" line="130"/>
+ <location filename="savegamegamebryo.cpp" line="189"/>
+ <location filename="savegamegamebryo.cpp" line="231"/>
<source>wrong file format</source>
<translation>mauvais format de fichier</translation>
</message>
<message>
- <location filename="savegamegamebryo.cpp" line="326"/>
+ <location filename="savegamegamebryo.cpp" line="317"/>
<source>failed to open %1</source>
- <translation>impossible d'ouvrir %1</translation>
+ <translation>impossible d&apos;ouvrir %1</translation>
</message>
<message>
- <location filename="settings.cpp" line="540"/>
+ <location filename="settings.cpp" line="535"/>
<source>Script Extender</source>
- <translation>Extenseur de script</translation>
+ <translation>Script Extender</translation>
</message>
<message>
- <location filename="settings.cpp" line="547"/>
+ <location filename="settings.cpp" line="542"/>
<source>Proxy DLL</source>
<translation>DLL par procuration</translation>
</message>
<message>
- <location filename="spawn.cpp" line="106"/>
- <source>failed to spawn "%1"</source>
- <translation>impossible de lancer "%1"</translation>
+ <location filename="spawn.cpp" line="140"/>
+ <source>failed to spawn &quot;%1&quot;</source>
+ <translation>impossible de lancer &quot;%1&quot;</translation>
</message>
<message>
- <location filename="spawn.cpp" line="113"/>
+ <location filename="spawn.cpp" line="147"/>
<source>Elevation required</source>
- <translation type="unfinished"/>
+ <translation>Permissions requises</translation>
</message>
<message>
- <location filename="spawn.cpp" line="114"/>
+ <location filename="spawn.cpp" line="148"/>
<source>This process requires elevation to run.
This is a potential security risk so I highly advice you to investigate if
-"%1"
+&quot;%1&quot;
can be installed to work without elevation.
Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe to make changes to the system)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="spawn.cpp" line="128"/>
- <source>failed to spawn "%1": %2</source>
- <translation>impossible de lancer "%1": %2</translation>
+ <location filename="spawn.cpp" line="163"/>
+ <source>failed to spawn &quot;%1&quot;: %2</source>
+ <translation>impossible de lancer &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="spawn.cpp" line="137"/>
- <source>"%1" doesn't exist</source>
- <translation>"%1" inexistant</translation>
+ <location filename="spawn.cpp" line="172"/>
+ <source>&quot;%1&quot; doesn&apos;t exist</source>
+ <translation>&quot;%1&quot; inexistant</translation>
</message>
<message>
- <location filename="spawn.cpp" line="144"/>
- <source>failed to inject dll into "%1": %2</source>
- <translation>impossible d'injecter le DLL dans "%1": %2</translation>
+ <location filename="spawn.cpp" line="179"/>
+ <source>failed to inject dll into &quot;%1&quot;: %2</source>
+ <translation>impossible d&apos;injecter le DLL dans &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="spawn.cpp" line="152"/>
- <source>failed to run "%1"</source>
- <translation>impossible de lancer "%1"</translation>
+ <location filename="spawn.cpp" line="197"/>
+ <source>failed to run &quot;%1&quot;</source>
+ <translation>impossible de lancer &quot;%1&quot;</translation>
</message>
</context>
<context>
@@ -4071,37 +4680,37 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="queryoverwritedialog.ui" line="14"/>
<source>Mod Exists</source>
- <translation type="unfinished"/>
+ <translation>Le Mod existe déjà</translation>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="45"/>
<source>This mod seems to be installed already. Do you want to add files from this archive (overwriting existing ones) or do you want to completely replace the existing files (old files are deleted)? Alternatively you can install this mod under a different name.</source>
- <translation type="unfinished"/>
+ <translation>Ce Mod semble déjà installé. Voulez-vous ajouter les fichiers provenants de cette archive (écrase les fichiers existants) ou voulez-vous remplacer complètement les fichiers existants (les vieux fichiers seront effacés)? Alternativement vous pouvez installer ce Mod sous un nom différend.</translation>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="63"/>
<source>Keep Backup</source>
- <translation type="unfinished"/>
+ <translation>Garder une sauvegarde</translation>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="70"/>
<source>Merge</source>
- <translation type="unfinished"/>
+ <translation>Fusionner</translation>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="77"/>
<source>Replace</source>
- <translation type="unfinished"/>
+ <translation>Remplacer</translation>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="84"/>
<source>Rename</source>
- <translation type="unfinished">&amp;Renommer</translation>
+ <translation>Renommer</translation>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="91"/>
<source>Cancel</source>
- <translation type="unfinished">Annuler</translation>
+ <translation>Annuler</translation>
</message>
</context>
<context>
@@ -4109,27 +4718,27 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savegameinfowidget.ui" line="39"/>
<source>Save #</source>
- <translation type="unfinished"/>
+ <translation>Enregistrer #</translation>
</message>
<message>
<location filename="savegameinfowidget.ui" line="51"/>
<source>Character</source>
- <translation type="unfinished"/>
+ <translation>Personnage</translation>
</message>
<message>
<location filename="savegameinfowidget.ui" line="63"/>
<source>Level</source>
- <translation type="unfinished"/>
+ <translation>Niveau</translation>
</message>
<message>
<location filename="savegameinfowidget.ui" line="75"/>
<source>Location</source>
- <translation type="unfinished"/>
+ <translation>Location</translation>
</message>
<message>
<location filename="savegameinfowidget.ui" line="87"/>
<source>Date</source>
- <translation type="unfinished">DATA</translation>
+ <translation>Date</translation>
</message>
</context>
<context>
@@ -4137,7 +4746,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savegameinfowidgetgamebryo.cpp" line="41"/>
<source>Missing ESPs</source>
- <translation type="unfinished">ESP manquant</translation>
+ <translation>ESPs manquants</translation>
</message>
</context>
<context>
@@ -4145,37 +4754,37 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savetextasdialog.ui" line="14"/>
<source>Dialog</source>
- <translation type="unfinished"/>
+ <translation>Dialogue</translation>
</message>
<message>
<location filename="savetextasdialog.ui" line="32"/>
<source>Copy To Clipboard</source>
- <translation type="unfinished"/>
+ <translation>Copier dans le presse papier</translation>
</message>
<message>
<location filename="savetextasdialog.ui" line="39"/>
<source>Save As...</source>
- <translation type="unfinished"/>
+ <translation>Sauvegarder en tant que...</translation>
</message>
<message>
<location filename="savetextasdialog.ui" line="59"/>
<source>Close</source>
- <translation type="unfinished">Fermer</translation>
+ <translation>Fermer</translation>
</message>
<message>
<location filename="savetextasdialog.cpp" line="36"/>
<source>Save CSV</source>
- <translation type="unfinished"/>
+ <translation>Sauvegarder le CSV</translation>
</message>
<message>
<location filename="savetextasdialog.cpp" line="36"/>
<source>Text Files</source>
- <translation type="unfinished">Fichiers texte</translation>
+ <translation>Fichiers Textes</translation>
</message>
<message>
<location filename="savetextasdialog.cpp" line="40"/>
- <source>failed to open "%1" for writing</source>
- <translation type="unfinished"/>
+ <source>failed to open &quot;%1&quot; for writing</source>
+ <translation>impossible d&apos;ouvrir &quot;%1&quot; pour écriture</translation>
</message>
</context>
<context>
@@ -4183,115 +4792,125 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="selectiondialog.ui" line="14"/>
<source>Select</source>
- <translation type="unfinished"/>
+ <translation>Sélectionner</translation>
</message>
<message>
<location filename="selectiondialog.ui" line="23"/>
<source>Placeholder</source>
- <translation type="unfinished">Signet</translation>
+ <translation>*Substitut*</translation>
</message>
<message>
<location filename="selectiondialog.ui" line="77"/>
<source>Cancel</source>
- <translation type="unfinished">Annuler</translation>
+ <translation>Annuler</translation>
</message>
</context>
<context>
<name>SelfUpdater</name>
<message>
<location filename="selfupdater.cpp" line="66"/>
- <source>archive.dll not loaded: "%1"</source>
- <translation>archive.dll n'est pas chargé: "%1"</translation>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation>archive.dll n&apos;est pas chargé: &quot;%1&quot;</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="116"/>
- <location filename="selfupdater.cpp" line="139"/>
- <location filename="selfupdater.cpp" line="268"/>
- <location filename="selfupdater.cpp" line="415"/>
+ <location filename="selfupdater.cpp" line="117"/>
+ <location filename="selfupdater.cpp" line="140"/>
+ <location filename="selfupdater.cpp" line="269"/>
+ <location filename="selfupdater.cpp" line="416"/>
<source>Update</source>
<translation>Mettre à jour</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="117"/>
+ <location filename="selfupdater.cpp" line="118"/>
<source>An update is available (newest version: %1), do you want to install it?</source>
- <translation>Une mise à jour est disponible (dernière version: %1), voulez-vous l'installer?</translation>
+ <translation>Une mise à jour est disponible (dernière version: %1), voulez-vous l&apos;installer?</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="140"/>
+ <location filename="selfupdater.cpp" line="141"/>
<source>Download in progress</source>
<translation>Téléchargement en cours</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="195"/>
+ <location filename="selfupdater.cpp" line="196"/>
<source>Download failed: %1</source>
<translation>Téléchargement échoué: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="206"/>
+ <location filename="selfupdater.cpp" line="207"/>
<source>Failed to install update: %1</source>
- <translation>Impossible d'installer la mise à jour %1</translation>
+ <translation>Impossible d&apos;installer la mise à jour %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="227"/>
- <source>failed to open archive "%1": %2</source>
- <translation>impossible d'ouvrir l'archive "%1": %2</translation>
+ <location filename="selfupdater.cpp" line="228"/>
+ <source>failed to open archive &quot;%1&quot;: %2</source>
+ <translation>impossible d&apos;ouvrir l&apos;archive &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="250"/>
+ <location filename="selfupdater.cpp" line="251"/>
<source>failed to move outdated files: %1. Please update manually.</source>
- <translation type="unfinished"/>
+ <translation>impossible de déplacer les fichiers obsolètes : %1. Veuillez les mettre à jour manuellement.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="268"/>
+ <location filename="selfupdater.cpp" line="269"/>
<source>Update installed, Mod Organizer will now be restarted.</source>
<translation>Mise à jour complétée, Mod Organizer va maintenant redémarrer.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="296"/>
+ <location filename="selfupdater.cpp" line="297"/>
<source>Error</source>
<translation>Erreur</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="351"/>
+ <location filename="selfupdater.cpp" line="352"/>
<source>Failed to parse response. Please report this as a bug and include the file mo_interface.log.</source>
- <translation type="unfinished"/>
+ <translation>Échec du traitement de la réponse. Veuillez s&apos;il vous plait reporter ceci comme un bug, en incluant le fichier mo_interface.log.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="416"/>
+ <location filename="selfupdater.cpp" line="417"/>
<source>No incremental update available for this version, the complete package needs to be downloaded (%1 kB)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="selfupdater.cpp" line="425"/>
+ <location filename="selfupdater.cpp" line="426"/>
<source>no file for update found. Please update manually.</source>
- <translation type="unfinished"/>
+ <translation>aucun fichier de mise à jour trouvé. Veuillez mettre à jour manuellement.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="440"/>
+ <location filename="selfupdater.cpp" line="441"/>
<source>Failed to retrieve update information: %1</source>
- <translation type="unfinished"/>
+ <translation>Impossible de récupérer les informations de mise à jour : %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="460"/>
+ <location filename="selfupdater.cpp" line="461"/>
<source>No download server available. Please try again later.</source>
- <translation>Aucun serveur de téléchargement disponible. Veuillez s'il-vous-plait réessayer plus tard.</translation>
+ <translation>Aucun serveur de téléchargement disponible. Veuillez s&apos;il-vous-plait réessayer plus tard.</translation>
</message>
</context>
<context>
<name>Settings</name>
<message>
- <location filename="settings.cpp" line="311"/>
- <location filename="settings.cpp" line="330"/>
- <source>attempt to store setting for unknown plugin "%1"</source>
+ <location filename="settings.cpp" line="115"/>
+ <source>Failed</source>
+ <translation>Échec </translation>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="116"/>
+ <source>Sorry, failed to start the helper application</source>
+ <translation>Désolé, impossible de démarrer l&apos;application d&apos;aide</translation>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="335"/>
+ <location filename="settings.cpp" line="354"/>
+ <source>attempt to store setting for unknown plugin &quot;%1&quot;</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settings.cpp" line="651"/>
+ <location filename="settings.cpp" line="647"/>
<source>Confirm</source>
- <translation type="unfinished">Confirmer</translation>
+ <translation>Confimer</translation>
</message>
<message>
- <location filename="settings.cpp" line="651"/>
+ <location filename="settings.cpp" line="647"/>
<source>Changing the mod directory affects all your profiles! Mods not present (or named differently) in the new location will be disabled in all profiles. There is no way to undo this unless you backed up your profiles manually. Proceed?</source>
<translation type="unfinished"/>
</message>
@@ -4301,7 +4920,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="settingsdialog.ui" line="14"/>
<source>Settings</source>
- <translation>Réglages</translation>
+ <translation>Paramètres</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="24"/>
@@ -4316,404 +4935,452 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="settingsdialog.ui" line="39"/>
<source>The display language</source>
- <translation>Langue d'affichage</translation>
+ <translation>Langue d&apos;affichage</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="42"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The display language. This will only displaye languages for which you have a translation installed.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The display language. This will only displaye languages for which you have a translation installed.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;La langue d'affichage. Seules les langues pour lesquelles une traduction est installée seront affichées.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;La langue d&apos;affichage. Seules les langues pour lesquelles une traduction est installée seront affichées.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="57"/>
<source>Style</source>
- <translation type="unfinished"/>
+ <translation>Style</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="64"/>
<source>graphical style</source>
- <translation type="unfinished"/>
+ <translation>Style graphique</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="67"/>
<source>graphical style of the MO user interface</source>
- <translation type="unfinished"/>
+ <translation>Style graphique de l&apos;interface utilise de MO</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="78"/>
<source>Log Level</source>
- <translation type="unfinished"/>
+ <translation>Niveau de log</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="85"/>
- <source>Decides the amount of data printed to "ModOrganizer.log"</source>
- <translation type="unfinished"/>
+ <source>Decides the amount of data printed to &quot;ModOrganizer.log&quot;</source>
+ <translation>Décide de la quantité de donnée écrite dans &quot;ModOrganizer.log&quot;</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="88"/>
- <source>Decides the amount of data printed to "ModOrganizer.log".
-"Debug" produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the "Info" level for regluar use. On the "Error" level the log file usually remains empty.</source>
+ <source>Decides the amount of data printed to &quot;ModOrganizer.log&quot;.
+&quot;Debug&quot; produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the &quot;Info&quot; level for regluar use. On the &quot;Error&quot; level the log file usually remains empty.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="settingsdialog.ui" line="93"/>
<source>Debug</source>
- <translation type="unfinished"/>
+ <translation>Débogage </translation>
</message>
<message>
<location filename="settingsdialog.ui" line="98"/>
<source>Info</source>
- <translation type="unfinished"/>
+ <translation>Information</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="103"/>
<source>Error</source>
- <translation type="unfinished">Erreur</translation>
+ <translation>Erreur</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="113"/>
<source>Advanced</source>
- <translation type="unfinished"/>
+ <translation>Avancé</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="125"/>
<location filename="settingsdialog.ui" line="128"/>
<source>Directory where downloads are stored.</source>
- <translation type="unfinished"/>
+ <translation>Répertoire où les Mods sont stockés</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="148"/>
<source>Mod Directory</source>
- <translation type="unfinished"/>
+ <translation>Répertoire de Mod</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="155"/>
<source>Directory where mods are stored.</source>
- <translation type="unfinished"/>
+ <translation>Répertoire où les Mods sont stockés.</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="158"/>
- <source>Directory where mods are stored. Please note that changing this will break all associations of profiles with mods that don't exist in the new location (with the same name).</source>
+ <source>Directory where mods are stored. Please note that changing this will break all associations of profiles with mods that don&apos;t exist in the new location (with the same name).</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="settingsdialog.ui" line="172"/>
<source>Download Directory</source>
- <translation type="unfinished"/>
+ <translation>Répertoire de téléchargement</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="179"/>
<source>Cache Directory</source>
- <translation type="unfinished"/>
+ <translation>Répertoire en cache</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="199"/>
+ <source>User interface</source>
+ <translation>Interface utiliser</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="205"/>
+ <source>If checked, the download interface will be more compact.</source>
+ <translation>Si coché, l&apos;interface des téléchargements sera plus compacte.</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="208"/>
+ <source>Compact Download Interface</source>
+ <translation>Interface de téléchargent compacte</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="215"/>
+ <source>If checked, the download list will display meta information instead of file names.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="218"/>
+ <source>Download Meta Information</source>
+ <translation>Télécharger les Informations Meta</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="234"/>
<source>Reset stored information from dialogs.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="208"/>
- <source>This will make all dialogs show up again where you checked the "Remember selection"-box.</source>
+ <location filename="settingsdialog.ui" line="237"/>
+ <source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="211"/>
+ <location filename="settingsdialog.ui" line="240"/>
<source>Reset Dialogs</source>
- <translation type="unfinished"/>
+ <translation>Réinitialiser les dialogues</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="231"/>
- <location filename="settingsdialog.ui" line="234"/>
+ <location filename="settingsdialog.ui" line="260"/>
+ <location filename="settingsdialog.ui" line="263"/>
<source>Modify the categories available to arrange your mods.</source>
<translation>Modifier les catégories disponibles pour classer vos mods.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="237"/>
+ <location filename="settingsdialog.ui" line="266"/>
<source>Configure Mod Categories</source>
<translation>Configurer les catégories de mod</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="245"/>
- <location filename="settingsdialog.ui" line="261"/>
+ <location filename="settingsdialog.ui" line="274"/>
+ <location filename="settingsdialog.ui" line="290"/>
<source>Nexus</source>
<translation>Nexus</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="251"/>
+ <location filename="settingsdialog.ui" line="280"/>
<source>Allows automatic log-in when the Nexus-Page for the game is clicked.</source>
<translation>Permettre la connexion automatique lorsque la page Nexus du jeu est ouverte.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="254"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="settingsdialog.ui" line="283"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Allows automatic log-in when the Nexus-Page for the game is clicked. Please note that the obfuscation with which the password is stored in modorganizer.ini is not very strong. If you're worried someone might steal your password, don't store it here.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Allows automatic log-in when the Nexus-Page for the game is clicked. Please note that the obfuscation with which the password is stored in modorganizer.ini is not very strong. If you&apos;re worried someone might steal your password, don&apos;t store it here.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Permet la connexion automatique au site Nexus lorsqu'une page est ouverte. Veuillez noter que l'encodage utilisé pour stocker le mot de passe dans le fichier modorganizer.ini n'est pas très robuste. Si vous craignez que quelqu'un puisse voler votre mot de passe, ne l'enregistrez pas ici.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Permet la connexion automatique au site Nexus lorsqu&apos;une page est ouverte. Veuillez noter que l&apos;encodage utilisé pour stocker le mot de passe dans le fichier modorganizer.ini n&apos;est pas très robuste. Si vous craignez que quelqu&apos;un puisse voler votre mot de passe, ne l&apos;enregistrez pas ici.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="270"/>
+ <location filename="settingsdialog.ui" line="299"/>
<source>If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="273"/>
+ <location filename="settingsdialog.ui" line="302"/>
<source>Automatically Log-In to Nexus</source>
<translation>Connexion automatique à Nexus</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="285"/>
+ <location filename="settingsdialog.ui" line="311"/>
<source>Username</source>
- <translation>Nom d'usager</translation>
+ <translation>Nom d&apos;usager</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="299"/>
+ <location filename="settingsdialog.ui" line="325"/>
<source>Password</source>
<translation>Mot de passe</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="321"/>
+ <location filename="settingsdialog.ui" line="347"/>
<source>Disable automatic internet features</source>
- <translation type="unfinished"/>
+ <translation>Désactive les fonctionnalités automatiques nécessitant une connexion internet</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="324"/>
+ <location filename="settingsdialog.ui" line="350"/>
<source>Disable automatic internet features. This does not affect features that are explicitly invoked by the user (like checking mods for updates, endorsing, opening the web browser)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="327"/>
+ <location filename="settingsdialog.ui" line="353"/>
<source>Offline Mode</source>
- <translation type="unfinished"/>
+ <translation>Mode hors-connection</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="334"/>
+ <location filename="settingsdialog.ui" line="360"/>
<source>Use a proxy for network connections.</source>
- <translation type="unfinished"/>
+ <translation>Utiliser un proxy pour les connections sur le réseau.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="337"/>
+ <location filename="settingsdialog.ui" line="363"/>
<source>Use a proxy for network connections. This uses the system-wide settings which can be configured in Internet Explorer. Please note that MO will start up a few seconds slower on some systems when using a proxy.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="340"/>
+ <location filename="settingsdialog.ui" line="366"/>
<source>Use HTTP Proxy (Uses System Settings)</source>
- <translation type="unfinished"/>
+ <translation>Utiliser un Proxy HTTP (Utilise les propriétés du système)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="351"/>
- <source>Known Servers (Dynamically updated every download)</source>
- <translation type="unfinished"/>
+ <location filename="settingsdialog.ui" line="375"/>
+ <source>Associate with &quot;Download with manager&quot; links</source>
+ <translation>Associer avec les liens &quot;Download with manager&quot;</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="404"/>
+ <source>Known Servers (updated on download)</source>
+ <translation>Serveurs connus (MàJ tout les téléchargements)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="372"/>
+ <location filename="settingsdialog.ui" line="425"/>
<source>Preferred Servers (Drag &amp; Drop)</source>
- <translation type="unfinished"/>
+ <translation>Serveurs préférés (Glisser &amp; Déposer)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="407"/>
+ <location filename="settingsdialog.ui" line="460"/>
<source>Plugins</source>
- <translation type="unfinished"/>
+ <translation>Plugins</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="429"/>
+ <location filename="settingsdialog.ui" line="482"/>
<source>Author:</source>
- <translation type="unfinished">Auteur</translation>
+ <translation>Auteur:</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="443"/>
+ <location filename="settingsdialog.ui" line="496"/>
<source>Version:</source>
- <translation type="unfinished">Version</translation>
+ <translation>Version:</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="457"/>
+ <location filename="settingsdialog.ui" line="510"/>
<source>Description:</source>
- <translation type="unfinished">Description</translation>
+ <translation>Description:</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="495"/>
+ <location filename="settingsdialog.ui" line="548"/>
<source>Key</source>
- <translation type="unfinished"/>
+ <translation>Clé</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="500"/>
+ <location filename="settingsdialog.ui" line="553"/>
<source>Value</source>
- <translation type="unfinished"/>
+ <translation>Valeur</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="512"/>
+ <location filename="settingsdialog.ui" line="565"/>
<source>Blacklisted Plugins (use &lt;del&gt; to remove):</source>
- <translation type="unfinished"/>
+ <translation>Plugin black-listé (utilisez &lt;del&gt; pour le supprimer) :</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="523"/>
+ <location filename="settingsdialog.ui" line="576"/>
<source>Workarounds</source>
<translation>Solutions alternatives</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="531"/>
+ <location filename="settingsdialog.ui" line="584"/>
<source>Steam App ID</source>
- <translation>ID d'application Steam</translation>
+ <translation>ID d&apos;application Steam</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="551"/>
+ <location filename="settingsdialog.ui" line="604"/>
<source>The Steam AppID for your game</source>
- <translation>L'AppID Steam de votre jeu</translation>
+ <translation>L&apos;AppID Steam de votre jeu</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="554"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="settingsdialog.ui" line="607"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The preset for this is the App ID of the &amp;quot;regular&amp;quot; version so in most cases, you should be set.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you think you have a different version (GotY or something), follow these steps to get to the id:&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;1. Navigate to the game library in steam&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;2. right-click on the game you need the id for and choose &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Create desktop shortcut&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;3. right-click on the newly created shortcut on your desktop and select &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Properties&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;4. in the URL-field you should see something like this: &lt;/span&gt;&lt;span style=" font-size:8pt; font-style:italic;"&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;22380 is the id you're looking for.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The preset for this is the App ID of the &amp;quot;regular&amp;quot; version so in most cases, you should be set.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you think you have a different version (GotY or something), follow these steps to get to the id:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;1. Navigate to the game library in steam&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;2. right-click on the game you need the id for and choose &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Create desktop shortcut&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;3. right-click on the newly created shortcut on your desktop and select &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Properties&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;4. in the URL-field you should see something like this: &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-style:italic;&quot;&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;22380 is the id you&apos;re looking for.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;L'App ID Steam est requise pour lancer directement certains jeux. Pour Skyrim, si l'APP ID est inconnu ou incorrect, la méthode de chagement de &amp;quot;Mod Organizer&amp;quot; risque de ne pas fonctionner.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Le réglage par défaut pour ceci est l'App ID de la version &amp;quot;normale&amp;quot;, donc dans la plupart des cas, tout devrait être fonctionnel.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Si vous croyez avoir une version différente (GotY autre), suivez ces étapes pour obtenir l'ID:&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;1. Ouvrez la bibliothèque des jeux dans Steam&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;2. Faites un clic-droit sur le jeu dont vous désirez l'ID et sélectionnez &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Créer un raccourci sur le bureau&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;3. Faites un clic-droit sur le nouveau raccourci créé sut le bureau et sélectionnez &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Propriétés&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;4.Dans le champs URL, vous devriez voir quelque chose comme: &lt;/span&gt;&lt;span style=" font-size:8pt; font-style:italic;"&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;22380 est l'App ID que vous cherchez.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;L&apos;App ID Steam est requise pour lancer directement certains jeux. Pour Skyrim, si l&apos;APP ID est inconnu ou incorrect, la méthode de chagement de &amp;quot;Mod Organizer&amp;quot; risque de ne pas fonctionner.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Le réglage par défaut pour ceci est l&apos;App ID de la version &amp;quot;normale&amp;quot;, donc dans la plupart des cas, tout devrait être fonctionnel.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Si vous croyez avoir une version différente (GotY autre), suivez ces étapes pour obtenir l&apos;ID:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;1. Ouvrez la bibliothèque des jeux dans Steam&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;2. Faites un clic-droit sur le jeu dont vous désirez l&apos;ID et sélectionnez &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Créer un raccourci sur le bureau&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;3. Faites un clic-droit sur le nouveau raccourci créé sut le bureau et sélectionnez &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Propriétés&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;4.Dans le champs URL, vous devriez voir quelque chose comme: &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-style:italic;&quot;&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;22380 est l&apos;App ID que vous cherchez.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="585"/>
+ <location filename="settingsdialog.ui" line="638"/>
<source>Load Mechanism</source>
<translation>Chargement MO</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="605"/>
+ <location filename="settingsdialog.ui" line="658"/>
<source>Select loading mechanism. See help for details.</source>
- <translation>Choisir la méthode de chargement. Voir l'aide pour les détails.</translation>
+ <translation>Choisir la méthode de chargement. Voir l&apos;aide pour les détails.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="608"/>
+ <location filename="settingsdialog.ui" line="661"/>
<source>Mod Organizer needs a dll to be injected into the game so all mods are visible to it.
There are several means to do this:
*Mod Organizer* (default) In this mode the Mod Organizer itself injects the dll. The disadvantage is that you always have to start the game through MO or a link created by it.
*Script Extender* In this mode, MO is installed as a Script Extender (obse, fose, nvse, skse) plugin.
*Proxy DLL* In this mode, MO replaces one of the game's dlls with one that loads MO (and the original dll of course). This will ONLY work with Steam games and it has only been tested with Skyrim. Please use this only if the other mechanisms don't work.
-If you use the Steam version of Oblivion the default will NOT work. In this case, please install obse and use "Script Extender" as the load mechanism. Also you can then not start Oblivion from MO. Instead, use MO only to set up your mods, then quit and start Oblivion through Steam.</source>
+If you use the Steam version of Oblivion the default will NOT work. In this case, please install obse and use &quot;Script Extender&quot; as the load mechanism. Also you can then not start Oblivion from MO. Instead, use MO only to set up your mods, then quit and start Oblivion through Steam.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="625"/>
+ <location filename="settingsdialog.ui" line="678"/>
<source>NMM Version</source>
- <translation type="unfinished"/>
+ <translation>Version de NMM</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="645"/>
+ <location filename="settingsdialog.ui" line="698"/>
<source>The Version of Nexus Mod Manager to impersonate.</source>
- <translation type="unfinished"/>
+ <translation>La Version de Nexus Mod Manager à impersonnaliser. </translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="648"/>
+ <location filename="settingsdialog.ui" line="701"/>
<source>Mod Organizer uses an API provided by the Nexus to provide features like checking for updates and downloading files. Unfortunately this API has not been made available officially to third party tools like MO so we have to impersonate the Nexus Mod Manager to be allowed in.
On top of this Nexus has used the client identification to lock out outdated versions of NMM to force users to update. This means that MO also needs to impersonate the new version of NMM even if MO doesn't need an update. Therefore you can configure the version to identify as here.
-Please note that MO does identify itself as MO to the webserver, it's not lying about what it is. It is merely adding a "compatible" NMM version to the user agent.
+Please note that MO does identify itself as MO to the webserver, it's not lying about what it is. It is merely adding a &quot;compatible&quot; NMM version to the user agent.
-tl;dr-version: If Nexus-features don't work, insert the current version number of NMM here and try again.</source>
+tl;dr-version: If Nexus-features don&apos;t work, insert the current version number of NMM here and try again.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="670"/>
+ <location filename="settingsdialog.ui" line="723"/>
<source>Enforces that inactive ESPs and ESMs are never loaded.</source>
<translation>Garantie que les ESPs et ESMs inactifs ne soient jamais chargés.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="673"/>
+ <location filename="settingsdialog.ui" line="726"/>
<source>It seems that the Games occasionally load ESP or ESM files even if they haven't been activated as plugins.
-I don't yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source>
- <translation>Il semble que les jeux chargent parfois des fichiers ESP ou ESM même s'ils ne sont pas activés.
-Je n'en connais pas encore les circonstances, mais les rapports des usagers impliquent que dans certains cas, ce comportement est indésirable. Si vous cochez ceci, les ESPs et ESMs qui ne sotn pas cochés seront invisible pour le jeu et ne pourront pas être chargés.</translation>
+I don&apos;t yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source>
+ <translation>Il semble que les jeux chargent parfois des fichiers ESP ou ESM même s&apos;ils ne sont pas activés.
+Je n&apos;en connais pas encore les circonstances, mais les rapports des usagers impliquent que dans certains cas, ce comportement est indésirable. Si vous cochez ceci, les ESPs et ESMs qui ne sotn pas cochés seront invisible pour le jeu et ne pourront pas être chargés.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="677"/>
+ <location filename="settingsdialog.ui" line="730"/>
<source>Hide inactive ESPs/ESMs</source>
<translation>Cacher les ESPs et ESMs inactifs</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="684"/>
+ <location filename="settingsdialog.ui" line="737"/>
<source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="687"/>
+ <location filename="settingsdialog.ui" line="740"/>
<source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)
Uncheck this if you want to use Mod Organizer with total conversions (like Nehrim) but be aware that the game will crash if required files are not enabled.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="691"/>
+ <location filename="settingsdialog.ui" line="744"/>
<source>Force-enable game files</source>
+ <translation>Forcer l&apos;activation des fichiers de jeu.</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="754"/>
+ <source>Disable this to no longer display mods installed outside MO in the mod list (left pane). Assets from those mods will then be treated as having lowest mod priority together with the original game content.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="701"/>
- <location filename="settingsdialog.ui" line="705"/>
+ <location filename="settingsdialog.ui" line="757"/>
+ <source>By default Mod Organizer will display esp+bsa bundles installed with foreign tools as mods (left pane). This allows you to control their priority in relation to other mods. This is particularly useful if you also use Steam Workshop to install mods.
+However, if you installed loose file mods outside MO which conflict with BSAs also installed outside MO those conflicts can't be resolved correctly.
+
+If you disable this feature, MO will only display official DLCs this way. Please note that plugins (esps and esms) displayed in the right pane are completely unaffected by this feature.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="763"/>
+ <source>Display mods installed outside MO</source>
+ <translation>Affichers les Mods qui n&apos;ont pas été installer par MO</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="773"/>
+ <location filename="settingsdialog.ui" line="777"/>
<source>For Skyrim, this can be used instead of Archive Invalidation. It should make AI redundant for all Profiles.
For the other games this is not a sufficient replacement for AI!</source>
- <translation>Pour Skyrim, ceci peut être utilisé au lieu de l'invalidation des archives. Ça devrait rendre l'invalidation redondante pour tous les profils.
-Pour les autres jeux, ceci ne suffit pas à remplacer l'invalidation des archives!</translation>
+ <translation>Pour Skyrim, ceci peut être utilisé au lieu de l&apos;invalidation des archives. Ça devrait rendre l&apos;invalidation redondante pour tous les profils.
+Pour les autres jeux, ceci ne suffit pas à remplacer l&apos;invalidation des archives!</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="709"/>
+ <location filename="settingsdialog.ui" line="781"/>
<source>Back-date BSAs</source>
<translation>Antidater les BSAs</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="733"/>
+ <location filename="settingsdialog.ui" line="805"/>
<source>These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here.</source>
- <translation type="unfinished"/>
+ <translation>Il s&apos;agit de solutions alternatives pour des problèmes internes à Mod Organizer. Veuillez d&apos;abord vous assurer de lire le texte d&apos;aide avant de modifier quoi que ce soit ici.</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="94"/>
+ <location filename="settingsdialog.cpp" line="95"/>
<source>Select download directory</source>
- <translation type="unfinished">Sélectionnez un répertoire</translation>
+ <translation>Sélectionner le répertoire de téléchargement</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="102"/>
+ <location filename="settingsdialog.cpp" line="103"/>
<source>Select mod directory</source>
- <translation type="unfinished">Sélectionnez un répertoire</translation>
+ <translation>Sélectionner le répertoire de Mod</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="110"/>
+ <location filename="settingsdialog.cpp" line="111"/>
<source>Select cache directory</source>
- <translation type="unfinished">Sélectionnez un répertoire</translation>
+ <translation>Sélectionner le répertoire en cache</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="118"/>
+ <location filename="settingsdialog.cpp" line="119"/>
<source>Confirm?</source>
- <translation type="unfinished">Confirmer</translation>
+ <translation>Confirmer ?</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="119"/>
- <source>This will make all dialogs show up again where you checked the "Remember selection"-box. Continue?</source>
+ <location filename="settingsdialog.cpp" line="120"/>
+ <source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box. Continue?</source>
<translation type="unfinished"/>
</message>
</context>
@@ -4760,14 +5427,18 @@ Pour les autres jeux, ceci ne suffit pas à remplacer l'invalidation des archive
</message>
<message>
<location filename="singleinstance.cpp" line="82"/>
- <location filename="singleinstance.cpp" line="88"/>
<source>failed to connect to running instance: %1</source>
- <translation>Échec de connection à l'instance active: %1</translation>
+ <translation>Échec de connection à l&apos;instance active: %1</translation>
+ </message>
+ <message>
+ <location filename="singleinstance.cpp" line="88"/>
+ <source>failed to communicate with running instance: %1</source>
+ <translation>Communication échouée avec l&apos;instance active: %1</translation>
</message>
<message>
<location filename="singleinstance.cpp" line="100"/>
<source>failed to receive data from secondary instance: %1</source>
- <translation>Échec de réception de données de l'instance secondaire: %1</translation>
+ <translation>Échec de réception de données de l&apos;instance secondaire: %1</translation>
</message>
</context>
<context>
@@ -4775,32 +5446,32 @@ Pour les autres jeux, ceci ne suffit pas à remplacer l'invalidation des archive
<message>
<location filename="syncoverwritedialog.ui" line="14"/>
<source>Sync Overwrite</source>
- <translation type="unfinished"/>
+ <translation>Synchroniser Overwrite</translation>
</message>
<message>
<location filename="syncoverwritedialog.ui" line="27"/>
<source>Name</source>
- <translation type="unfinished">Nom</translation>
+ <translation>Nom</translation>
</message>
<message>
<location filename="syncoverwritedialog.ui" line="32"/>
<source>Sync To</source>
- <translation type="unfinished"/>
+ <translation>Synchroniser Vers</translation>
</message>
<message>
<location filename="syncoverwritedialog.cpp" line="95"/>
- <source>&lt;don't sync&gt;</source>
- <translation type="unfinished"/>
+ <source>&lt;don&apos;t sync&gt;</source>
+ <translation>&lt;ne pas synchroniser&gt;</translation>
</message>
<message>
<location filename="syncoverwritedialog.cpp" line="147"/>
<source>failed to remove %1</source>
- <translation type="unfinished">Impossible de supprimer %1</translation>
+ <translation>Impossible de supprimer %1</translation>
</message>
<message>
<location filename="syncoverwritedialog.cpp" line="149"/>
<source>failed to move %1 to %2</source>
- <translation type="unfinished">impossible de copier %1 vers %2</translation>
+ <translation>Impossible de déplacer de %1 à %1</translation>
</message>
</context>
<context>
@@ -4808,17 +5479,17 @@ Pour les autres jeux, ceci ne suffit pas à remplacer l'invalidation des archive
<message>
<location filename="transfersavesdialog.ui" line="14"/>
<source>Transfer Savegames</source>
- <translation type="unfinished"/>
+ <translation>Transférer les sauvegardes de jeux</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="22"/>
<source>Global Characters</source>
- <translation type="unfinished"/>
+ <translation>Personnages Globaux</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="29"/>
<source>This is a list of characters in the global location.</source>
- <translation type="unfinished"/>
+ <translation>Ceci est une liste des personnages globaux.</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="32"/>
@@ -4848,66 +5519,66 @@ On Windows XP:
<message>
<location filename="transfersavesdialog.ui" line="87"/>
<source>Move -&gt;</source>
- <translation type="unfinished"/>
+ <translation>Déplacer -&gt;</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="97"/>
<source>Copy -&gt;</source>
- <translation type="unfinished"/>
+ <translation>Copier -&gt;</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="123"/>
<source>&lt;- Move</source>
- <translation type="unfinished"/>
+ <translation>&lt;- Déplacer</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="133"/>
<source>&lt;- Copy</source>
- <translation type="unfinished"/>
+ <translation>&lt;- Copier</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="156"/>
<source>Done</source>
- <translation type="unfinished">Terminé</translation>
+ <translation>Terminé</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="167"/>
<source>Profile Characters</source>
- <translation type="unfinished"/>
+ <translation>Profil des personnages</translation>
</message>
<message>
<location filename="transfersavesdialog.cpp" line="140"/>
<source>Overwrite</source>
- <translation type="unfinished"/>
+ <translation>Écraser</translation>
</message>
<message>
<location filename="transfersavesdialog.cpp" line="141"/>
- <source>Overwrite the file "%1"</source>
- <translation type="unfinished"/>
+ <source>Overwrite the file &quot;%1&quot;</source>
+ <translation>Écraser le fichier &quot;%1&quot;</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="164"/>
- <location filename="transfersavesdialog.cpp" line="202"/>
- <location filename="transfersavesdialog.cpp" line="237"/>
- <location filename="transfersavesdialog.cpp" line="276"/>
+ <location filename="transfersavesdialog.cpp" line="157"/>
+ <location filename="transfersavesdialog.cpp" line="195"/>
+ <location filename="transfersavesdialog.cpp" line="230"/>
+ <location filename="transfersavesdialog.cpp" line="269"/>
<source>Confirm</source>
- <translation type="unfinished">Confirmer</translation>
+ <translation>Confirmer</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="165"/>
- <location filename="transfersavesdialog.cpp" line="203"/>
- <source>Copy all save games of character "%1" to the profile?</source>
- <translation type="unfinished"/>
+ <location filename="transfersavesdialog.cpp" line="158"/>
+ <location filename="transfersavesdialog.cpp" line="196"/>
+ <source>Copy all save games of character &quot;%1&quot; to the profile?</source>
+ <translation>Copier toutes les sauvegardes du personnage &quot;%1&quot; vers le profil ?</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="238"/>
- <source>Move all save games of character "%1" to the global location? Please be aware that this will mess up the running number of save games.</source>
+ <location filename="transfersavesdialog.cpp" line="231"/>
+ <source>Move all save games of character &quot;%1&quot; to the global location? Please be aware that this will mess up the running number of save games.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="277"/>
- <source>Copy all save games of character "%1" to the global location? Please be aware that this will mess up the running number of save games.</source>
+ <location filename="transfersavesdialog.cpp" line="270"/>
+ <source>Copy all save games of character &quot;%1&quot; to the global location? Please be aware that this will mess up the running number of save games.</source>
<translation type="unfinished"/>
</message>
</context>
-</TS>
+</TS> \ No newline at end of file
diff --git a/src/organizer_ru.ts b/src/organizer_ru.ts
index 2d46e983..7fc47167 100644
--- a/src/organizer_ru.ts
+++ b/src/organizer_ru.ts
@@ -1,5 +1,4 @@
-<!DOCTYPE TS>
-<TS version="2.0" language="ru">
+<?xml version="1.0" ?><!DOCTYPE TS><TS language="ru" version="2.0">
<context>
<name>AboutDialog</name>
<message>
@@ -39,7 +38,7 @@
<translation>Закрыть</translation>
</message>
<message>
- <location filename="aboutdialog.cpp" line="81"/>
+ <location filename="aboutdialog.cpp" line="80"/>
<source>No license</source>
<translation>Лицензия отсутствует</translation>
</message>
@@ -58,22 +57,22 @@
</message>
<message>
<location filename="activatemodsdialog.ui" line="23"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a list of esps and esms that were active when the save game was created.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a list of esps and esms that were active when the save game was created.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Это список esp и esm, которые были активны, когда сохранение было создано.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Для каждого esp, правый столбец содержит мод (или моды), которые могут быть включены, чтобы неактивные esp/esm стали активными.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Если вы нажмете ОК, все моды, выбранные в правой колонке будут активированы.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Это список esp и esm, которые были активны, когда сохранение было создано.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Для каждого esp, правый столбец содержит мод (или моды), которые могут быть включены, чтобы неактивные esp/esm стали активными.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Если вы нажмете ОК, все моды, выбранные в правой колонке будут активированы.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="activatemodsdialog.ui" line="37"/>
@@ -116,9 +115,9 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="baincomplexinstallerdialog.ui" line="47"/>
<source>Components of this package.
-If there is a component called "00 Core" it is usually required. Options are ordered by priority as set up by the author.</source>
+If there is a component called &quot;00 Core&quot; it is usually required. Options are ordered by priority as set up by the author.</source>
<translation>Компоненты этого пакета.
-Если присутствует компонент с именем "00 Core", то он обычно является обязательным. Доступные варианты упорядочены по приоритету, установленному автором.</translation>
+Если присутствует компонент с именем &quot;00 Core&quot;, то он обычно является обязательным. Доступные варианты упорядочены по приоритету, установленному автором.</translation>
</message>
<message>
<location filename="baincomplexinstallerdialog.ui" line="57"/>
@@ -154,6 +153,29 @@ If there is a component called "00 Core" it is usually required. Options are ord
</message>
</context>
<context>
+ <name>BrowserDialog</name>
+ <message>
+ <location filename="browserdialog.ui" line="14"/>
+ <source>Some Page</source>
+ <translation>Домашняя страница</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.ui" line="281"/>
+ <source>Search</source>
+ <translation>Поиск</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.cpp" line="95"/>
+ <source>new</source>
+ <translation>создать</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.cpp" line="209"/>
+ <source>failed to start download</source>
+ <translation>не удалось начать загрузку</translation>
+ </message>
+</context>
+<context>
<name>CategoriesDialog</name>
<message>
<location filename="categoriesdialog.ui" line="14"/>
@@ -198,20 +220,20 @@ If there is a component called "00 Core" it is usually required. Options are ord
</message>
<message>
<location filename="categoriesdialog.ui" line="94"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;You can match one or multiple nexus categories to a internal ID. Whenever you download a mod from a Nexus Page, Mod Organizer will try to resolve the category defined on the Nexus to one available in MO.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You can match one or multiple nexus categories to a internal ID. Whenever you download a mod from a Nexus Page, Mod Organizer will try to resolve the category defined on the Nexus to one available in MO.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Вы можете задать одну или несколько категорий Nexus внутреннему ID. Каждый раз, когда вы загружаете мод со страницы Nexus, МО постарается автоматически задать моду категорию, присвоенную ему на Nexus.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Чтобы узнать ID категории, используемой на Nexus, перейдите в список категорий Nexus и наведите курсор мыши на нужную ссылку.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Вы можете задать одну или несколько категорий Nexus внутреннему ID. Каждый раз, когда вы загружаете мод со страницы Nexus, МО постарается автоматически задать моду категорию, присвоенную ему на Nexus.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Чтобы узнать ID категории, используемой на Nexus, перейдите в список категорий Nexus и наведите курсор мыши на нужную ссылку.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="categoriesdialog.ui" line="105"/>
@@ -243,7 +265,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="credentialsdialog.ui" line="20"/>
- <source>This feature may not work unless you're logged in with Nexus</source>
+ <source>This feature may not work unless you&apos;re logged in with Nexus</source>
<translation>Эта функция может не работать, если вход выполнен с Nexus</translation>
</message>
<message>
@@ -270,7 +292,7 @@ p, li { white-space: pre-wrap; }
<context>
<name>DirectoryRefresher</name>
<message>
- <location filename="directoryrefresher.cpp" line="99"/>
+ <location filename="directoryrefresher.cpp" line="146"/>
<source>failed to read bsa: %1</source>
<translation>не удалось прочитать bsa: %1</translation>
</message>
@@ -294,8 +316,8 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="downloadlist.cpp" line="82"/>
- <source>Information missing, please select "Query Info" from the context menu to re-retrieve.</source>
- <translation>Информация отсутствует, для её запроса выберите в контекстном меню пункт "Запросить информацию".</translation>
+ <source>Information missing, please select &quot;Query Info&quot; from the context menu to re-retrieve.</source>
+ <translation>Информация отсутствует, для её запроса выберите в контекстном меню пункт &quot;Запросить информацию&quot;.</translation>
</message>
<message>
<location filename="downloadlist.cpp" line="89"/>
@@ -313,26 +335,26 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="downloadlistwidget.ui" line="99"/>
- <location filename="downloadlistwidget.cpp" line="145"/>
- <location filename="downloadlistwidget.cpp" line="147"/>
+ <location filename="downloadlistwidget.cpp" line="150"/>
+ <location filename="downloadlistwidget.cpp" line="152"/>
<source>Done - Double Click to install</source>
<translation>Готово - двойной щелчок для установки.</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="111"/>
- <location filename="downloadlistwidget.cpp" line="113"/>
+ <location filename="downloadlistwidget.cpp" line="116"/>
+ <location filename="downloadlistwidget.cpp" line="118"/>
<source>Paused - Double Click to resume</source>
<translation>Пауза - двойной клик для продолжения</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="131"/>
- <location filename="downloadlistwidget.cpp" line="133"/>
+ <location filename="downloadlistwidget.cpp" line="136"/>
+ <location filename="downloadlistwidget.cpp" line="138"/>
<source>Installed - Double Click to re-install</source>
<translation>Установлено - двойной клик для переустановки</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="138"/>
- <location filename="downloadlistwidget.cpp" line="140"/>
+ <location filename="downloadlistwidget.cpp" line="143"/>
+ <location filename="downloadlistwidget.cpp" line="145"/>
<source>Uninstalled - Double Click to re-install</source>
<translation>Удалено - двойной клик для переустановки</translation>
</message>
@@ -354,135 +376,135 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadListWidgetCompactDelegate</name>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="88"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="92"/>
<source>&lt; mod %1 file %2 &gt;</source>
<translation>&lt; мод %1 файл %2 &gt;</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="93"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="97"/>
<source>Pending</source>
<translation>Ожидание</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="116"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="120"/>
<source>Paused</source>
<translation>Приостановлено</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="119"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="123"/>
<source>Fetching Info 1</source>
<translation>Получение информации 1</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="121"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="125"/>
<source>Fetching Info 2</source>
<translation>Получение информации 2</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="126"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="130"/>
<source>Installed</source>
<translation>Установлено</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="129"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="133"/>
<source>Uninstalled</source>
<translation>Удалено</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="132"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="136"/>
<source>Done</source>
<translation>Готово</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="241"/>
- <location filename="downloadlistwidgetcompact.cpp" line="250"/>
- <location filename="downloadlistwidgetcompact.cpp" line="259"/>
- <location filename="downloadlistwidgetcompact.cpp" line="268"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="245"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="254"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="263"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="272"/>
<source>Are you sure?</source>
<translation>Вы уверены?</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="242"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="246"/>
<source>This will remove all finished downloads from this list and from disk.</source>
<translation>Это удалит все готовые загрузки из этого списка и с диска.</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="251"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="255"/>
<source>This will remove all installed downloads from this list and from disk.</source>
<translation>Это удалит все установленные загрузки из этого списка и с диска.</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="260"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="264"/>
<source>This will permanently remove all finished downloads from this list (but NOT from disk).</source>
<translation>Это полностью удалит все завершенные загрузки из этого списка (но НЕ с диска).</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="269"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="273"/>
<source>This will permanently remove all installed downloads from this list (but NOT from disk).</source>
<translation>Это полностью удалит все установленные загрузки из этого списка (но НЕ с диска).</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="298"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="302"/>
<source>Install</source>
<translation>Установить</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="300"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="304"/>
<source>Query Info</source>
<translation>Запросить информацию</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="302"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="306"/>
<source>Delete</source>
<translation>Удалить</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="304"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="308"/>
<source>Un-Hide</source>
<translation>Показать</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="306"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="310"/>
<source>Remove from View</source>
<translation>Скрыть от просмотра</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="309"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="313"/>
<source>Cancel</source>
<translation>Отмена</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="310"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="314"/>
<source>Pause</source>
<translation>Пауза</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="312"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="316"/>
<source>Remove</source>
<translation>Удаление</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="313"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="317"/>
<source>Resume</source>
<translation>Возобновить</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="318"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="322"/>
<source>Delete Installed...</source>
<translation>Удалить установленные...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="319"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="323"/>
<source>Delete All...</source>
<translation>Удалить все...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="322"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="326"/>
<source>Remove Installed...</source>
<translation>Очистить от установленных...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="323"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="327"/>
<source>Remove All...</source>
<translation>Очистить от всех...</translation>
</message>
@@ -490,115 +512,115 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadListWidgetDelegate</name>
<message>
- <location filename="downloadlistwidget.cpp" line="88"/>
+ <location filename="downloadlistwidget.cpp" line="93"/>
<source>&lt; mod %1 file %2 &gt;</source>
<translation>&lt; мод %1 файл %2 &gt;</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="91"/>
+ <location filename="downloadlistwidget.cpp" line="96"/>
<source>Pending</source>
<translation>Ожидание</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="118"/>
+ <location filename="downloadlistwidget.cpp" line="123"/>
<source>Fetching Info 1</source>
<translation>Получение информации 1</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="121"/>
+ <location filename="downloadlistwidget.cpp" line="126"/>
<source>Fetching Info 2</source>
<translation>Получение информации 2</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="253"/>
- <location filename="downloadlistwidget.cpp" line="262"/>
- <location filename="downloadlistwidget.cpp" line="271"/>
- <location filename="downloadlistwidget.cpp" line="280"/>
+ <location filename="downloadlistwidget.cpp" line="258"/>
+ <location filename="downloadlistwidget.cpp" line="267"/>
+ <location filename="downloadlistwidget.cpp" line="276"/>
+ <location filename="downloadlistwidget.cpp" line="285"/>
<source>Are you sure?</source>
<translation>Вы уверены?</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="254"/>
+ <location filename="downloadlistwidget.cpp" line="259"/>
<source>This will remove all finished downloads from this list and from disk.</source>
<translation>Это удалит все готовые загрузки из этого списка и с диска.</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="263"/>
+ <location filename="downloadlistwidget.cpp" line="268"/>
<source>This will remove all installed downloads from this list and from disk.</source>
<translation>Это удалит все установленные загрузки из этого листа и с диска.</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="272"/>
+ <location filename="downloadlistwidget.cpp" line="277"/>
<source>This will remove all finished downloads from this list (but NOT from disk).</source>
<translation>Это удалит все готовые загрузки из этого списка (но НЕ с диска).</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="281"/>
+ <location filename="downloadlistwidget.cpp" line="286"/>
<source>This will remove all installed downloads from this list (but NOT from disk).</source>
<translation>Это удалит все установленные загрузки из этого списка (но НЕ с диска).</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="309"/>
+ <location filename="downloadlistwidget.cpp" line="314"/>
<source>Install</source>
<translation>Установить</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="311"/>
+ <location filename="downloadlistwidget.cpp" line="316"/>
<source>Query Info</source>
<translation>Запросить информацию</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="313"/>
+ <location filename="downloadlistwidget.cpp" line="318"/>
<source>Delete</source>
<translation>Удалить</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="315"/>
+ <location filename="downloadlistwidget.cpp" line="320"/>
<source>Un-Hide</source>
<translation>Показать</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="317"/>
+ <location filename="downloadlistwidget.cpp" line="322"/>
<source>Remove from View</source>
<translation>Скрыть от просмотра</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="320"/>
+ <location filename="downloadlistwidget.cpp" line="325"/>
<source>Cancel</source>
<translation>Отмена</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="321"/>
+ <location filename="downloadlistwidget.cpp" line="326"/>
<source>Pause</source>
<translation>Пауза</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="323"/>
+ <location filename="downloadlistwidget.cpp" line="328"/>
<source>Remove</source>
<translation>Удалить</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="324"/>
+ <location filename="downloadlistwidget.cpp" line="329"/>
<source>Resume</source>
<translation>Возобновить</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="329"/>
+ <location filename="downloadlistwidget.cpp" line="334"/>
<source>Delete Installed...</source>
<translation>Удалить установленные...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="330"/>
+ <location filename="downloadlistwidget.cpp" line="335"/>
<source>Delete All...</source>
<translation>Удалить все...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="333"/>
+ <location filename="downloadlistwidget.cpp" line="338"/>
<source>Remove Installed...</source>
<translation>Очистить от установленных...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="334"/>
+ <location filename="downloadlistwidget.cpp" line="339"/>
<source>Remove All...</source>
<translation>Очистить от всех...</translation>
</message>
@@ -606,122 +628,173 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadManager</name>
<message>
- <location filename="downloadmanager.cpp" line="132"/>
- <source>failed to rename "%1" to "%2"</source>
- <translation>не удалось переименовать "%1" в "%2"</translation>
+ <location filename="downloadmanager.cpp" line="142"/>
+ <source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
+ <translation>не удалось переименовать &quot;%1&quot; в &quot;%2&quot;</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="321"/>
+ <source>Memory allocation error (in refreshing directory).</source>
+ <translation>Ошибка распределения памяти (при обновлении папки).</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="342"/>
+ <location filename="downloadmanager.cpp" line="369"/>
<source>Download again?</source>
<translation>Загрузить заново?</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="342"/>
+ <location filename="downloadmanager.cpp" line="369"/>
<source>A file with the same name has already been downloaded. Do you want to download it again? The new file will receive a different name.</source>
<translation>Файл с таким именем уже был загружен. Вы хотите загрузить его снова? Новый файл получит другое имя.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="388"/>
+ <location filename="downloadmanager.cpp" line="417"/>
<source>failed to download %1: could not open output file: %2</source>
<translation>не удалось загрузить %1: не удалось открыть выходной файл: %2</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="421"/>
+ <location filename="downloadmanager.cpp" line="454"/>
<source>Wrong Game</source>
<translation>Неверная игра</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="421"/>
- <source>The download link is for a mod for "%1" but this instance of MO has been set up for "%2".</source>
- <translation>Ссылка для загрузки мода для игры "%1", но этот экземпляр MO был установлен для "%2".</translation>
+ <location filename="downloadmanager.cpp" line="454"/>
+ <source>The download link is for a mod for &quot;%1&quot; but this instance of MO has been set up for &quot;%2&quot;.</source>
+ <translation>Ссылка для загрузки мода для игры &quot;%1&quot;, но этот экземпляр MO был установлен для &quot;%2&quot;.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="439"/>
- <location filename="downloadmanager.cpp" line="506"/>
- <location filename="downloadmanager.cpp" line="682"/>
- <location filename="downloadmanager.cpp" line="691"/>
- <location filename="downloadmanager.cpp" line="701"/>
- <location filename="downloadmanager.cpp" line="710"/>
- <location filename="downloadmanager.cpp" line="724"/>
- <location filename="downloadmanager.cpp" line="734"/>
- <location filename="downloadmanager.cpp" line="744"/>
- <location filename="downloadmanager.cpp" line="754"/>
- <location filename="downloadmanager.cpp" line="765"/>
+ <location filename="downloadmanager.cpp" line="471"/>
+ <location filename="downloadmanager.cpp" line="538"/>
+ <location filename="downloadmanager.cpp" line="726"/>
+ <location filename="downloadmanager.cpp" line="735"/>
+ <location filename="downloadmanager.cpp" line="756"/>
<location filename="downloadmanager.cpp" line="773"/>
<location filename="downloadmanager.cpp" line="782"/>
- <location filename="downloadmanager.cpp" line="792"/>
- <location filename="downloadmanager.cpp" line="807"/>
+ <location filename="downloadmanager.cpp" line="796"/>
+ <location filename="downloadmanager.cpp" line="806"/>
+ <location filename="downloadmanager.cpp" line="816"/>
+ <location filename="downloadmanager.cpp" line="826"/>
+ <location filename="downloadmanager.cpp" line="841"/>
+ <location filename="downloadmanager.cpp" line="849"/>
+ <location filename="downloadmanager.cpp" line="858"/>
+ <location filename="downloadmanager.cpp" line="868"/>
+ <location filename="downloadmanager.cpp" line="883"/>
<source>invalid index</source>
<translation>неверный индекс</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="457"/>
+ <location filename="downloadmanager.cpp" line="489"/>
<source>failed to delete %1</source>
<translation>не удалось удалить %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="463"/>
+ <location filename="downloadmanager.cpp" line="495"/>
<source>failed to delete meta file for %1</source>
<translation>не удалось удалить мета-файл %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="539"/>
- <location filename="downloadmanager.cpp" line="557"/>
- <location filename="downloadmanager.cpp" line="570"/>
- <location filename="downloadmanager.cpp" line="587"/>
- <location filename="downloadmanager.cpp" line="598"/>
+ <location filename="downloadmanager.cpp" line="571"/>
+ <location filename="downloadmanager.cpp" line="589"/>
+ <location filename="downloadmanager.cpp" line="602"/>
+ <location filename="downloadmanager.cpp" line="622"/>
<location filename="downloadmanager.cpp" line="633"/>
+ <location filename="downloadmanager.cpp" line="673"/>
<source>invalid index %1</source>
<translation>неверный индекс %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="650"/>
+ <location filename="downloadmanager.cpp" line="640"/>
+ <source>No known download urls. Sorry, this download can&apos;t be resumed.</source>
+ <translation>Нет известных url для загрузки, эта загрузка не может быть продолжена.</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="695"/>
<source>Please enter the nexus mod id</source>
<translation>Пожалуйста, введите ID мода на Nexus</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="650"/>
+ <location filename="downloadmanager.cpp" line="695"/>
<source>Mod ID:</source>
<translation>ID мода:</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1042"/>
+ <location filename="downloadmanager.cpp" line="744"/>
+ <source>Main</source>
+ <translation>Главное</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="745"/>
+ <source>Update</source>
+ <translation>Обновление</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="746"/>
+ <source>Optional</source>
+ <translation>Опционально</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="747"/>
+ <source>Old</source>
+ <translation>Старые</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="748"/>
+ <source>Misc</source>
+ <translation>Разное</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="749"/>
+ <source>Unknown</source>
+ <translation>Неизвестно</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="999"/>
+ <source>Memory allocation error (in processing progress event).</source>
+ <translation>Ошибка распределения памяти (в ходе процесса).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1012"/>
+ <source>Memory allocation error (in processing downloaded data).</source>
+ <translation>Ошибка распределения памяти (в процессе загрузки данных).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1141"/>
<source>Information updated</source>
<translation>Информация обновлена</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1044"/>
- <location filename="downloadmanager.cpp" line="1058"/>
+ <location filename="downloadmanager.cpp" line="1143"/>
+ <location filename="downloadmanager.cpp" line="1157"/>
<source>No matching file found on Nexus! Maybe this file is no longer available or it was renamed?</source>
<translation>Нет соответствующих модов на Nexus! Возможно фал был удален или переименован?</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1046"/>
+ <location filename="downloadmanager.cpp" line="1145"/>
<source>No file on Nexus matches the selected file by name. Please manually choose the correct one.</source>
<translation>Нет соответствующих фалов на Nexus. Выберите файл вручную.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1180"/>
+ <location filename="downloadmanager.cpp" line="1285"/>
<source>No download server available. Please try again later.</source>
<translation>Нет доступных серверов для загрузки. Попробуйте позже.</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1224"/>
+ <location filename="downloadmanager.cpp" line="1328"/>
<source>Failed to request file info from nexus: %1</source>
<translation>Не удалось получить информацию о файле: %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1249"/>
+ <location filename="downloadmanager.cpp" line="1356"/>
<source>Download failed. Server reported: %1</source>
<translation>Загрузка не удалась. Сервер сообщил: %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1251"/>
+ <location filename="downloadmanager.cpp" line="1358"/>
<source>Download failed: %1 (%2)</source>
<translation>Загрузка не удалась: %1 (%2)</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1331"/>
+ <location filename="downloadmanager.cpp" line="1457"/>
<source>failed to re-open %1</source>
<translation>не удалось повторно открыть %1</translation>
</message>
@@ -902,8 +975,8 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="editexecutablesdialog.cpp" line="175"/>
- <source>Really remove "%1" from executables?</source>
- <translation>Действительно удалить "%1" исполняемых?</translation>
+ <source>Really remove &quot;%1&quot; from executables?</source>
+ <translation>Действительно удалить &quot;%1&quot; исполняемых?</translation>
</message>
<message>
<location filename="editexecutablesdialog.cpp" line="200"/>
@@ -914,7 +987,7 @@ Right now the only case I know of where this needs to be overwritten is for the
<location filename="editexecutablesdialog.cpp" line="230"/>
<location filename="editexecutablesdialog.cpp" line="278"/>
<source>Save Changes?</source>
- <translation type="unfinished">Сохранить изменения?</translation>
+ <translation>Сохранить изменения?</translation>
</message>
<message>
<location filename="editexecutablesdialog.cpp" line="231"/>
@@ -994,8 +1067,8 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="81"/>
- <source>&lt;a href="#"&gt;Link&lt;/a&gt;</source>
- <translation>&lt;a href="#"&gt;Ссылка&lt;/a&gt;</translation>
+ <source>&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;</source>
+ <translation>&lt;a href=&quot;#&quot;&gt;Ссылка&lt;/a&gt;</translation>
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="160"/>
@@ -1042,7 +1115,7 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="installdialog.ui" line="56"/>
- <source>Pick a name for the mod. This is also used as a directory name, so please don't use characters that are illegal in file names.</source>
+ <source>Pick a name for the mod. This is also used as a directory name, so please don&apos;t use characters that are illegal in file names.</source>
<translation>Выбери имя для мода. Это также используется в качестве имени каталога, поэтому, пожалуйста, не используйте символы, которые запрещены в именах файлов.</translation>
</message>
<message>
@@ -1057,16 +1130,16 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="installdialog.ui" line="78"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This displays the content of the archive. &amp;lt;data&amp;gt; represents the base directory which will map to the game's data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;amp;drop&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This displays the content of the archive. &amp;lt;data&amp;gt; represents the base directory which will map to the game&apos;s data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;amp;drop&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Отображает содержимое архива. &amp;lt;data&amp;gt; представляет базовый каталог, данные в котором будут сопоставлены с данными каталога игры. Вы можете изменить базовый каталог нажатием правой кнопки мыши, через контекстное меню, а также можете перемещаться по файлам при помощи перетаскивания.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Отображает содержимое архива. &amp;lt;data&amp;gt; представляет базовый каталог, данные в котором будут сопоставлены с данными каталога игры. Вы можете изменить базовый каталог нажатием правой кнопки мыши, через контекстное меню, а также можете перемещаться по файлам при помощи перетаскивания.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="installdialog.ui" line="121"/>
@@ -1081,15 +1154,15 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="installdialog.ui" line="148"/>
<source>Cancel</source>
- <translation type="unfinished">Отмена</translation>
+ <translation>Отмена</translation>
</message>
</context>
<context>
<name>InstallationManager</name>
<message>
<location filename="installationmanager.cpp" line="76"/>
- <source>archive.dll not loaded: "%1"</source>
- <translation>archive.dll не загружен: "%1"</translation>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation>archive.dll не загружен: &quot;%1&quot;</translation>
</message>
<message>
<location filename="installationmanager.cpp" line="98"/>
@@ -1104,87 +1177,87 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="installationmanager.cpp" line="164"/>
<location filename="installationmanager.cpp" line="248"/>
- <location filename="installationmanager.cpp" line="529"/>
+ <location filename="installationmanager.cpp" line="532"/>
<source>Extracting files</source>
<translation>Извлечение файлов</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="439"/>
+ <location filename="installationmanager.cpp" line="441"/>
<source>failed to create backup</source>
<translation>не удалось создать резервную копию</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="448"/>
+ <location filename="installationmanager.cpp" line="450"/>
<source>Mod Name</source>
<translation>Имя мода</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="448"/>
+ <location filename="installationmanager.cpp" line="450"/>
<source>Name</source>
- <translation type="unfinished">Имя</translation>
+ <translation>Имя</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="501"/>
+ <location filename="installationmanager.cpp" line="503"/>
<source>Invalid name</source>
<translation>Недопустимое имя</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="502"/>
+ <location filename="installationmanager.cpp" line="504"/>
<source>The name you entered is invalid, please enter a different one.</source>
<translation>Введенное вами имя недопустимо, пожалуйста введите другое.</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="609"/>
- <source>File format "%1" not supported</source>
- <translation>Формат файла "%1" не поддерживается</translation>
+ <location filename="installationmanager.cpp" line="612"/>
+ <source>File format &quot;%1&quot; not supported</source>
+ <translation>Формат файла &quot;%1&quot; не поддерживается</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="735"/>
+ <location filename="installationmanager.cpp" line="745"/>
<source>None of the available installer plugins were able to handle that archive</source>
<translation>Не один из доступных плагинов-установщиков не смог просмотреть этот архив</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="745"/>
+ <location filename="installationmanager.cpp" line="755"/>
<source>no error</source>
<translation>ошибки отсутствуют</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="748"/>
+ <location filename="installationmanager.cpp" line="758"/>
<source>7z.dll not found</source>
<translation>7z.dll не найден</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="751"/>
- <source>7z.dll isn't valid</source>
+ <location filename="installationmanager.cpp" line="761"/>
+ <source>7z.dll isn&apos;t valid</source>
<translation>7z.dll поврежден</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="754"/>
+ <location filename="installationmanager.cpp" line="764"/>
<source>archive not found</source>
<translation>архив не найден</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="757"/>
+ <location filename="installationmanager.cpp" line="767"/>
<source>failed to open archive</source>
<translation>не удалось открыть архив</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="760"/>
+ <location filename="installationmanager.cpp" line="770"/>
<source>unsupported archive type</source>
<translation>не поддерживаемый тип архива</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="763"/>
+ <location filename="installationmanager.cpp" line="773"/>
<source>internal library error</source>
<translation>внутренняя ошибка библиотеки</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="766"/>
+ <location filename="installationmanager.cpp" line="776"/>
<source>archive invalid</source>
<translation>архив поврежден</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="770"/>
+ <location filename="installationmanager.cpp" line="780"/>
<source>unknown archive error</source>
<translation>неизвестная ошибка архива</translation>
</message>
@@ -1198,7 +1271,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="lockeddialog.ui" line="20"/>
- <source>This dialog should disappear automatically if the application/game is done. Click unlock if it didn't.</source>
+ <source>This dialog should disappear automatically if the application/game is done. Click unlock if it didn&apos;t.</source>
<translation>Этот диалог должен закрыться автоматически если игра/приложение запущены. Нажмите разблокировать, если этого не произошло.</translation>
</message>
<message>
@@ -1215,7 +1288,7 @@ p, li { white-space: pre-wrap; }
<context>
<name>LogBuffer</name>
<message>
- <location filename="logbuffer.cpp" line="73"/>
+ <location filename="logbuffer.cpp" line="83"/>
<source>failed to write log to %1: %2</source>
<translation>не удалось произвести запись в журнал %1: %2</translation>
</message>
@@ -1223,12 +1296,12 @@ p, li { white-space: pre-wrap; }
<context>
<name>MOApplication</name>
<message>
- <location filename="moapplication.cpp" line="68"/>
+ <location filename="moapplication.cpp" line="115"/>
<source>an error occured: %1</source>
<translation>произошла ошибка: %1</translation>
</message>
<message>
- <location filename="moapplication.cpp" line="73"/>
+ <location filename="moapplication.cpp" line="120"/>
<source>an error occured</source>
<translation>произошла ошибка</translation>
</message>
@@ -1236,424 +1309,461 @@ p, li { white-space: pre-wrap; }
<context>
<name>MainWindow</name>
<message>
- <location filename="mainwindow.ui" line="51"/>
- <location filename="mainwindow.ui" line="392"/>
+ <location filename="mainwindow.ui" line="43"/>
+ <location filename="mainwindow.ui" line="482"/>
<source>Categories</source>
- <translation type="unfinished">Категории</translation>
+ <translation>Категории</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="97"/>
+ <source>Click blank area to deselect</source>
+ <translation>Для отмены выбора нажмите на свободное место</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="128"/>
+ <location filename="mainwindow.ui" line="116"/>
+ <source>If checked, only mods that match all selected categories are displayed.</source>
+ <translation>Если выбрано, будут отображены только моды, совпадающие с выбранными категориями.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="119"/>
+ <source>And</source>
+ <translation>И</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="129"/>
+ <source>If checked, all mods that match at least one of the selected categories are displayed.</source>
+ <translation>Если выбрано, будут отображены все моды, совпадающие по крайней мере с одной из выбранных категорий.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="132"/>
+ <source>Or</source>
+ <translation>Или</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="171"/>
<source>Profile</source>
<translation>Профиль</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="138"/>
+ <location filename="mainwindow.ui" line="181"/>
<source>Pick a module collection</source>
<translation>Выберете набор модулей</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="141"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="184"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Please note that right now your esp load order is not kept seperate for different profiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Please note that right now your esp load order is not kept seperate for different profiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Создать профили здесь. Каждый профиль включает свой собственный список активных модов и esp. Таким образом, вы можете быстро переключаться между установками для различных прохождений игры.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Обратите внимание, что порядок загрузки esp одинаков для всех профилей.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Создать профили здесь. Каждый профиль включает свой собственный список активных модов и esp. Таким образом, вы можете быстро переключаться между установками для различных прохождений игры.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Обратите внимание, что порядок загрузки esp одинаков для всех профилей.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="159"/>
- <source>Refresh list</source>
- <translation>Обновить список</translation>
+ <location filename="mainwindow.ui" line="215"/>
+ <source>Open list options...</source>
+ <translation>Открыть список вариантов...</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="162"/>
+ <location filename="mainwindow.ui" line="218"/>
<source>Refresh list. This is usually not necessary unless you modified data outside the program.</source>
<translation>Обновить список. Обычно в этом нет необходимости, пока вы не измените данные вне программы.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="278"/>
+ <location filename="mainwindow.ui" line="238"/>
+ <location filename="mainwindow.ui" line="739"/>
+ <source>Restore Backup...</source>
+ <translation>Восстановить из резервной копии...</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="252"/>
+ <location filename="mainwindow.ui" line="759"/>
+ <source>Create Backup</source>
+ <translation>Создать резервную копию</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="368"/>
<source>List of available mods.</source>
<translation>Список доступных модов.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="281"/>
- <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag &amp; drop mods to change their "installation" orders.</source>
+ <location filename="mainwindow.ui" line="371"/>
+ <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag &amp; drop mods to change their &quot;installation&quot; orders.</source>
<translation>Это список установленных модов. Используйте флажки, для включения/отключения модов и перетаскивание модов, для изменения их порядка установки.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="366"/>
+ <location filename="mainwindow.ui" line="456"/>
<source>Filter</source>
<translation>Фильтр</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="387"/>
+ <location filename="mainwindow.ui" line="477"/>
<source>No groups</source>
<translation>Без группировки</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="397"/>
+ <location filename="mainwindow.ui" line="487"/>
<source>Nexus IDs</source>
<translation>Nexus IDs</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="405"/>
- <location filename="mainwindow.ui" line="724"/>
- <location filename="mainwindow.ui" line="1046"/>
+ <location filename="mainwindow.ui" line="495"/>
+ <location filename="mainwindow.ui" line="876"/>
+ <location filename="mainwindow.ui" line="1220"/>
<source>Namefilter</source>
<translation>Фильтр по имени</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="440"/>
+ <location filename="mainwindow.ui" line="530"/>
<source>Pick a program to run.</source>
<translation>Выберете программу для запуска.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="443"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="533"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Choose the program to run. Once you start using ModOrganizer, you should always run your game and tools from here or through shortcuts created here, otherwise mods installed through MO will not be visible.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;You can add new Tools to this list, but I can't promise tools I haven't tested will work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Choose the program to run. Once you start using ModOrganizer, you should always run your game and tools from here or through shortcuts created here, otherwise mods installed through MO will not be visible.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You can add new Tools to this list, but I can&apos;t promise tools I haven&apos;t tested will work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Выберете программу для запуска. Как только вы начинаете использовать ModOrganizer, вы всегда должны запускать игры и инструменты из него или через созданные в нем ярлыки, в противном случае, установленные через MO моды отображаться не будут.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Вы можете добавить новые инструменты в этот список, но работоспособность их всех не гарантированна.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Выберете программу для запуска. Как только вы начинаете использовать ModOrganizer, вы всегда должны запускать игры и инструменты из него или через созданные в нем ярлыки, в противном случае, установленные через MO моды отображаться не будут.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Вы можете добавить новые инструменты в этот список, но работоспособность их всех не гарантированна.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="491"/>
+ <location filename="mainwindow.ui" line="581"/>
<source>Run program</source>
<translation>Запустить программу</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="494"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="584"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Run the selected program with ModOrganizer enabled.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Run the selected program with ModOrganizer enabled.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Запустить выбранную программу с поддержкой ModOrganizer.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Запустить выбранную программу с поддержкой ModOrganizer.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="504"/>
+ <location filename="mainwindow.ui" line="594"/>
<source>Run</source>
<translation>Запустить</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="545"/>
+ <location filename="mainwindow.ui" line="635"/>
<source>Create a shortcut in your start menu or on the desktop to the specified program</source>
<translation>Создать ярлык для выбранной программы, в меню Пуск или на рабочем столе.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="548"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="638"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This creates a start menu shortcut that directly starts the selected program with the MO active.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This creates a start menu shortcut that directly starts the selected program with the MO active.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Создает ярлык в меню Пуск, который запускает выбранную программу с активным MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Создает ярлык в меню Пуск, который запускает выбранную программу с активным MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="555"/>
+ <location filename="mainwindow.ui" line="645"/>
<source>Shortcut</source>
<translation>Ярлык</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="605"/>
+ <location filename="mainwindow.ui" line="695"/>
<source>Plugins</source>
<translation>Плагины</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="669"/>
+ <location filename="mainwindow.ui" line="715"/>
+ <source>Sort</source>
+ <translation>Сортировать</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="821"/>
<source>List of available esp/esm files</source>
<translation>Список доступных esp/esm файлов</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="672"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="824"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.&lt;br /&gt;There is a great tool named &amp;quot;BOSS&amp;quot; to automatically sort these files.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.&lt;br /&gt;There is a great tool named &amp;quot;BOSS&amp;quot; to automatically sort these files.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Этот список содержит esp и esm файлы активных модов. Для них требуется определенный порядок загрузки. Используйте перетаскивание для изменения порядка загрузки. Обратите внимание, что MO сохранит порядок загрузки только для активными/проверенных модов.&lt;br /&gt;Существует замечательная утилита, называющаяся &amp;quot;BOSS&amp;quot; , которая автоматически сортирует эти файлы.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Этот список содержит esp и esm файлы активных модов. Для них требуется определенный порядок загрузки. Используйте перетаскивание для изменения порядка загрузки. Обратите внимание, что MO сохранит порядок загрузки только для активными/проверенных модов.&lt;br /&gt;Существует замечательная утилита, называющаяся &amp;quot;BOSS&amp;quot; , которая автоматически сортирует эти файлы.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="731"/>
- <source>Sort</source>
- <translation>Сортировать</translation>
- </message>
- <message>
- <location filename="mainwindow.ui" line="741"/>
+ <location filename="mainwindow.ui" line="886"/>
<source>Archives</source>
<translation>Архивы</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="762"/>
+ <location filename="mainwindow.ui" line="916"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;BSAs are bundles of game assets (textures, scripts, ...). By default, the engine loads these bundles in a separate step from loose files. MO can manage those archives to align their load order with that of loose files:&lt;/p&gt;&lt;p&gt;If archives are &lt;span style=&quot; font-weight:600;&quot;&gt;managed&lt;/span&gt;, their load order is specified by the priority of the corresponding mod (left pane), the same as the loose files. You can manually enable any BSA that has no corresponding plugin active.&lt;br/&gt;&lt;/p&gt;&lt;p&gt;If archives are &lt;span style=&quot; font-weight:600;&quot;&gt;not managed&lt;/span&gt; their load order is specified by the priority of the corresponding plugin (right pane, plugins tab). You can then not manually enable BSAs where the plugin isn&apos;t active.&lt;/p&gt;&lt;p&gt;In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;BSA это пакет ресурсов игры (textures, scripts, ...). По умолчанию движок грузит эти пакеты отдельно от свободных файлов. MO может управлять этими архивами, чтобы совместить их порядок загрузки этими свободными файлами:&lt;/p&gt;&lt;p&gt;Если архивы &lt;span style=&quot; font-weight:600;&quot;&gt;управляются&lt;/span&gt;, их порядок загрузки определяется приоритетом соответствующего мода (левая панель), также, как и свободные файлы. Вы можете вручную подключить любой BSA, который не имеет соответствующего активного плагина.&lt;br/&gt;&lt;/p&gt;&lt;p&gt;Если архивы &lt;span style=&quot; font-weight:600;&quot;&gt;не управляются/span&gt;, их порядок загрузки определяется соответствующим активным файлом мода (правая панель, вкладка плагинов). В таком случае вы не сможете вручную подключить BSA, для которых нет активного плагина.&lt;/p&gt;&lt;p&gt;В обоих вариантах вы не сможете отключить архивы имеющие соответствующий активный плагин, игра все равно загрузит их.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="919"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Have MO manage archives (&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;read more&lt;/span&gt;&lt;/a&gt;)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Не имеет управляемых в MO архивов(&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;читать далее&lt;/span&gt;&lt;/a&gt;)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="934"/>
<source>List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order.</source>
<translation>Список доступных BSA. Они не отмечены здесь, не управляются с помощью MO и игнорируют порядок установки.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="765"/>
- <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they "compete" with loose files in your data directory over which is loaded.
+ <location filename="mainwindow.ui" line="937"/>
+ <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they &quot;compete&quot; with loose files in your data directory over which is loaded.
By default, BSAs that share their base name with an enabled ESP (i.e. plugin.esp and plugin.bsa) are automatically loaded and will have precedence over all loose files, the installation order you set up to the left is then ignored!
BSAs checked here are loaded in such a way that your installation order is obeyed properly.</source>
- <translation>BSA файлы - архивы (сопоставимы с файлами .zip) которые содержат используемые игрой данные (meshes, textures, ...). Как таковые они "конкурируют" с отдельными файлами в папке Data, поверх которых загружены.
+ <translation>BSA файлы - архивы (сопоставимы с файлами .zip) которые содержат используемые игрой данные (meshes, textures, ...). Как таковые они &quot;конкурируют&quot; с отдельными файлами в папке Data, поверх которых загружены.
По умолчанию, BSA, у которых имя совпадает с именем ESP (т.е. plugin.esp и plugin.bsa) будут автоматически загружены и будут иметь приоритет над всеми отдельными файлами и установленный вами слева порядок установки будет проигнорирован!
BSA, отмеченные здесь, загружаются так, чтобы порядок установки соблюдался должным образом.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="811"/>
- <location filename="mainwindow.ui" line="880"/>
+ <location filename="mainwindow.ui" line="983"/>
+ <location filename="mainwindow.ui" line="1042"/>
<source>File</source>
- <translation type="unfinished">Файл</translation>
- </message>
- <message>
- <location filename="mainwindow.ui" line="819"/>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Marked Archives (&lt;img src=":/MO/gui/warning_16"/&gt;) are still loaded on Skyrim but the &lt;a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"&gt;&lt;span style=" text-decoration: underline; color:#0000ff;"&gt;regular file override&lt;/span&gt;&lt;/a&gt; mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Помеченные архивы (&lt;img src=":/MO/gui/warning_16"/&gt;) всё ещё загружаются в Skyrim, но был применён&lt;a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"&gt;&lt;span style=" text-decoration: underline; color:#0000ff;"&gt;стандартный механизм перезаписи файлов&lt;/span&gt;&lt;/a&gt;: отдельные файлы перезаписывают файлы в BSA, вне зависимости от приоритета мода/плагина.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>Файл</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="830"/>
+ <location filename="mainwindow.ui" line="992"/>
<source>Data</source>
<translation>Данные</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="848"/>
+ <location filename="mainwindow.ui" line="1010"/>
<source>refresh data-directory overview</source>
<translation>обновить обзор каталога Data</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="851"/>
+ <location filename="mainwindow.ui" line="1013"/>
<source>Refresh the overview. This may take a moment.</source>
<translation>Обновление обзора. Это может занять некоторое время.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="854"/>
- <location filename="mainwindow.cpp" line="3781"/>
- <location filename="mainwindow.cpp" line="4604"/>
+ <location filename="mainwindow.ui" line="1016"/>
+ <location filename="mainwindow.cpp" line="3858"/>
+ <location filename="mainwindow.cpp" line="4738"/>
<source>Refresh</source>
<translation>Обновить</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="870"/>
+ <location filename="mainwindow.ui" line="1032"/>
<source>This is an overview of your data directory as visible to the game (and tools). </source>
<translation>Это обзор вашего каталога данных так, как он будет видим игре (и инструментам). </translation>
</message>
<message>
- <location filename="mainwindow.ui" line="885"/>
+ <location filename="mainwindow.ui" line="1047"/>
<source>Mod</source>
- <translation type="unfinished">Мод</translation>
+ <translation>Мод</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="895"/>
- <location filename="mainwindow.ui" line="898"/>
+ <location filename="mainwindow.ui" line="1057"/>
+ <location filename="mainwindow.ui" line="1060"/>
<source>Filter the above list so that only conflicts are displayed.</source>
<translation>Отфильтровать вышеприведенный список так, чтобы отображались только конфликты.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="901"/>
+ <location filename="mainwindow.ui" line="1063"/>
<source>Show only conflicts</source>
<translation>Показать только конфликты</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="909"/>
+ <location filename="mainwindow.ui" line="1071"/>
<source>Saves</source>
<translation>Сохранения</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="933"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="1095"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a list of all savegames for this game. Hover over a list entry to get detailed information about the save including a list of esps/esms that were used at the time this save was created but aren't active now.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you click &amp;quot;Fix Mods...&amp;quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a list of all savegames for this game. Hover over a list entry to get detailed information about the save including a list of esps/esms that were used at the time this save was created but aren't active now.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you click &amp;quot;Fix Mods...&amp;quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Список всех сохранений игры. Наведите указатель мыши на элемент списка, чтобы получить подробную информацию о сохранении, включающем список esp/esm, которые использовались во время создания сохранения, но не активны в настоящее время.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Если вы выберете в контекстном меню пункт &amp;quot;Исправить моды...&amp;quot;, MO попытается подключить все моды и esp, чтобы исправить эти отсутствующие esp. Это ничего не отключит!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Список всех сохранений игры. Наведите указатель мыши на элемент списка, чтобы получить подробную информацию о сохранении, включающем список esp/esm, которые использовались во время создания сохранения, но не активны в настоящее время.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Если вы выберете в контекстном меню пункт &amp;quot;Исправить моды...&amp;quot;, MO попытается подключить все моды и esp, чтобы исправить эти отсутствующие esp. Это ничего не отключит!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="947"/>
+ <location filename="mainwindow.ui" line="1115"/>
<source>Downloads</source>
<translation>Загрузки</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="979"/>
+ <location filename="mainwindow.ui" line="1147"/>
<source>This is a list of mods you downloaded from Nexus. Double click one to install it.</source>
<translation>Список модов, загруженных с Nexus. Двойной клик для установки.</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1032"/>
- <source>Compact</source>
- <translation>Компактно</translation>
- </message>
- <message>
- <location filename="mainwindow.ui" line="1039"/>
+ <location filename="mainwindow.ui" line="1200"/>
<source>Show Hidden</source>
<translation>Показывать скрытые</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1070"/>
+ <location filename="mainwindow.ui" line="1262"/>
<source>Tool Bar</source>
<translation>Панель инструментов</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1112"/>
+ <location filename="mainwindow.ui" line="1304"/>
<source>Install Mod</source>
<translation>Установить мод</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1115"/>
+ <location filename="mainwindow.ui" line="1307"/>
<source>Install &amp;Mod</source>
<translation>Установить &amp;мод</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1118"/>
+ <location filename="mainwindow.ui" line="1310"/>
<source>Install a new mod from an archive</source>
<translation>Установить новый мод из архива</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1121"/>
+ <location filename="mainwindow.ui" line="1313"/>
<source>Ctrl+M</source>
<translation>Ctrl+M</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1130"/>
+ <location filename="mainwindow.ui" line="1322"/>
<source>Profiles</source>
<translation>Профили</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1133"/>
+ <location filename="mainwindow.ui" line="1325"/>
<source>&amp;Profiles</source>
<translation>&amp;Профили</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1136"/>
+ <location filename="mainwindow.ui" line="1328"/>
<source>Configure Profiles</source>
<translation>Настройка профилей</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1139"/>
+ <location filename="mainwindow.ui" line="1331"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1148"/>
+ <location filename="mainwindow.ui" line="1340"/>
<source>Executables</source>
<translation>Программы</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1151"/>
+ <location filename="mainwindow.ui" line="1343"/>
<source>&amp;Executables</source>
<translation>&amp;Программы</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1154"/>
+ <location filename="mainwindow.ui" line="1346"/>
<source>Configure the executables that can be started through Mod Organizer</source>
<translation>Настройка программ, которые могут быть запущены через Mod Organizer</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1157"/>
+ <location filename="mainwindow.ui" line="1349"/>
<source>Ctrl+E</source>
<translation>Ctrl+E</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1166"/>
- <location filename="mainwindow.ui" line="1172"/>
+ <location filename="mainwindow.ui" line="1358"/>
+ <location filename="mainwindow.ui" line="1364"/>
<source>Tools</source>
<translation>Инструменты</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1169"/>
+ <location filename="mainwindow.ui" line="1361"/>
<source>&amp;Tools</source>
<translation>&amp;Инструменты</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1175"/>
+ <location filename="mainwindow.ui" line="1367"/>
<source>Ctrl+I</source>
<translation>Ctrl+I</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1184"/>
+ <location filename="mainwindow.ui" line="1376"/>
<source>Settings</source>
<translation>Настройки</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1187"/>
+ <location filename="mainwindow.ui" line="1379"/>
<source>&amp;Settings</source>
<translation>&amp;Настройки</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1190"/>
+ <location filename="mainwindow.ui" line="1382"/>
<source>Configure settings and workarounds</source>
<translation>Настройка параметров и способов обхода</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1193"/>
+ <location filename="mainwindow.ui" line="1385"/>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1202"/>
+ <location filename="mainwindow.ui" line="1394"/>
<source>Nexus</source>
<translation>Nexus</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1205"/>
+ <location filename="mainwindow.ui" line="1397"/>
<source>Search nexus network for more mods</source>
<translation>Поиск дополнительных модов на Nexus</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1208"/>
+ <location filename="mainwindow.ui" line="1400"/>
<source>Ctrl+N</source>
<translation>Ctrl+N</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1220"/>
- <location filename="mainwindow.cpp" line="4545"/>
+ <location filename="mainwindow.ui" line="1412"/>
+ <location filename="mainwindow.cpp" line="4679"/>
<source>Update</source>
<translation>Обновление</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1223"/>
+ <location filename="mainwindow.ui" line="1415"/>
<source>Mod Organizer is up-to-date</source>
<translation>Mod Organizer обновлен</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1235"/>
- <location filename="mainwindow.cpp" line="509"/>
+ <location filename="mainwindow.ui" line="1427"/>
+ <location filename="mainwindow.cpp" line="573"/>
<source>No Problems</source>
<translation>Проблем не обнаружено</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1238"/>
+ <location filename="mainwindow.ui" line="1430"/>
<source>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them.
!Work in progress!
@@ -1664,949 +1774,1102 @@ Right now this has very limited functionality</source>
Прямо сейчас этот функционал сильно ограничен</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1250"/>
- <location filename="mainwindow.ui" line="1253"/>
+ <location filename="mainwindow.ui" line="1442"/>
+ <location filename="mainwindow.ui" line="1445"/>
<source>Help</source>
<translation>Справка</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1256"/>
+ <location filename="mainwindow.ui" line="1448"/>
<source>Ctrl+H</source>
<translation>Ctrl+H</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1265"/>
+ <location filename="mainwindow.ui" line="1457"/>
<source>Endorse MO</source>
<translation>Одобрить MO</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1268"/>
- <location filename="mainwindow.cpp" line="4633"/>
+ <location filename="mainwindow.ui" line="1460"/>
+ <location filename="mainwindow.cpp" line="4761"/>
<source>Endorse Mod Organizer</source>
<translation>Одобрить Mod Organizer</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="223"/>
+ <location filename="mainwindow.ui" line="1465"/>
+ <source>Copy Log to Clipboard</source>
+ <translation>Копировать лог в буфер обмена</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="1468"/>
+ <source>Ctrl+C</source>
+ <translation>Ctrl+C</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="255"/>
<source>Toolbar</source>
<translation>Панель инструментов</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="224"/>
+ <location filename="mainwindow.cpp" line="256"/>
<source>Desktop</source>
<translation>Рабочий стол</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="225"/>
+ <location filename="mainwindow.cpp" line="257"/>
<source>Start Menu</source>
<translation>Меню Пуск</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="505"/>
+ <location filename="mainwindow.cpp" line="561"/>
<source>Problems</source>
<translation>Проблемы</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="506"/>
+ <location filename="mainwindow.cpp" line="562"/>
<source>There are potential problems with your setup</source>
<translation>Есть возможные проблемы с вашей установкой</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="510"/>
+ <location filename="mainwindow.cpp" line="574"/>
<source>Everything seems to be in order</source>
<translation>Кажется всё в порядке</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="568"/>
+ <location filename="mainwindow.cpp" line="635"/>
<source>Help on UI</source>
<translation>Справка по интерфейсу</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="572"/>
+ <location filename="mainwindow.cpp" line="639"/>
<source>Documentation Wiki</source>
<translation>Wiki-документация</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="576"/>
+ <location filename="mainwindow.cpp" line="643"/>
<source>Report Issue</source>
<translation>Сообщить о проблеме</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="580"/>
+ <location filename="mainwindow.cpp" line="647"/>
<source>Tutorials</source>
<translation>Уроки</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="619"/>
+ <location filename="mainwindow.cpp" line="686"/>
<source>About</source>
<translation>О программе</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="620"/>
+ <location filename="mainwindow.cpp" line="687"/>
<source>About Qt</source>
<translation>О библиотеке Qt</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="705"/>
+ <location filename="mainwindow.cpp" line="782"/>
<source>failed to save load order: %1</source>
<translation>не удалось сохранить порядок загрузки: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="717"/>
+ <location filename="mainwindow.cpp" line="793"/>
<source>Name</source>
- <translation type="unfinished">Имя</translation>
+ <translation>Имя</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="718"/>
+ <location filename="mainwindow.cpp" line="794"/>
<source>Please enter a name for the new profile</source>
<translation>Введите имя нового профиля</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="726"/>
+ <location filename="mainwindow.cpp" line="802"/>
<source>failed to create profile: %1</source>
<translation>не удалось создать профиль: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="769"/>
+ <location filename="mainwindow.cpp" line="843"/>
<source>Show tutorial?</source>
<translation>Показать урок?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="770"/>
- <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the "Help"-menu.</source>
- <translation>Вы запустили Mod Organizer в первый раз. Вы хотите просмотреть уроки по основным возможностям? В случае отказа вы всегда можете открыть уроки из меню "Помощь".</translation>
+ <location filename="mainwindow.cpp" line="844"/>
+ <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the &quot;Help&quot;-menu.</source>
+ <translation>Вы запустили Mod Organizer в первый раз. Вы хотите просмотреть уроки по основным возможностям? В случае отказа вы всегда можете открыть уроки из меню &quot;Помощь&quot;.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="801"/>
+ <location filename="mainwindow.cpp" line="875"/>
<source>Downloads in progress</source>
<translation>Загрузки в процессе</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="802"/>
+ <location filename="mainwindow.cpp" line="876"/>
<source>There are still downloads in progress, do you really want to quit?</source>
<translation>Загрузки всё ещё в процессе, вы правда хотите выйти?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="848"/>
+ <location filename="mainwindow.cpp" line="930"/>
<source>failed to read savegame: %1</source>
<translation>не удалось прочесть сохранение: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="972"/>
- <source>Plugin "%1" failed: %2</source>
- <translation>Плагин "%1" не удалось: %2</translation>
+ <location filename="mainwindow.cpp" line="1053"/>
+ <source>Plugin &quot;%1&quot; failed: %2</source>
+ <translation>Плагин &quot;%1&quot; не удалось: %2</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1055"/>
+ <source>Plugin &quot;%1&quot; failed</source>
+ <translation>Плагин &quot;%1&quot; не удалось</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1098"/>
+ <source>Download?</source>
+ <translation>Загрузить?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1099"/>
+ <source>A download has been started but no installed page plugin recognizes it.
+If you download anyway no information (i.e. version) will be associated with the download.
+Continue?</source>
+ <translation>Загрузка началась, но не была установлена страница плагина.
+Если вы все равно загрузите, то никакой информации (т.е. версия) не будет ассоциировано с загрузкой.
+Продолжить?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="974"/>
- <source>Plugin "%1" failed</source>
- <translation>Плагин "%1" не удалось</translation>
+ <location filename="mainwindow.cpp" line="1140"/>
+ <source>Browse Mod Page</source>
+ <translation>Смотреть страницу мода</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1047"/>
+ <location filename="mainwindow.cpp" line="1225"/>
<source>failed to init plugin %1: %2</source>
<translation>не удалось инициализировать плагин %1: %2</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1085"/>
+ <location filename="mainwindow.cpp" line="1263"/>
<source>Plugin error</source>
<translation>Ошибка плагина</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1086"/>
- <source>It appears the plugin "%1" failed to load last startup and caused MO to crash. Do you want to disable it?
+ <location filename="mainwindow.cpp" line="1264"/>
+ <source>It appears the plugin &quot;%1&quot; failed to load last startup and caused MO to crash. Do you want to disable it?
(Please note: If this is the first time you see this message for this plugin you may want to give it another try. The plugin may be able to recover from the problem)</source>
- <translation>Кажется, что при последнем запуске не удалось загрузить плагин "%1" и это привело к падению MO. Вы хотите отключить его?
+ <translation>Кажется, что при последнем запуске не удалось загрузить плагин &quot;%1&quot; и это привело к падению MO. Вы хотите отключить его?
(Замечание: Если это первый раз, когда вы видите такое сообщение для этого плагина, вероятно вы захотите сделать ещё одну попытка. Плагин может восстановиться после проблемы)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1270"/>
- <source>Failed to start "%1"</source>
- <translation>Не удалось запустить "%1"</translation>
+ <location filename="mainwindow.cpp" line="1323"/>
+ <source>Failed to start &quot;%1&quot;</source>
+ <translation>Не удалось запустить &quot;%1&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1272"/>
+ <location filename="mainwindow.cpp" line="1325"/>
<source>Waiting</source>
<translation>Ожидание</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1272"/>
- <source>Please press OK once you're logged into steam.</source>
+ <location filename="mainwindow.cpp" line="1325"/>
+ <source>Please press OK once you&apos;re logged into steam.</source>
<translation>Нажмите OK как только вы войдете в Steam.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1298"/>
+ <location filename="mainwindow.cpp" line="1337"/>
+ <source>Executable &quot;%1&quot; not found</source>
+ <translation>Исполняемый файл &quot;%1&quot; не найден</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1351"/>
<source>Start Steam?</source>
<translation>Запустить Steam?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1299"/>
+ <location filename="mainwindow.cpp" line="1352"/>
<source>Steam is required to be running already to correctly start the game. Should MO try to start steam now?</source>
<translation>Требуется запущенный Steam, для корректного запуска игры. Должен ли MO попытаться запустить Steam сейчас?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1526"/>
+ <location filename="mainwindow.cpp" line="1572"/>
<source>Also in: &lt;br&gt;</source>
<translation>Также в: &lt;br&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1537"/>
+ <location filename="mainwindow.cpp" line="1583"/>
<source>No conflict</source>
<translation>Конфликтов нет</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1692"/>
+ <location filename="mainwindow.cpp" line="1752"/>
<source>&lt;Edit...&gt;</source>
<translation>&lt;Правка...&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1929"/>
- <source>This bsa is enabled in the ini file so it may be required!</source>
- <translation>Этот bsa подключен через ini, так что он может быть необходим!</translation>
+ <location filename="mainwindow.cpp" line="1849"/>
+ <source>Failed to refresh list of esps: %1</source>
+ <translation>Не удалось обновить список esp: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1936"/>
- <source>This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order!</source>
- <translation>Этот архив все равно будет загружен, так как есть плагин с одноименным названием, но его файлы не будут следовать порядку установки!</translation>
+ <location filename="mainwindow.cpp" line="2025"/>
+ <source>This bsa is enabled in the ini file so it may be required!</source>
+ <translation>Этот bsa подключен через ini, так что он может быть необходим!</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1991"/>
+ <location filename="mainwindow.cpp" line="2087"/>
<source>Activating Network Proxy</source>
<translation>Подключение сетевого прокси</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2122"/>
- <location filename="mainwindow.cpp" line="4248"/>
- <source>Installation successful</source>
- <translation>Установка завершена</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="2133"/>
- <location filename="mainwindow.cpp" line="4261"/>
- <source>Configure Mod</source>
- <translation>Настройка мода</translation>
+ <location filename="mainwindow.cpp" line="2201"/>
+ <location filename="mainwindow.cpp" line="2208"/>
+ <source>Failed to write settings</source>
+ <translation>Не удалось записать настройки</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2134"/>
- <location filename="mainwindow.cpp" line="4262"/>
- <source>This mod contains ini tweaks. Do you want to configure them now?</source>
- <translation>Этот мод включает настройки ini. Вы хотите настроить их сейчас?</translation>
+ <location filename="mainwindow.cpp" line="2202"/>
+ <location filename="mainwindow.cpp" line="2209"/>
+ <source>An error occured trying to write back MO settings: %1</source>
+ <translation>Ошибка при попытке записать обратно настройки MO: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2140"/>
- <location filename="mainwindow.cpp" line="4268"/>
- <source>mod "%1" not found</source>
- <translation>мод "%1" не найден</translation>
+ <location filename="mainwindow.cpp" line="2205"/>
+ <source>File is write protected</source>
+ <translation>Файл защищён от записи</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2143"/>
- <location filename="mainwindow.cpp" line="4274"/>
- <source>Installation cancelled</source>
- <translation>Установка отменена</translation>
+ <location filename="mainwindow.cpp" line="2206"/>
+ <source>Invalid file format (probably a bug)</source>
+ <translation>Неверный формат файла (возможно баг)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2143"/>
- <location filename="mainwindow.cpp" line="4274"/>
- <source>The mod was not installed completely.</source>
- <translation>Мод не был установлен полностью.</translation>
+ <location filename="mainwindow.cpp" line="2207"/>
+ <source>Unknown error %1</source>
+ <translation>Неизвестная ошибка %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2292"/>
+ <location filename="mainwindow.cpp" line="2254"/>
<source>Some plugins could not be loaded</source>
<translation>Некоторые плагины не могут быть загружены</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2295"/>
+ <location filename="mainwindow.cpp" line="2257"/>
<source>Too many esps and esms enabled</source>
<translation>Подключено слишком много esp и esm</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2298"/>
- <location filename="mainwindow.cpp" line="2319"/>
+ <location filename="mainwindow.cpp" line="2260"/>
+ <location filename="mainwindow.cpp" line="2281"/>
<source>Description missing</source>
<translation>Описание отсутствует</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2307"/>
+ <location filename="mainwindow.cpp" line="2269"/>
<source>The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version:</source>
<translation>Следующие плагины не могут быть загружены. Причина возможно в отсутствующих зависимостях (таких как python) или в устаревшей версии:</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2315"/>
- <source>The game doesn't allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href="http://wiki.step-project.com/Guide:Merging_Plugins"&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
- <translation>Игра не позволяет загрузить больше 255 активных плагинов (включая официальные). Вам нужно отключить некоторые ненужные плагины или объединить несколько небольших плагинов в один. Инструкция может быть найдена здесь: &lt;a href="http://wiki.step-project.com/Guide:Merging_Plugins"&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</translation>
+ <location filename="mainwindow.cpp" line="2277"/>
+ <source>The game doesn&apos;t allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href=&quot;http://wiki.step-project.com/Guide:Merging_Plugins&quot;&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
+ <translation>Игра не позволяет загрузить больше 255 активных плагинов (включая официальные). Вам нужно отключить некоторые ненужные плагины или объединить несколько небольших плагинов в один. Инструкция может быть найдена здесь: &lt;a href=&quot;http://wiki.step-project.com/Guide:Merging_Plugins&quot;&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2341"/>
+ <location filename="mainwindow.cpp" line="2303"/>
<source>Choose Mod</source>
<translation>Выберете мод</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2342"/>
+ <location filename="mainwindow.cpp" line="2304"/>
<source>Mod Archive</source>
<translation>Архив мода</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2495"/>
+ <location filename="mainwindow.cpp" line="2327"/>
+ <location filename="mainwindow.cpp" line="4382"/>
+ <source>Installation successful</source>
+ <translation>Установка завершена</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2338"/>
+ <location filename="mainwindow.cpp" line="4394"/>
+ <source>Configure Mod</source>
+ <translation>Настройка мода</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2339"/>
+ <location filename="mainwindow.cpp" line="4395"/>
+ <source>This mod contains ini tweaks. Do you want to configure them now?</source>
+ <translation>Этот мод включает настройки ini. Вы хотите настроить их сейчас?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2346"/>
+ <location filename="mainwindow.cpp" line="4402"/>
+ <source>mod &quot;%1&quot; not found</source>
+ <translation>мод &quot;%1&quot; не найден</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="4408"/>
+ <source>Installation cancelled</source>
+ <translation>Установка отменена</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="4408"/>
+ <source>The mod was not installed completely.</source>
+ <translation>Мод не был установлен полностью.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2558"/>
<source>Start Tutorial?</source>
<translation>Начать урок?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2496"/>
- <source>You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue?</source>
+ <location filename="mainwindow.cpp" line="2559"/>
+ <source>You&apos;re about to start a tutorial. For technical reasons it&apos;s not possible to end the tutorial early. Continue?</source>
<translation>Вы собираетесь открыть урок. По техническим причинам будет невозможно закончить его досрочно. Продолжить?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2651"/>
- <location filename="mainwindow.cpp" line="4171"/>
+ <location filename="mainwindow.cpp" line="2703"/>
+ <location filename="mainwindow.cpp" line="4307"/>
<source>Download started</source>
<translation>Загрузка начата</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2682"/>
+ <location filename="mainwindow.cpp" line="2764"/>
<source>failed to update mod list: %1</source>
<translation>не удалось обновить список модов: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2711"/>
+ <location filename="mainwindow.cpp" line="2808"/>
<source>failed to spawn notepad.exe: %1</source>
<translation>не удалось вызвать notepad.exe: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2752"/>
+ <location filename="mainwindow.cpp" line="2845"/>
<source>failed to open %1</source>
<translation>не удалось открыть %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2830"/>
+ <location filename="mainwindow.cpp" line="2920"/>
<source>failed to change origin name: %1</source>
<translation>не удалось изменить оригинальное имя: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1284"/>
- <source>Executable "%1" not found</source>
- <translation>Исполняемый файл "%1" не найден</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="1789"/>
- <source>Failed to refresh list of esps: %1</source>
- <translation>Не удалось обновить список esp: %1</translation>
+ <location filename="mainwindow.cpp" line="2950"/>
+ <source>failed to move &quot;%1&quot; from mod &quot;%2&quot; to &quot;%3&quot;: %4</source>
+ <translation>не удалось переместить &quot;%1&quot; из мода &quot;%2&quot; в &quot;%3&quot;: %4</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2860"/>
- <source>failed to move "%1" from mod "%2" to "%3": %4</source>
- <translation>не удалось переместить "%1" из мода "%2" в "%3": %4</translation>
+ <location filename="mainwindow.cpp" line="2973"/>
+ <source>&lt;Contains %1&gt;</source>
+ <translation>&lt;Содержит %1&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2909"/>
+ <location filename="mainwindow.cpp" line="3006"/>
<source>&lt;Checked&gt;</source>
<translation>&lt;Подключен&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2910"/>
+ <location filename="mainwindow.cpp" line="3007"/>
<source>&lt;Unchecked&gt;</source>
<translation>&lt;Отключен&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2911"/>
+ <location filename="mainwindow.cpp" line="3008"/>
<source>&lt;Update&gt;</source>
<translation>&lt;Обновлен&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2912"/>
+ <location filename="mainwindow.cpp" line="3009"/>
+ <source>&lt;Managed by MO&gt;</source>
+ <translation>&lt;Управляется в MO&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3010"/>
+ <source>&lt;Managed outside MO&gt;</source>
+ <translation>&lt;Управляется вне MO&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3011"/>
<source>&lt;No category&gt;</source>
<translation>&lt;Без категории&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2913"/>
+ <location filename="mainwindow.cpp" line="3012"/>
<source>&lt;Conflicted&gt;</source>
<translation>&lt;Конфликтует&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2914"/>
+ <location filename="mainwindow.cpp" line="3013"/>
<source>&lt;Not Endorsed&gt;</source>
<translation>&lt;Не одобрено&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2947"/>
+ <location filename="mainwindow.cpp" line="3051"/>
<source>failed to rename mod: %1</source>
<translation>не удалось переименовать мод: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2960"/>
+ <location filename="mainwindow.cpp" line="3064"/>
<source>Overwrite?</source>
<translation>Перезаписать?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2961"/>
- <source>This will replace the existing mod "%1". Continue?</source>
- <translation>Это заменит существующий мод "%1". Продолжить?</translation>
+ <location filename="mainwindow.cpp" line="3065"/>
+ <source>This will replace the existing mod &quot;%1&quot;. Continue?</source>
+ <translation>Это заменит существующий мод &quot;%1&quot;. Продолжить?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2964"/>
- <source>failed to remove mod "%1"</source>
- <translation>не удалось удалить мод "%1"</translation>
+ <location filename="mainwindow.cpp" line="3068"/>
+ <source>failed to remove mod &quot;%1&quot;</source>
+ <translation>не удалось удалить мод &quot;%1&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2968"/>
- <location filename="mainwindow.cpp" line="4446"/>
- <location filename="mainwindow.cpp" line="4470"/>
- <source>failed to rename "%1" to "%2"</source>
- <translation>не удалось переименовать "%1" в "%2"</translation>
+ <location filename="mainwindow.cpp" line="3072"/>
+ <location filename="mainwindow.cpp" line="4580"/>
+ <location filename="mainwindow.cpp" line="4604"/>
+ <source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
+ <translation>не удалось переименовать &quot;%1&quot; в &quot;%2&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2997"/>
- <source>Multiple esps activated, please check that they don't conflict.</source>
+ <location filename="mainwindow.cpp" line="3097"/>
+ <source>Multiple esps activated, please check that they don&apos;t conflict.</source>
<translation>Подключено несколько esp, выберете из них не конфликтующие.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3024"/>
- <location filename="mainwindow.cpp" line="3687"/>
- <location filename="mainwindow.cpp" line="3695"/>
- <location filename="mainwindow.cpp" line="3902"/>
+ <location filename="mainwindow.cpp" line="3146"/>
+ <location filename="mainwindow.cpp" line="3771"/>
+ <location filename="mainwindow.cpp" line="3779"/>
+ <location filename="mainwindow.cpp" line="4014"/>
<source>Confirm</source>
<translation>Подтверждение</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3025"/>
+ <location filename="mainwindow.cpp" line="3147"/>
<source>Remove the following mods?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</source>
<translation>Удалить следующие моды?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3036"/>
+ <location filename="mainwindow.cpp" line="3158"/>
<source>failed to remove mod: %1</source>
<translation>не удалось удалить мод: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3071"/>
- <location filename="mainwindow.cpp" line="3074"/>
+ <location filename="mainwindow.cpp" line="3193"/>
+ <location filename="mainwindow.cpp" line="3196"/>
<source>Failed</source>
<translation>Неудача</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3071"/>
+ <location filename="mainwindow.cpp" line="3193"/>
<source>Installation file no longer exists</source>
<translation>Установочный файл больше не существует</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3075"/>
- <source>Mods installed with old versions of MO can't be reinstalled in this way.</source>
+ <location filename="mainwindow.cpp" line="3197"/>
+ <source>Mods installed with old versions of MO can&apos;t be reinstalled in this way.</source>
<translation>Моды, установленные с использованием старых версий MO не могут быть переустановленны таким образом.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3090"/>
- <location filename="mainwindow.cpp" line="3117"/>
- <source>You need to be logged in with Nexus to endorse</source>
- <translation>Вы должны быть авторизированы на Nexus, чтобы одобрять.</translation>
+ <location filename="mainwindow.cpp" line="3212"/>
+ <source>You need to be logged in with Nexus to resume a download</source>
+ <translation>Вы должны быть авторизированы на Nexus, чтобы продолжить загрузку</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3249"/>
- <location filename="mainwindow.cpp" line="4882"/>
- <source>Extract BSA</source>
- <translation>Распаковать BSA</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="3250"/>
- <source>This mod contains at least one BSA. Do you want to unpack it?
-(This removes the BSA after completion. If you don't know about BSAs, just select no)</source>
- <translation>Этот мод включает как минимум один BSA. Вы хотите распаковать их?
-(Это удалит BSA после завершения. Если вы не знаете ничего о BSAs, просто откажитесь)</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="3259"/>
- <location filename="mainwindow.cpp" line="4839"/>
- <location filename="mainwindow.cpp" line="4890"/>
- <source>failed to read %1: %2</source>
- <translation>не удалось прочесть %1: %2</translation>
+ <location filename="mainwindow.cpp" line="3228"/>
+ <location filename="mainwindow.cpp" line="3255"/>
+ <source>You need to be logged in with Nexus to endorse</source>
+ <translation>Вы должны быть авторизированы на Nexus, чтобы одобрять.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3272"/>
- <location filename="mainwindow.cpp" line="4901"/>
- <source>This archive contains invalid hashes. Some files may be broken.</source>
- <translation>Архив содержит неверные хеш-суммы. Некоторые файлы могут быть испорчены.</translation>
+ <location filename="mainwindow.cpp" line="3289"/>
+ <source>Failed to display overwrite dialog: %1</source>
+ <translation>Ошибка при отображении диалогового окна перезаписи: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3306"/>
+ <location filename="mainwindow.cpp" line="3407"/>
<source>Nexus ID for this Mod is unknown</source>
<translation>Nexus ID для этого мода неизвестен</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3345"/>
- <location filename="mainwindow.cpp" line="3792"/>
+ <location filename="mainwindow.cpp" line="3446"/>
+ <location filename="mainwindow.cpp" line="3886"/>
<source>Create Mod...</source>
<translation>Создать мод...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3346"/>
+ <location filename="mainwindow.cpp" line="3447"/>
<source>This will move all files from overwrite into a new, regular mod.
Please enter a name:</source>
<translation>Это переместит все файлы из перезаписи в новый, стандартный мод.
Пожалуйста введите имя:</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3355"/>
+ <location filename="mainwindow.cpp" line="3456"/>
<source>A mod with this name already exists</source>
<translation>Мод с таким именем уже существует</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3613"/>
+ <location filename="mainwindow.cpp" line="3697"/>
<source>Continue?</source>
<translation>Продолжить?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3614"/>
+ <location filename="mainwindow.cpp" line="3698"/>
<source>The versioning scheme decides which version is considered newer than another.
This function will guess the versioning scheme under the assumption that the installed version is outdated.</source>
<translation>Схема управления версиями принимает решение, какая версия считается новее другой.
Функция может попробовать угадать схему управления версиями, при условии, что установленная версия является устаревшей.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3634"/>
- <location filename="mainwindow.cpp" line="4516"/>
+ <location filename="mainwindow.cpp" line="3718"/>
+ <location filename="mainwindow.cpp" line="4650"/>
<source>Sorry</source>
<translation>Извините</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3635"/>
- <source>I don't know a versioning scheme where %1 is newer than %2.</source>
+ <location filename="mainwindow.cpp" line="3719"/>
+ <source>I don&apos;t know a versioning scheme where %1 is newer than %2.</source>
<translation>Мне неизвестна схема управления версиями, где %1 новее %2.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3687"/>
+ <location filename="mainwindow.cpp" line="3771"/>
<source>Really enable all visible mods?</source>
<translation>Действительно подключить все видимые моды?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3695"/>
+ <location filename="mainwindow.cpp" line="3779"/>
<source>Really disable all visible mods?</source>
<translation>Действительно отключить все видимые моды?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3703"/>
+ <location filename="mainwindow.cpp" line="3787"/>
<source>Choose what to export</source>
<translation>Выберете, что экспортировать</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3705"/>
+ <location filename="mainwindow.cpp" line="3789"/>
<source>Everything</source>
<translation>Всё</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3705"/>
+ <location filename="mainwindow.cpp" line="3789"/>
<source>All installed mods are included in the list</source>
<translation>Все установленные моды, включенные в список</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3706"/>
+ <location filename="mainwindow.cpp" line="3790"/>
<source>Active Mods</source>
<translation>Активные моды</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3706"/>
+ <location filename="mainwindow.cpp" line="3790"/>
<source>Only active (checked) mods from your current profile are included</source>
<translation>Включены все активные (подключенные) моды вашего текущего профиля</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3707"/>
+ <location filename="mainwindow.cpp" line="3791"/>
<source>Visible</source>
<translation>Видимые</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3707"/>
+ <location filename="mainwindow.cpp" line="3791"/>
<source>All mods visible in the mod list are included</source>
<translation>Включены все моды, видимые в списке модов</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3750"/>
+ <location filename="mainwindow.cpp" line="3834"/>
<source>export failed: %1</source>
<translation>экспорт не удался: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3774"/>
+ <location filename="mainwindow.cpp" line="3851"/>
<source>Install Mod...</source>
<translation>Установить мод...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3776"/>
+ <location filename="mainwindow.cpp" line="3853"/>
<source>Enable all visible</source>
<translation>Включить все видимые</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3777"/>
+ <location filename="mainwindow.cpp" line="3854"/>
<source>Disable all visible</source>
<translation>Отключить все видимые</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3779"/>
+ <location filename="mainwindow.cpp" line="3856"/>
<source>Check all for update</source>
<translation>Проверить все на обновления</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3783"/>
+ <location filename="mainwindow.cpp" line="3860"/>
<source>Export to csv...</source>
<translation>Экспорт в csv...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3791"/>
+ <location filename="mainwindow.cpp" line="3879"/>
+ <source>All Mods</source>
+ <translation>Все моды</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3885"/>
<source>Sync to Mods...</source>
<translation>Синхронизировать с модами...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3795"/>
+ <location filename="mainwindow.cpp" line="3889"/>
<source>Restore Backup</source>
<translation>Восстановить из резервной копии</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3796"/>
+ <location filename="mainwindow.cpp" line="3890"/>
<source>Remove Backup...</source>
<translation>Удалить резервную копию...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3798"/>
+ <location filename="mainwindow.cpp" line="3894"/>
<source>Add/Remove Categories</source>
<translation>Добавить/Удалить категории</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3803"/>
+ <location filename="mainwindow.cpp" line="3899"/>
<source>Replace Categories</source>
<translation>Заменить категории</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3808"/>
+ <location filename="mainwindow.cpp" line="3904"/>
<source>Primary Category</source>
<translation>Основная категория</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3815"/>
+ <location filename="mainwindow.cpp" line="3911"/>
<source>Change versioning scheme</source>
<translation>Изменить схему управления версиями</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3819"/>
+ <location filename="mainwindow.cpp" line="3915"/>
<source>Un-ignore update</source>
<translation>Снять игнорирование обновления</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3821"/>
+ <location filename="mainwindow.cpp" line="3917"/>
<source>Ignore update</source>
<translation>Игнорировать обновление</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3826"/>
+ <location filename="mainwindow.cpp" line="3922"/>
<source>Rename Mod...</source>
<translation>Переименовать мод...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3827"/>
+ <location filename="mainwindow.cpp" line="3923"/>
<source>Remove Mod...</source>
<translation>Удалить мод...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3828"/>
+ <location filename="mainwindow.cpp" line="3924"/>
<source>Reinstall Mod</source>
<translation>Переустановить мод</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3831"/>
+ <location filename="mainwindow.cpp" line="3927"/>
<source>Un-Endorse</source>
<translation>Отменить одобрение</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3834"/>
- <location filename="mainwindow.cpp" line="3838"/>
+ <location filename="mainwindow.cpp" line="3930"/>
+ <location filename="mainwindow.cpp" line="3934"/>
<source>Endorse</source>
<translation>Одобрить</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3835"/>
- <source>Won't endorse</source>
+ <location filename="mainwindow.cpp" line="3931"/>
+ <source>Won&apos;t endorse</source>
<translation>Не одобрять</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3841"/>
+ <location filename="mainwindow.cpp" line="3937"/>
<source>Endorsement state unknown</source>
<translation>Статус одобрения неизвестен</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3848"/>
+ <location filename="mainwindow.cpp" line="3944"/>
<source>Ignore missing data</source>
<translation>Игнорировать отсутствующие данные</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3851"/>
+ <location filename="mainwindow.cpp" line="3947"/>
<source>Visit on Nexus</source>
<translation>Перейти на Nexus</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3852"/>
+ <location filename="mainwindow.cpp" line="3948"/>
<source>Open in explorer</source>
<translation>Открыть в проводнике</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3855"/>
+ <location filename="mainwindow.cpp" line="3952"/>
<source>Information...</source>
<translation>Информация...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3861"/>
- <location filename="mainwindow.cpp" line="5086"/>
+ <location filename="mainwindow.cpp" line="3959"/>
+ <location filename="mainwindow.cpp" line="5225"/>
<source>Exception: </source>
<translation>Исключение: </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3863"/>
- <location filename="mainwindow.cpp" line="5088"/>
+ <location filename="mainwindow.cpp" line="3961"/>
+ <location filename="mainwindow.cpp" line="5227"/>
<source>Unknown exception</source>
<translation>Неизвестное исключение</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3883"/>
+ <location filename="mainwindow.cpp" line="3988"/>
<source>&lt;All&gt;</source>
<translation>&lt;Все&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3885"/>
+ <location filename="mainwindow.cpp" line="3990"/>
<source>&lt;Multiple&gt;</source>
<translation>&lt;Несколько&gt;</translation>
</message>
+ <message numerus="yes">
+ <location filename="mainwindow.cpp" line="4014"/>
+ <source>Are you sure you want to remove the following %n save(s)?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Removed saves will be sent to the Recycle Bin.</source>
+ <translation><numerusform>Вы уверены, что хотите удалить следующие %n сохранения?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Удаленные сохранения будут помещены в Корзину.</numerusform><numerusform>Вы уверены, что хотите удалить следующие %n сохранения?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Удаленные сохранения будут помещены в Корзину.</numerusform><numerusform>Вы уверены, что хотите удалить следующие %n сохранения?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Удаленные сохранения будут помещены в Корзину.</numerusform></translation>
+ </message>
<message>
- <location filename="mainwindow.cpp" line="3902"/>
- <source>Really delete "%1"?</source>
- <translation>Действительно удалить "%1"?</translation>
+ <location filename="mainwindow.cpp" line="5483"/>
+ <source>Please wait while LOOT is running</source>
+ <translation>Пожалуйста, подождите, пока LOOT работает</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4013"/>
+ <location filename="mainwindow.cpp" line="4126"/>
<source>Fix Mods...</source>
<translation>Исправить моды...</translation>
</message>
- <message>
- <location filename="mainwindow.cpp" line="4014"/>
- <source>Delete</source>
- <translation>Удалить</translation>
+ <message numerus="yes">
+ <location filename="mainwindow.cpp" line="4128"/>
+ <source>Delete %n save(s)</source>
+ <translation><numerusform>Удалить сохранение(я)</numerusform><numerusform>Удалить сохранение(я)</numerusform><numerusform>Удалить сохранение(я)</numerusform></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4038"/>
- <location filename="mainwindow.cpp" line="4069"/>
+ <location filename="mainwindow.cpp" line="4155"/>
+ <location filename="mainwindow.cpp" line="4188"/>
<source>failed to remove %1</source>
<translation>не удалось удалить %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4053"/>
- <location filename="mainwindow.cpp" line="4084"/>
+ <location filename="mainwindow.cpp" line="4172"/>
+ <location filename="mainwindow.cpp" line="4204"/>
<source>failed to create %1</source>
<translation>не удалось создать %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4107"/>
- <source>Can't change download directory while downloads are in progress!</source>
+ <location filename="mainwindow.cpp" line="4228"/>
+ <source>Can&apos;t change download directory while downloads are in progress!</source>
<translation>Нельзя изменить каталог для загрузок, когда загрузки ещё не завершены!</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4174"/>
+ <location filename="mainwindow.cpp" line="4310"/>
<source>Download failed</source>
<translation>Загрузка не удалась</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4323"/>
+ <location filename="mainwindow.cpp" line="4457"/>
<source>failed to write to file %1</source>
<translation>ошибка записи в файл %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4329"/>
+ <location filename="mainwindow.cpp" line="4463"/>
<source>%1 written</source>
<translation>%1 записан</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4368"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Select binary</source>
<translation>Выберете исполняемый файл</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4368"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Binary</source>
<translation>Исполняемый файл</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4394"/>
+ <location filename="mainwindow.cpp" line="4528"/>
<source>Enter Name</source>
<translation>Введите имя</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4395"/>
+ <location filename="mainwindow.cpp" line="4529"/>
<source>Please enter a name for the executable</source>
<translation>Введите название для программы</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4406"/>
+ <location filename="mainwindow.cpp" line="4540"/>
<source>Not an executable</source>
<translation>Не является исполняемым</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4406"/>
+ <location filename="mainwindow.cpp" line="4540"/>
<source>This is not a recognized executable.</source>
<translation>Это неверный исполняемый файл.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4431"/>
- <location filename="mainwindow.cpp" line="4456"/>
+ <location filename="mainwindow.cpp" line="4565"/>
+ <location filename="mainwindow.cpp" line="4590"/>
<source>Replace file?</source>
<translation>Заменить файл?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4431"/>
+ <location filename="mainwindow.cpp" line="4565"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation>Уже существует скрытая версия этого файла. Заменить?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4434"/>
- <location filename="mainwindow.cpp" line="4459"/>
+ <location filename="mainwindow.cpp" line="4568"/>
+ <location filename="mainwindow.cpp" line="4593"/>
<source>File operation failed</source>
<translation>Операция с файлом не удалась</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4434"/>
- <location filename="mainwindow.cpp" line="4459"/>
- <source>Failed to remove "%1". Maybe you lack the required file permissions?</source>
- <translation>Не удалось удалить "%1". Может быть, вам не хватает необходимых прав доступа к файлу?</translation>
+ <location filename="mainwindow.cpp" line="4568"/>
+ <location filename="mainwindow.cpp" line="4593"/>
+ <source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
+ <translation>Не удалось удалить &quot;%1&quot;. Может быть, вам не хватает необходимых прав доступа к файлу?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4456"/>
+ <location filename="mainwindow.cpp" line="4590"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation>Видимая версия этого файла уже существует. Заменить?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4489"/>
+ <location filename="mainwindow.cpp" line="4623"/>
<source>file not found: %1</source>
<translation>файл не найден: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4502"/>
+ <location filename="mainwindow.cpp" line="4636"/>
<source>failed to generate preview for %1</source>
<translation>не удалось получить предосмотр для %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4516"/>
- <source>Sorry, can't preview anything. This function currently does not support extracting from bsas.</source>
+ <location filename="mainwindow.cpp" line="4650"/>
+ <source>Sorry, can&apos;t preview anything. This function currently does not support extracting from bsas.</source>
<translation>Невозможно получить предосмотр чего-либо. Функция на данный момент не поддерживает извлечение из bsa.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4547"/>
+ <location filename="mainwindow.cpp" line="4681"/>
<source>Update available</source>
<translation>Доступно обновление</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4584"/>
+ <location filename="mainwindow.cpp" line="4718"/>
<source>Open/Execute</source>
<translation>Открыть/Выполнить</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4585"/>
+ <location filename="mainwindow.cpp" line="4719"/>
<source>Add as Executable</source>
<translation>Добавить как исполняемый</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4589"/>
+ <location filename="mainwindow.cpp" line="4723"/>
<source>Preview</source>
<translation>Предосмотр</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4595"/>
+ <location filename="mainwindow.cpp" line="4729"/>
<source>Un-Hide</source>
<translation>Показать</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4597"/>
+ <location filename="mainwindow.cpp" line="4731"/>
<source>Hide</source>
<translation>Скрыть</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4603"/>
+ <location filename="mainwindow.cpp" line="4737"/>
<source>Write To File...</source>
<translation>Записать в файл...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4634"/>
+ <location filename="mainwindow.cpp" line="4762"/>
<source>Do you want to endorse Mod Organizer on %1 now?</source>
<translation>Вы хотите одобрить Mod Organizer на %1 сейчас?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4770"/>
+ <location filename="mainwindow.cpp" line="4858"/>
+ <source>Thank you!</source>
+ <translation>Спасибо Вам!</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4858"/>
+ <source>Thank you for your endorsement!</source>
+ <translation>Спасибо Вам за одобрение!</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4893"/>
<source>Request to Nexus failed: %1</source>
<translation>Запрос на Nexus не удался: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4777"/>
- <location filename="mainwindow.cpp" line="4794"/>
+ <location filename="mainwindow.cpp" line="4900"/>
+ <location filename="mainwindow.cpp" line="4918"/>
<source>login successful</source>
<translation>успешный вход</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4803"/>
+ <location filename="mainwindow.cpp" line="4927"/>
<source>login failed: %1. Trying to download anyway</source>
<translation>вход не удался: %1. Пытаюсь загрузить всё равно</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4809"/>
+ <location filename="mainwindow.cpp" line="4933"/>
<source>login failed: %1</source>
<translation>войти не удалось: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4818"/>
+ <location filename="mainwindow.cpp" line="4943"/>
<source>login failed: %1. You need to log-in with Nexus to update MO.</source>
<translation>войти не удалось: %1. Вам нужно войти на Nexus, чтобы обновить MO.</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4851"/>
+ <location filename="mainwindow.cpp" line="4964"/>
+ <location filename="mainwindow.cpp" line="5015"/>
+ <source>failed to read %1: %2</source>
+ <translation>не удалось прочесть %1: %2</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4976"/>
<source>Error</source>
<translation>Ошибка</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4851"/>
+ <location filename="mainwindow.cpp" line="4976"/>
<source>failed to extract %1 (errorcode %2)</source>
<translation>не удалось распаковать %1 (код ошибки %2)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4946"/>
+ <location filename="mainwindow.cpp" line="5007"/>
+ <source>Extract BSA</source>
+ <translation>Распаковать BSA</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5026"/>
+ <source>This archive contains invalid hashes. Some files may be broken.</source>
+ <translation>Архив содержит неверные хеш-суммы. Некоторые файлы могут быть испорчены.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5071"/>
<source>Extract...</source>
<translation>Распаковать...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5002"/>
+ <location filename="mainwindow.cpp" line="5133"/>
<source>Edit Categories...</source>
<translation>Изменить категории...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5047"/>
+ <location filename="mainwindow.cpp" line="5134"/>
+ <source>Deselect filter</source>
+ <translation>Снять выбор с фильтра</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5185"/>
<source>Remove</source>
<translation>Удалить</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5057"/>
+ <location filename="mainwindow.cpp" line="5196"/>
<source>Enable all</source>
<translation>Включить все</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5058"/>
+ <location filename="mainwindow.cpp" line="5197"/>
<source>Disable all</source>
<translation>Отключить все</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5077"/>
+ <location filename="mainwindow.cpp" line="5216"/>
<source>Unlock load order</source>
<translation>Снять фиксацию порядка загрузки</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5080"/>
+ <location filename="mainwindow.cpp" line="5219"/>
<source>Lock load order</source>
<translation>Зафиксировать порядок загрузки</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5149"/>
- <source>BOSS working</source>
- <translation>BOSS: работает</translation>
+ <location filename="mainwindow.cpp" line="5352"/>
+ <source>depends on missing &quot;%1&quot;</source>
+ <translation>зависит от отсутствующего &quot;%1&quot;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5356"/>
+ <source>incompatible with &quot;%1&quot;</source>
+ <translation>несовместимый с &quot;%1&quot;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5376"/>
+ <source>No profile set</source>
+ <translation>Нет установленного профиля</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5573"/>
+ <source>loot failed. Exit code was: %1</source>
+ <translation>Запуск LOOT не удался. Код завершения: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5157"/>
- <source>failed to run boss: %1</source>
- <translation>не удалось запустить BOSS: %1</translation>
+ <location filename="mainwindow.cpp" line="5579"/>
+ <source>failed to start loot</source>
+ <translation>Не удалось запустить LOOT</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5582"/>
+ <source>failed to run loot: %1</source>
+ <translation>не удалось запустить LOOT: %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5585"/>
+ <source>Errors occured</source>
+ <translation>Возникли ошибки</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5636"/>
+ <source>Backup of load order created</source>
+ <translation>Резервная копия порядка загрузки создана</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5646"/>
+ <source>Choose backup to restore</source>
+ <translation>Выберите резервную копию для восстановления</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5659"/>
+ <source>No Backups</source>
+ <translation>Резервных копий нет</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5659"/>
+ <source>There are no backups to restore</source>
+ <translation>Резервные копии для восстановления отсутствуют</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5680"/>
+ <location filename="mainwindow.cpp" line="5701"/>
+ <source>Restore failed</source>
+ <translation>Восстановление не удалось</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5681"/>
+ <location filename="mainwindow.cpp" line="5702"/>
+ <source>Failed to restore the backup. Errorcode: %1</source>
+ <translation>Не удалось восстановить резервную копию. Код ошибки: %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5692"/>
+ <source>Backup of modlist created</source>
+ <translation>Резервная копия списка модов создана</translation>
</message>
</context>
<context>
@@ -2621,8 +2884,63 @@ This function will guess the versioning scheme under the assumption that the ins
<context>
<name>ModInfo</name>
<message>
+ <location filename="modinfo.cpp" line="87"/>
+ <source>Plugins</source>
+ <translation>Плагины</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="88"/>
+ <source>Textures</source>
+ <translation>Текстуры</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="89"/>
+ <source>Meshes</source>
+ <translation>Полигональные сетки</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="90"/>
+ <source>UI Changes</source>
+ <translation>Изменения интерфейса</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="91"/>
+ <source>Music</source>
+ <translation>Музыка</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="92"/>
+ <source>Sound Effects</source>
+ <translation>Звуковые эффекты</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="93"/>
+ <source>Scripts</source>
+ <translation>Скрипты </translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="94"/>
+ <source>SKSE Plugins</source>
+ <translation>Плагины SKSE</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="95"/>
+ <source>SkyProc Tools</source>
+ <translation>Инструменты SkyProc</translation>
+ </message>
+ <message>
<location filename="modinfo.cpp" line="96"/>
- <location filename="modinfo.cpp" line="125"/>
+ <source>Strings</source>
+ <translation>Строки</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="97"/>
+ <source>invalid content type %1</source>
+ <translation>Некорректный тип содержания %1</translation>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="120"/>
+ <location filename="modinfo.cpp" line="149"/>
<source>invalid index %1</source>
<translation>неверный индекс %1</translation>
</message>
@@ -2630,7 +2948,7 @@ This function will guess the versioning scheme under the assumption that the ins
<context>
<name>ModInfoBackup</name>
<message>
- <location filename="modinfo.cpp" line="820"/>
+ <location filename="modinfo.cpp" line="949"/>
<source>This is the backup of a mod</source>
<translation>Это резервная копия мода</translation>
</message>
@@ -2659,7 +2977,7 @@ This function will guess the versioning scheme under the assumption that the ins
</message>
<message>
<location filename="modinfodialog.ui" line="67"/>
- <location filename="modinfodialog.ui" line="155"/>
+ <location filename="modinfodialog.ui" line="175"/>
<source>Save</source>
<translation>Сохранить</translation>
</message>
@@ -2669,53 +2987,73 @@ This function will guess the versioning scheme under the assumption that the ins
<translation>INI-файлы</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="97"/>
+ <location filename="modinfodialog.ui" line="91"/>
+ <source>Ini Files</source>
+ <translation>Файлы INI</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="104"/>
<source>This is a list of .ini files in the mod.</source>
<translation>Это список ini-файлов мода.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="100"/>
+ <location filename="modinfodialog.ui" line="107"/>
<source>This is a list of .ini files in the mod. These are usually used to configure the behaviour of mods if there are configurable parameters.</source>
<translation>Это список ini-файлов мода. Они используются для настройки работы модов, если это возможно.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="149"/>
+ <location filename="modinfodialog.ui" line="114"/>
+ <source>Ini Tweaks</source>
+ <translation>Правки INI</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="130"/>
+ <source>This is a list of ini tweaks (ini modifications that can be toggled).</source>
+ <translation>Это список правок ini (модификации ini, которые могут быть установлены).</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="133"/>
+ <source>This is a list of ini tweaks. Ini Tweaks are (usually small) fragments of ini files that are applied over existing settings in skyrim.ini/skyrimprefs.ini. Each tweak can be toggled individually. You should check the description of the mod wether the tweaks are really optional.</source>
+ <translation>Это список правок ini. Правки ini (обычно небольшие) это фрагменты ini-файлов, которые могут быть применены поверх настроек в skyrim.ini/skyrimprefs.ini. Каждая правка может быть установлена отдельно. Вам необходимо проверить документацию мода на предмет опциональности этих правок ini.</translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="169"/>
<source>Save changes to the file.</source>
<translation>Сохранить изменения в файле.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="152"/>
+ <location filename="modinfodialog.ui" line="172"/>
<source>Save changes to the file. This overwrites the original. There is no automatic backup!</source>
<translation>Сохранить изменения в файле. Это перезапишет ранее созданный. Перед перезаписью файла сделайте копию.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="165"/>
+ <location filename="modinfodialog.ui" line="185"/>
<source>Images</source>
<translation>Изображение</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="220"/>
+ <location filename="modinfodialog.ui" line="240"/>
<source>Images located in the mod.</source>
<translation>Изображения мода.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="223"/>
+ <location filename="modinfodialog.ui" line="243"/>
<source>This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</source>
<translation>Это список всех изображений (.jpg и.png) в папке с модом, таких как снимки экрана и т.п. Выберете любое для увеличения.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="256"/>
- <location filename="modinfodialog.ui" line="275"/>
+ <location filename="modinfodialog.ui" line="276"/>
+ <location filename="modinfodialog.ui" line="295"/>
<source>Optional ESPs</source>
<translation>Необязательные ESP</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="262"/>
+ <location filename="modinfodialog.ui" line="282"/>
<source>List of esps and esms that can not be loaded by the game.</source>
<translation>Список esp и esm, которые не могут быть загружены игрой.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="265"/>
+ <location filename="modinfodialog.ui" line="285"/>
<source>List of esps and esms contained in this plugin that currently can not be loaded by the game. They will not even appear in the esp-list in the main MO-window.
They usually contain optional functionality, see the readme.
@@ -2726,440 +3064,448 @@ Most mods do not have optional esps, so chances are good you are looking at an e
Большинство модов не имеет дополнительных esp, так что очень вероятно, что вы видите пустой список.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="290"/>
+ <location filename="modinfodialog.ui" line="310"/>
<source>Make the selected mod in the lower list unavailable.</source>
<translation>Сделать выбранный мод недоступным.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="293"/>
- <source>The selected esp (in the lower list) will be pushed into a subdirectory of the mod and will thus become "invisible" to the game. It can then no longer be activated.</source>
- <translation>Выбранный ESP (в нижнем списке) будет перемещены в подкаталог мода и, таким образом, станут "невидимыми" для игры. Затем они больше не будут активированы.</translation>
+ <location filename="modinfodialog.ui" line="313"/>
+ <source>The selected esp (in the lower list) will be pushed into a subdirectory of the mod and will thus become &quot;invisible&quot; to the game. It can then no longer be activated.</source>
+ <translation>Выбранный ESP (в нижнем списке) будет перемещены в подкаталог мода и, таким образом, станут &quot;невидимыми&quot; для игры. Затем они больше не будут активированы.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="319"/>
+ <location filename="modinfodialog.ui" line="339"/>
<source>Move a file to the data directory.</source>
<translation>Переместить файл в каталог Data.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="322"/>
- <source>This moves a esp to the esp directory so it can be enabled in the main window. Please note that the ESP merely becomes "available", it will not necessarily be loaded! That is configured in the main window of omo.</source>
- <translation>Перемещает esp в каталог с другими esp так, что он может быть подключен в главном окне. Обратите внимание, что ESP просто становится "доступным", но не будет загружен! Это настраивается в главном окне MO.</translation>
+ <location filename="modinfodialog.ui" line="342"/>
+ <source>This moves a esp to the esp directory so it can be enabled in the main window. Please note that the ESP merely becomes &quot;available&quot;, it will not necessarily be loaded! That is configured in the main window of omo.</source>
+ <translation>Перемещает esp в каталог с другими esp так, что он может быть подключен в главном окне. Обратите внимание, что ESP просто становится &quot;доступным&quot;, но не будет загружен! Это настраивается в главном окне MO.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="357"/>
+ <location filename="modinfodialog.ui" line="377"/>
<source>ESPs in the data directory and thus visible to the game.</source>
<translation>ESP в каталоге Data, видны для игры.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="360"/>
+ <location filename="modinfodialog.ui" line="380"/>
<source>These are the mod files that are in the (virtual) data directory of your game and will thus be selecteable in the esp list in the main window.</source>
<translation>Это файлы модов, которые находятся в (виртуальном)каталоге данных вашей игры и могут быть выбираемыми в списке esp, в главном окне.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="367"/>
+ <location filename="modinfodialog.ui" line="387"/>
<source>Available ESPs</source>
<translation>Доступные ESP</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="375"/>
+ <location filename="modinfodialog.ui" line="395"/>
<source>Conflicts</source>
<translation>Конфликты</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="383"/>
+ <location filename="modinfodialog.ui" line="403"/>
<source>The following conflicted files are provided by this mod</source>
<translation>Данные конфликты вызваны этим модом.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="433"/>
- <location filename="modinfodialog.ui" line="483"/>
+ <location filename="modinfodialog.ui" line="453"/>
+ <location filename="modinfodialog.ui" line="503"/>
<source>File</source>
<translation>Файл</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="438"/>
+ <location filename="modinfodialog.ui" line="458"/>
<source>Overwritten Mods</source>
<translation>Моды перезаписаны</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="448"/>
+ <location filename="modinfodialog.ui" line="468"/>
<source>The following conflicted files are provided by other mods</source>
<translation>Конфликтные файлы других модов.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="488"/>
+ <location filename="modinfodialog.ui" line="508"/>
<source>Providing Mod</source>
<translation>Моды перезаписывают</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="498"/>
+ <location filename="modinfodialog.ui" line="518"/>
<source>Non-Conflicted files</source>
<translation>Неконфликтные файлы</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="518"/>
+ <location filename="modinfodialog.ui" line="538"/>
<source>Categories</source>
<translation>Категории</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="541"/>
+ <location filename="modinfodialog.ui" line="561"/>
<source>Primary Category</source>
<translation>Основная категория</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="558"/>
+ <location filename="modinfodialog.ui" line="578"/>
<source>Nexus Info</source>
<translation>Nexus</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="566"/>
+ <location filename="modinfodialog.ui" line="586"/>
<source>Mod ID</source>
<translation>ID мода</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="573"/>
+ <location filename="modinfodialog.ui" line="593"/>
<source>Mod ID for this mod on Nexus.</source>
<translation>ID мода на Nexus.</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="576"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="596"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: &lt;/span&gt;&lt;a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; text-decoration: underline; color:#0000ff;"&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; color:#000000;"&gt;. In this example, 1334 is the id you're looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: &lt;/span&gt;&lt;a href=&quot; http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; color:#000000;&quot;&gt;. In this example, 1334 is the id you&apos;re looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;ID этого мода на Nexus. Заполняется автоматически, если скачали и установили мод из МО. В противном случае вы можете ввести его вручную. Чтобы найти правильный ID, нужно найти мод на Nexus. URL будет выглядеть следующим образом: &lt;/span&gt;&lt;a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; text-decoration: underline; color:#0000ff;"&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; color:#000000;"&gt;. В этом примере, 1334 - ID, который вы ищете. Кроме того: Выше есть ссылка на Mod Organizer на Nexus. Почему бы не перейти по ней и не одобрить?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;ID этого мода на Nexus. Заполняется автоматически, если скачали и установили мод из МО. В противном случае вы можете ввести его вручную. Чтобы найти правильный ID, нужно найти мод на Nexus. URL будет выглядеть следующим образом: &lt;/span&gt;&lt;a href=&quot; http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; color:#000000;&quot;&gt;. В этом примере, 1334 - ID, который вы ищете. Кроме того: Выше есть ссылка на Mod Organizer на Nexus. Почему бы не перейти по ней и не одобрить?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="600"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="620"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Installed Version of the Mod. The tooltip will contain the current version available on nexus. The installed version is only set if you installed the mod through MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Installed Version of the Mod. The tooltip will contain the current version available on nexus. The installed version is only set if you installed the mod through MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Установленная версия мода. Подсказка будет содержать текущую версию, доступную на Nexus. Установленная версия установится только если вы установили мод через МО.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Установленная версия мода. Подсказка будет содержать текущую версию, доступную на Nexus. Установленная версия установится только если вы установили мод через МО.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="607"/>
+ <location filename="modinfodialog.ui" line="627"/>
<source>Version</source>
<translation>Версия</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="637"/>
+ <location filename="modinfodialog.ui" line="657"/>
<source>Refresh</source>
<translation>Обновить информацию</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="640"/>
+ <location filename="modinfodialog.ui" line="660"/>
<source>Refresh all information from Nexus.</source>
<translation>Обновить всю информацию с Nexus</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="654"/>
+ <location filename="modinfodialog.ui" line="674"/>
<source>Description</source>
<translation>Описание</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="669"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="689"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="704"/>
+ <location filename="modinfodialog.ui" line="724"/>
<source>Endorse</source>
<translation>Одобрить</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="718"/>
+ <location filename="modinfodialog.ui" line="738"/>
<source>Notes</source>
<translation>Примечания</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="728"/>
+ <location filename="modinfodialog.ui" line="748"/>
<source>Filetree</source>
<translation>Файлы</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="737"/>
+ <location filename="modinfodialog.ui" line="757"/>
<source>A directory view of this mod</source>
<translation>Каталог этого мода</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="740"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="760"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Changes happen immediately on disc, so do&lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt; be careful&lt;/span&gt;&lt;span style=" font-size:8pt;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Changes happen immediately on disc, so do&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt; be careful&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Это обзор модифицируемого каталога папки мода. Вы можете перемещать файлы, используя перетаскивание и переименовывать их двойным кликом.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Изменения происходят непосредственно на диске, так что&lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt; будьте осторожныl&lt;/span&gt;&lt;span style=" font-size:8pt;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Это обзор модифицируемого каталога папки мода. Вы можете перемещать файлы, используя перетаскивание и переименовывать их двойным кликом.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Изменения происходят непосредственно на диске, так что&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt; будьте осторожныl&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="767"/>
+ <location filename="modinfodialog.ui" line="787"/>
<source>Previous</source>
<translation>Назад</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="774"/>
+ <location filename="modinfodialog.ui" line="794"/>
<source>Next</source>
<translation>Вперед</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="794"/>
+ <location filename="modinfodialog.ui" line="814"/>
<source>Close</source>
- <translation type="unfinished">Закрыть</translation>
+ <translation>Закрыть</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="104"/>
+ <location filename="modinfodialog.cpp" line="170"/>
<source>&amp;Delete</source>
<translation>&amp;Удалить</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="105"/>
+ <location filename="modinfodialog.cpp" line="171"/>
<source>&amp;Rename</source>
<translation>&amp;Переименовать</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="106"/>
+ <location filename="modinfodialog.cpp" line="172"/>
<source>&amp;Hide</source>
<translation>&amp;Скрыть</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="107"/>
+ <location filename="modinfodialog.cpp" line="173"/>
<source>&amp;Unhide</source>
<translation>&amp;Показать</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="108"/>
+ <location filename="modinfodialog.cpp" line="174"/>
<source>&amp;Open</source>
- <translation type="unfinished">&amp;Открыть</translation>
+ <translation>&amp;Открыть</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="109"/>
+ <location filename="modinfodialog.cpp" line="175"/>
<source>&amp;New Folder</source>
<translation>&amp;Новая папка</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="405"/>
- <location filename="modinfodialog.cpp" line="420"/>
+ <location filename="modinfodialog.cpp" line="421"/>
+ <location filename="modinfodialog.cpp" line="436"/>
<source>Save changes?</source>
<translation>Сохранить изменения?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="405"/>
- <location filename="modinfodialog.cpp" line="420"/>
- <source>Save changes to "%1"?</source>
- <translation>Сохранить изменения в "%1"?</translation>
+ <location filename="modinfodialog.cpp" line="421"/>
+ <location filename="modinfodialog.cpp" line="436"/>
+ <source>Save changes to &quot;%1&quot;?</source>
+ <translation>Сохранить изменения в &quot;%1&quot;?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="612"/>
+ <location filename="modinfodialog.cpp" line="626"/>
<source>File Exists</source>
<translation>Файл уже существует</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="612"/>
+ <location filename="modinfodialog.cpp" line="626"/>
<source>A file with that name exists, please enter a new one</source>
<translation>Файл с таким именем уже существует, укажите другое</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="629"/>
+ <location filename="modinfodialog.cpp" line="643"/>
<source>failed to move file</source>
<translation>не удалось переместить файл</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="654"/>
- <source>failed to create directory "optional"</source>
- <translation>не удалось создать папку "optional"</translation>
+ <location filename="modinfodialog.cpp" line="668"/>
+ <source>failed to create directory &quot;optional&quot;</source>
+ <translation>не удалось создать папку &quot;optional&quot;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="692"/>
- <location filename="modinfodialog.cpp" line="1198"/>
+ <location filename="modinfodialog.cpp" line="706"/>
+ <location filename="modinfodialog.cpp" line="1211"/>
<source>Info requested, please wait</source>
<translation>Информация запрошена, пожалуйста, подождите</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="746"/>
+ <location filename="modinfodialog.cpp" line="760"/>
<source>Main</source>
<translation>Главное</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="747"/>
+ <location filename="modinfodialog.cpp" line="761"/>
<source>Update</source>
<translation>Обновление</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="748"/>
+ <location filename="modinfodialog.cpp" line="762"/>
<source>Optional</source>
<translation>Опционально</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="749"/>
+ <location filename="modinfodialog.cpp" line="763"/>
<source>Old</source>
<translation>Старые</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="750"/>
+ <location filename="modinfodialog.cpp" line="764"/>
<source>Misc</source>
<translation>Разное</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="751"/>
+ <location filename="modinfodialog.cpp" line="765"/>
<source>Unknown</source>
<translation>Неизвестно</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="762"/>
+ <location filename="modinfodialog.cpp" line="776"/>
<source>Current Version: %1</source>
<translation>Текущая версия: %1</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="766"/>
+ <location filename="modinfodialog.cpp" line="780"/>
<source>No update available</source>
<translation>Нет доступных обновлений</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="807"/>
+ <location filename="modinfodialog.cpp" line="821"/>
<source>(description incomplete, please visit nexus)</source>
<translation>(описание не завершено, смотрите на nexus)</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="822"/>
- <source>&lt;a href="%1"&gt;Visit on Nexus&lt;/a&gt;</source>
- <translation>&lt;a href="%1"&gt;Перейти на Nexus&lt;/a&gt;</translation>
+ <location filename="modinfodialog.cpp" line="836"/>
+ <source>&lt;a href=&quot;%1&quot;&gt;Visit on Nexus&lt;/a&gt;</source>
+ <translation>&lt;a href=&quot;%1&quot;&gt;Перейти на Nexus&lt;/a&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="901"/>
+ <location filename="modinfodialog.cpp" line="915"/>
<source>Failed to delete %1</source>
- <translation type="unfinished">Не удалось удалить %1</translation>
+ <translation>Не удалось удалить %1</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="912"/>
- <location filename="modinfodialog.cpp" line="917"/>
+ <location filename="modinfodialog.cpp" line="926"/>
+ <location filename="modinfodialog.cpp" line="931"/>
<source>Confirm</source>
<translation>Подтверждение</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="912"/>
- <source>Are sure you want to delete "%1"?</source>
- <translation>Вы уверены, что хотите удалить "%1"?</translation>
+ <location filename="modinfodialog.cpp" line="926"/>
+ <source>Are sure you want to delete &quot;%1&quot;?</source>
+ <translation>Вы уверены, что хотите удалить &quot;%1&quot;?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="917"/>
+ <location filename="modinfodialog.cpp" line="931"/>
<source>Are sure you want to delete the selected files?</source>
<translation>Вы уверены, что хотите удалить выбранные файлы?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="991"/>
- <location filename="modinfodialog.cpp" line="997"/>
+ <location filename="modinfodialog.cpp" line="1005"/>
+ <location filename="modinfodialog.cpp" line="1011"/>
<source>New Folder</source>
<translation>Новая папка</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1003"/>
- <source>Failed to create "%1"</source>
- <translation>Не удалось создать "%1"</translation>
+ <location filename="modinfodialog.cpp" line="1017"/>
+ <source>Failed to create &quot;%1&quot;</source>
+ <translation>Не удалось создать &quot;%1&quot;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1107"/>
- <location filename="modinfodialog.cpp" line="1131"/>
+ <location filename="modinfodialog.cpp" line="1121"/>
+ <location filename="modinfodialog.cpp" line="1145"/>
<source>Replace file?</source>
<translation>Заменить файл?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1107"/>
+ <location filename="modinfodialog.cpp" line="1121"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation>Скрытая версия этого файла уже существует. Заменить?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1110"/>
- <location filename="modinfodialog.cpp" line="1134"/>
+ <location filename="modinfodialog.cpp" line="1124"/>
+ <location filename="modinfodialog.cpp" line="1148"/>
<source>File operation failed</source>
<translation>Не удалась операция с файлом</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1110"/>
- <location filename="modinfodialog.cpp" line="1134"/>
- <source>Failed to remove "%1". Maybe you lack the required file permissions?</source>
- <translation>Не удалось удалить "%1". Может быть, вам не хватает необходимых прав доступа к файлу?</translation>
+ <location filename="modinfodialog.cpp" line="1124"/>
+ <location filename="modinfodialog.cpp" line="1148"/>
+ <source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
+ <translation>Не удалось удалить &quot;%1&quot;. Может быть, вам не хватает необходимых прав доступа к файлу?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1121"/>
- <location filename="modinfodialog.cpp" line="1144"/>
+ <location filename="modinfodialog.cpp" line="1135"/>
+ <location filename="modinfodialog.cpp" line="1158"/>
<source>failed to rename %1 to %2</source>
<translation>не удалось переименовать %1 в %2</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1131"/>
+ <location filename="modinfodialog.cpp" line="1145"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation>Видимая версия этого файла уже существует. Заменить?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1178"/>
+ <location filename="modinfodialog.cpp" line="1191"/>
<source>Un-Hide</source>
<translation>Показать</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1180"/>
+ <location filename="modinfodialog.cpp" line="1193"/>
<source>Hide</source>
<translation>Скрыть</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1221"/>
+ <location filename="modinfodialog.cpp" line="1234"/>
<source>Name</source>
<translation>Имя</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1221"/>
+ <location filename="modinfodialog.cpp" line="1234"/>
<source>Please enter a name</source>
<translation>Пожалуйста, введите имя</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1225"/>
- <location filename="modinfodialog.cpp" line="1228"/>
+ <location filename="modinfodialog.cpp" line="1238"/>
+ <location filename="modinfodialog.cpp" line="1241"/>
<source>Error</source>
<translation>Ошибка</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1225"/>
+ <location filename="modinfodialog.cpp" line="1238"/>
<source>Invalid name. Must be a valid file name</source>
<translation>Неверное имя. Необходимо допустимое имя файла.</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1228"/>
+ <location filename="modinfodialog.cpp" line="1241"/>
<source>A tweak by that name exists</source>
<translation>Настройка с таким именем существует</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1240"/>
+ <location filename="modinfodialog.cpp" line="1255"/>
<source>Create Tweak</source>
<translation>Создать настройку</translation>
</message>
</context>
<context>
+ <name>ModInfoForeign</name>
+ <message>
+ <location filename="modinfo.cpp" line="1040"/>
+ <source>This pseudo mod represents content managed outside MO. It isn&apos;t modified by MO.</source>
+ <translation>Этот псевдо-мод отображает содержимое, управляемое из вне MO. Оно не модифицировано в MO.</translation>
+ </message>
+</context>
+<context>
<name>ModInfoOverwrite</name>
<message>
- <location filename="modinfo.cpp" line="866"/>
+ <location filename="modinfo.cpp" line="994"/>
<source>This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit)</source>
<translation>Этот псевдо-мод содержит файлы из виртуального древа данных, которые были изменены (в Construction Kit и других программах)</translation>
</message>
@@ -3167,17 +3513,18 @@ p, li { white-space: pre-wrap; }
<context>
<name>ModInfoRegular</name>
<message>
- <location filename="modinfo.cpp" line="393"/>
- <source>failed to write %1/meta.ini: %2</source>
- <translation>не удалось записать %1/meta.ini: %2</translation>
+ <location filename="modinfo.cpp" line="586"/>
+ <location filename="modinfo.cpp" line="589"/>
+ <source>failed to write %1/meta.ini: error %2</source>
+ <translation>не удалось записать %1/meta.ini: ошибка %2</translation>
</message>
<message>
- <location filename="modinfo.cpp" line="661"/>
+ <location filename="modinfo.cpp" line="862"/>
<source>%1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory</source>
<translation>%1 не содержит ни esp/esm, ни папок ресурсов (textures, meshes, interface, ...)</translation>
</message>
<message>
- <location filename="modinfo.cpp" line="665"/>
+ <location filename="modinfo.cpp" line="866"/>
<source>Categories: &lt;br&gt;</source>
<translation>Категории: &lt;br&gt;</translation>
</message>
@@ -3185,159 +3532,223 @@ p, li { white-space: pre-wrap; }
<context>
<name>ModList</name>
<message>
- <location filename="modlist.cpp" line="109"/>
+ <location filename="modlist.cpp" line="55"/>
+ <source>Game plugins (esp/esm)</source>
+ <translation>Игровые плагины (esp/esm)</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="56"/>
+ <source>Interface</source>
+ <translation>Интерфейс</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="57"/>
+ <source>Meshes</source>
+ <translation>Полигональные сетки</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="58"/>
+ <source>Music</source>
+ <translation>Музыка</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="59"/>
+ <source>Scripts (Papyrus)</source>
+ <translation>Скрипты (Papyrus)</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="60"/>
+ <source>Script Extender Plugin</source>
+ <translation>Script Extender плагин</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="61"/>
+ <source>SkyProc Patcher</source>
+ <translation>Патч SkyProc</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="62"/>
+ <source>Sound</source>
+ <translation>Звук</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="63"/>
+ <source>Strings</source>
+ <translation>Строки</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="64"/>
+ <source>Textures</source>
+ <translation>Текстуры</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="117"/>
<source>This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit)</source>
<translation>Эта запись включает файлы, которые были созданы внутри виртуального древа (с помощью Construction Kit и др. программ)</translation>
</message>
<message>
- <location filename="modlist.cpp" line="118"/>
+ <location filename="modlist.cpp" line="126"/>
<source>Backup</source>
<translation>Резервная копия</translation>
</message>
<message>
- <location filename="modlist.cpp" line="119"/>
+ <location filename="modlist.cpp" line="127"/>
<source>No valid game data</source>
<translation>Неверные игровые данные</translation>
</message>
<message>
- <location filename="modlist.cpp" line="120"/>
+ <location filename="modlist.cpp" line="128"/>
<source>Not endorsed yet</source>
<translation>Еще не одобрено</translation>
</message>
<message>
- <location filename="modlist.cpp" line="122"/>
+ <location filename="modlist.cpp" line="130"/>
<source>Overwrites files</source>
<translation>Заменяет файлы</translation>
</message>
<message>
- <location filename="modlist.cpp" line="123"/>
+ <location filename="modlist.cpp" line="131"/>
<source>Overwritten files</source>
<translation>Замененные файлы</translation>
</message>
<message>
- <location filename="modlist.cpp" line="124"/>
+ <location filename="modlist.cpp" line="132"/>
<source>Overwrites &amp; Overwritten</source>
<translation>Заменяет и заменяется</translation>
</message>
<message>
- <location filename="modlist.cpp" line="125"/>
+ <location filename="modlist.cpp" line="133"/>
<source>Redundant</source>
<translation>Избыточные</translation>
</message>
<message>
- <location filename="modlist.cpp" line="197"/>
+ <location filename="modlist.cpp" line="208"/>
+ <source>Non-MO</source>
+ <translation>Не-MO</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="238"/>
<source>invalid</source>
<translation>неверные</translation>
</message>
<message>
- <location filename="modlist.cpp" line="308"/>
- <source>installed version: "%1", newest version: "%2"</source>
- <oldsource>installed version: %1, newest version: %2</oldsource>
+ <location filename="modlist.cpp" line="364"/>
+ <source>installed version: &quot;%1&quot;, newest version: &quot;%2&quot;</source>
<translation>установлена версия: %1, новейшая версия: %2</translation>
</message>
<message>
- <location filename="modlist.cpp" line="310"/>
- <source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to "upgrade".</source>
- <translation>Новейшая версия на Nexus кажется старее той, что установлена у вас. Это может означать, что ваша версия была снята (в связи с ошибкой и т.п.) или автор использует нестандартную схему версий, а новейшая версия на самом деле выше. В любом случае, вы можете "обновить".</translation>
+ <location filename="modlist.cpp" line="366"/>
+ <source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to &quot;upgrade&quot;.</source>
+ <translation>Новейшая версия на Nexus кажется старее той, что установлена у вас. Это может означать, что ваша версия была снята (в связи с ошибкой и т.п.) или автор использует нестандартную схему версий, а новейшая версия на самом деле выше. В любом случае, вы можете &quot;обновить&quot;.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="318"/>
+ <location filename="modlist.cpp" line="374"/>
<source>Categories: &lt;br&gt;</source>
<translation>Категории: &lt;br&gt;</translation>
</message>
<message>
- <location filename="modlist.cpp" line="347"/>
+ <location filename="modlist.cpp" line="403"/>
<source>Invalid name</source>
<translation>Недопустимое имя</translation>
</message>
<message>
- <location filename="modlist.cpp" line="717"/>
+ <location filename="modlist.cpp" line="814"/>
<source>drag&amp;drop failed: %1</source>
<translation>перетаскивание не удалось: %1</translation>
</message>
<message>
- <location filename="modlist.cpp" line="776"/>
+ <location filename="modlist.cpp" line="877"/>
<source>Confirm</source>
<translation>Подтверждение</translation>
</message>
<message>
- <location filename="modlist.cpp" line="776"/>
- <source>Are you sure you want to remove "%1"?</source>
- <translation>Вы действительно хотите удалить "%1"?</translation>
+ <location filename="modlist.cpp" line="877"/>
+ <source>Are you sure you want to remove &quot;%1&quot;?</source>
+ <translation>Вы действительно хотите удалить &quot;%1&quot;?</translation>
</message>
<message>
- <location filename="modlist.cpp" line="831"/>
+ <location filename="modlist.cpp" line="934"/>
<source>Flags</source>
<translation>Флаги</translation>
</message>
<message>
- <location filename="modlist.cpp" line="832"/>
+ <location filename="modlist.cpp" line="935"/>
+ <source>Content</source>
+ <translation>Содержание</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="936"/>
<source>Mod Name</source>
<translation>Имя мода</translation>
</message>
<message>
- <location filename="modlist.cpp" line="833"/>
+ <location filename="modlist.cpp" line="937"/>
<source>Version</source>
- <translation type="unfinished">Версия</translation>
+ <translation>Версия</translation>
</message>
<message>
- <location filename="modlist.cpp" line="834"/>
+ <location filename="modlist.cpp" line="938"/>
<source>Priority</source>
<translation>Приоритет</translation>
</message>
<message>
- <location filename="modlist.cpp" line="835"/>
+ <location filename="modlist.cpp" line="939"/>
<source>Category</source>
<translation>Категория</translation>
</message>
<message>
- <location filename="modlist.cpp" line="836"/>
+ <location filename="modlist.cpp" line="940"/>
<source>Nexus ID</source>
<translation>Nexus ID</translation>
</message>
<message>
- <location filename="modlist.cpp" line="837"/>
+ <location filename="modlist.cpp" line="941"/>
<source>Installation</source>
<translation>Установка</translation>
</message>
<message>
- <location filename="modlist.cpp" line="838"/>
- <location filename="modlist.cpp" line="854"/>
+ <location filename="modlist.cpp" line="942"/>
+ <location filename="modlist.cpp" line="970"/>
<source>unknown</source>
<translation>неизвестный</translation>
</message>
<message>
- <location filename="modlist.cpp" line="846"/>
+ <location filename="modlist.cpp" line="950"/>
<source>Name of your mods</source>
<translation>Имя ваших модов</translation>
</message>
<message>
- <location filename="modlist.cpp" line="847"/>
+ <location filename="modlist.cpp" line="951"/>
<source>Version of the mod (if available)</source>
<translation>Версия мода (если доступно)</translation>
</message>
<message>
- <location filename="modlist.cpp" line="848"/>
- <source>Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority.</source>
+ <location filename="modlist.cpp" line="952"/>
+ <source>Installation priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites files from mods with lower priority.</source>
<translation>Приоритет установки для ваших модов. Файлы модов с большим приоритетом перезапишут файлы модов с меньшим.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="850"/>
+ <location filename="modlist.cpp" line="954"/>
<source>Category of the mod.</source>
<translation>Категория мода.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="851"/>
+ <location filename="modlist.cpp" line="955"/>
<source>Id of the mod as used on Nexus.</source>
<translation>ID мода, используемый на Nexus.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="852"/>
+ <location filename="modlist.cpp" line="956"/>
<source>Emblemes to highlight things that might require attention.</source>
<translation>Выделяет подсветкой вещи, которые могут потребовать внимания.</translation>
</message>
<message>
- <location filename="modlist.cpp" line="853"/>
+ <location filename="modlist.cpp" line="957"/>
+ <source>Depicts the content of the mod:&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/plugin&quot; width=32/&gt;Game plugins (esp/esm)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/interface&quot; width=32/&gt;interface&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/mesh&quot; width=32/&gt;Meshes&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/texture&quot; width=32/&gt;Textures&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/sound&quot; width=32/&gt;Sounds&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/music&quot; width=32/&gt;Music&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/string&quot; width=32/&gt;Strings&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/script&quot; width=32/&gt;Scripts (Papyrus)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skse&quot; width=32/&gt;Script Extender plugins&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skyproc&quot; width=32/&gt;SkyProc Patcher&lt;br&gt;</source>
+ <translation>Показывает содержимое мода:&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/plugin&quot; width=32/&gt;Плагины (esp/esm)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/interface&quot; width=32/&gt;интерфейс&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/mesh&quot; width=32/&gt;Полигональные сетки&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/texture&quot; width=32/&gt;Текстуры&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/sound&quot; width=32/&gt;Звуки&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/music&quot; width=32/&gt;Музыка&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/string&quot; width=32/&gt;Строки&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/script&quot; width=32/&gt;Скрипты (Papyrus)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skse&quot; width=32/&gt;Плагины Script Extender&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skyproc&quot; width=32/&gt;Патч SkyProc&lt;br&gt;</translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="969"/>
<source>Time this mod was installed</source>
<translation>Время, когда мод был установлен.</translation>
</message>
@@ -3371,17 +3782,22 @@ p, li { white-space: pre-wrap; }
<context>
<name>NXMAccessManager</name>
<message>
- <location filename="nxmaccessmanager.cpp" line="130"/>
+ <location filename="nxmaccessmanager.cpp" line="152"/>
<source>Logging into Nexus</source>
<translation>Авторизация на Nexus</translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="145"/>
+ <location filename="nxmaccessmanager.cpp" line="167"/>
<source>timeout</source>
<translation>задержка</translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="185"/>
+ <location filename="nxmaccessmanager.cpp" line="186"/>
+ <source>Unknown error</source>
+ <translation>Неизвестная ошибка</translation>
+ </message>
+ <message>
+ <location filename="nxmaccessmanager.cpp" line="212"/>
<source>Please check your password</source>
<translation>Проверьте ваш пароль</translation>
</message>
@@ -3389,17 +3805,17 @@ p, li { white-space: pre-wrap; }
<context>
<name>NexusInterface</name>
<message>
- <location filename="nexusinterface.cpp" line="218"/>
- <source>Failed to guess mod id for "%1", please pick the correct one</source>
- <translation>Не удалось опознать id мода "%1", пожалуйста, выберете правильный</translation>
+ <location filename="nexusinterface.cpp" line="216"/>
+ <source>Failed to guess mod id for &quot;%1&quot;, please pick the correct one</source>
+ <translation>Не удалось опознать id мода &quot;%1&quot;, пожалуйста, выберете правильный</translation>
</message>
<message>
- <location filename="nexusinterface.cpp" line="455"/>
+ <location filename="nexusinterface.cpp" line="482"/>
<source>empty response</source>
<translation>пустой ответ</translation>
</message>
<message>
- <location filename="nexusinterface.cpp" line="483"/>
+ <location filename="nexusinterface.cpp" line="511"/>
<source>invalid response</source>
<translation>неверный ответ</translation>
</message>
@@ -3417,164 +3833,174 @@ p, li { white-space: pre-wrap; }
<translation>Вы можете использовать перетаскивание, для перемещения папок и файлов в распакованные моды.</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="90"/>
+ <location filename="overwriteinfodialog.cpp" line="88"/>
<source>&amp;Delete</source>
<translation>&amp;Удалить</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="91"/>
+ <location filename="overwriteinfodialog.cpp" line="89"/>
<source>&amp;Rename</source>
<translation>&amp;Переименовать</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="92"/>
+ <location filename="overwriteinfodialog.cpp" line="90"/>
<source>&amp;Open</source>
- <translation type="unfinished">&amp;Открыть</translation>
+ <translation>&amp;Открыть</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="93"/>
+ <location filename="overwriteinfodialog.cpp" line="91"/>
<source>&amp;New Folder</source>
<translation>&amp;Новая папка</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="136"/>
- <source>Failed to delete "%1"</source>
- <translation>Не удалось удалить "%1"</translation>
+ <location filename="overwriteinfodialog.cpp" line="109"/>
+ <source>%1 not found</source>
+ <translation>%1 не найден</translation>
+ </message>
+ <message>
+ <location filename="overwriteinfodialog.cpp" line="144"/>
+ <source>Failed to delete &quot;%1&quot;</source>
+ <translation>Не удалось удалить &quot;%1&quot;</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="147"/>
- <location filename="overwriteinfodialog.cpp" line="152"/>
+ <location filename="overwriteinfodialog.cpp" line="155"/>
+ <location filename="overwriteinfodialog.cpp" line="160"/>
<source>Confirm</source>
<translation>Подтверждение</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="147"/>
- <source>Are sure you want to delete "%1"?</source>
- <translation>Вы уверены, что хотите удалить "%1"?</translation>
+ <location filename="overwriteinfodialog.cpp" line="155"/>
+ <source>Are sure you want to delete &quot;%1&quot;?</source>
+ <translation>Вы уверены, что хотите удалить &quot;%1&quot;?</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="152"/>
+ <location filename="overwriteinfodialog.cpp" line="160"/>
<source>Are sure you want to delete the selected files?</source>
<translation>Вы действительно хотите удалить выбранные файлы?</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="202"/>
- <location filename="overwriteinfodialog.cpp" line="208"/>
+ <location filename="overwriteinfodialog.cpp" line="210"/>
+ <location filename="overwriteinfodialog.cpp" line="216"/>
<source>New Folder</source>
<translation>Новая папка</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="214"/>
- <source>Failed to create "%1"</source>
- <translation>Не удалось создать "%1"</translation>
+ <location filename="overwriteinfodialog.cpp" line="222"/>
+ <source>Failed to create &quot;%1&quot;</source>
+ <translation>Не удалось создать &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>PluginList</name>
<message>
- <location filename="pluginlist.cpp" line="109"/>
+ <location filename="pluginlist.cpp" line="104"/>
<source>Name</source>
- <translation type="unfinished">Имя</translation>
+ <translation>Имя</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="110"/>
+ <location filename="pluginlist.cpp" line="105"/>
<source>Priority</source>
<translation>Приоритет</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="111"/>
+ <location filename="pluginlist.cpp" line="106"/>
<source>Mod Index</source>
<translation>Индекс</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="112"/>
+ <location filename="pluginlist.cpp" line="107"/>
<source>Flags</source>
<translation>Флаги</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="113"/>
- <location filename="pluginlist.cpp" line="125"/>
+ <location filename="pluginlist.cpp" line="108"/>
+ <location filename="pluginlist.cpp" line="120"/>
<source>unknown</source>
<translation>неизвестно</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="121"/>
+ <location filename="pluginlist.cpp" line="116"/>
<source>Name of your mods</source>
<translation>Имена ваших модов</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="122"/>
- <source>Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority.</source>
+ <location filename="pluginlist.cpp" line="117"/>
+ <source>Load priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites data from plugins with lower priority.</source>
<translation>Приоритет загрузки ваших модов. Моды с большим приоритетом перезапишут данные модов с меньшим приоритетом.</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="124"/>
+ <location filename="pluginlist.cpp" line="119"/>
<source>The modindex determins the formids of objects originating from this mods.</source>
<translation>Индекс модов, определяющий formid объектов, происходящих из этих модов.</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="165"/>
+ <location filename="pluginlist.cpp" line="160"/>
<source>failed to update esp info for file %1 (source id: %2), error: %3</source>
<translation>не удалось обновить информацию о esp для файла %1 (id источника: %2), ошибка: %3</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="233"/>
+ <location filename="pluginlist.cpp" line="228"/>
<source>esp not found: %1</source>
<translation>esp не найден: %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="240"/>
- <location filename="pluginlist.cpp" line="252"/>
+ <location filename="pluginlist.cpp" line="235"/>
+ <location filename="pluginlist.cpp" line="247"/>
<source>Confirm</source>
<translation>Подтвердить</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="240"/>
+ <location filename="pluginlist.cpp" line="235"/>
<source>Really enable all plugins?</source>
<translation>Действительно подключить все плагины?</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="252"/>
+ <location filename="pluginlist.cpp" line="247"/>
<source>Really disable all plugins?</source>
<translation>Действительно отключить все плагины?</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="380"/>
+ <location filename="pluginlist.cpp" line="398"/>
<source>The file containing locked plugin indices is broken</source>
<translation>Файл, содержащий индексы заблокированного плагина, не работает.</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="418"/>
+ <location filename="pluginlist.cpp" line="439"/>
<source>Some of your plugins have invalid names! These plugins can not be loaded by the game. Please see mo_interface.log for a list of affected plugins and rename them.</source>
<translation>Некоторые из ваших плагинов имеют неверные имена. Эти плагины не могут быть загружены игрой. Смотрите mo_interface.log для получения списка таких плагинов и переименуйте их.</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="644"/>
- <source>BOSS dll incompatible</source>
- <translation>BOSS dll несовместим</translation>
+ <location filename="pluginlist.cpp" line="806"/>
+ <source>This plugin can&apos;t be disabled (enforced by the game)</source>
+ <translation>Этот плагин не может быть отключен (грузится игрой принудительно)</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="983"/>
- <source>This plugin can't be disabled (enforced by the game)</source>
- <translation>Этот плагин не может быть отключен (грузится игрой принудительно)</translation>
+ <location filename="pluginlist.cpp" line="808"/>
+ <source>&lt;b&gt;Origin&lt;/b&gt;: %1</source>
+ <translation>&lt;b&gt;Источник&lt;/b&gt;: %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="985"/>
- <source>Origin: %1</source>
- <translation>Источник: %1</translation>
+ <location filename="pluginlist.cpp" line="810"/>
+ <source>Author</source>
+ <translation>Автор</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="987"/>
+ <location filename="pluginlist.cpp" line="813"/>
+ <source>Description</source>
+ <translation>Описание</translation>
+ </message>
+ <message>
+ <location filename="pluginlist.cpp" line="816"/>
<source>Missing Masters</source>
<translation>Отсутствующие мастерфайлы</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="993"/>
+ <location filename="pluginlist.cpp" line="823"/>
<source>Enabled Masters</source>
<translation>Подключенные мастерфайлы</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="1134"/>
+ <location filename="pluginlist.cpp" line="974"/>
<source>failed to restore load order for %1</source>
<translation>не удалось восстановить порядок загрузки для %1</translation>
</message>
@@ -3601,16 +4027,16 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="problemsdialog.ui" line="49"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="problemsdialog.ui" line="75"/>
@@ -3642,63 +4068,68 @@ p, li { white-space: pre-wrap; }
<translation>не удалось создать %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="182"/>
+ <location filename="profile.cpp" line="184"/>
<source>failed to write mod list: %1</source>
<translation>не удалось записать список модов: %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="193"/>
+ <location filename="profile.cpp" line="195"/>
<source>failed to update tweaked ini file, wrong settings may be used: %1</source>
<translation>не удалось обновить настроенный ini-файл, вероятно используются ошибочные настройки: %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="223"/>
+ <location filename="profile.cpp" line="226"/>
<source>failed to create tweaked ini: %1</source>
<translation>не удалось создать настроенный ini: %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="276"/>
- <location filename="profile.cpp" line="305"/>
- <location filename="profile.cpp" line="390"/>
- <location filename="profile.cpp" line="408"/>
- <location filename="profile.cpp" line="418"/>
+ <location filename="profile.cpp" line="236"/>
+ <source>&quot;%1&quot; is missing or inaccessible</source>
+ <translation>&quot;%1&quot; отсутствует или недоступен</translation>
+ </message>
+ <message>
+ <location filename="profile.cpp" line="282"/>
+ <location filename="profile.cpp" line="314"/>
+ <location filename="profile.cpp" line="416"/>
+ <location filename="profile.cpp" line="436"/>
+ <location filename="profile.cpp" line="446"/>
<source>invalid index %1</source>
<translation>неверный индекс %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="371"/>
- <source>Overwrite directory couldn't be parsed</source>
+ <location filename="profile.cpp" line="397"/>
+ <source>Overwrite directory couldn&apos;t be parsed</source>
<translation>Замена каталога не может быть обработана</translation>
</message>
<message>
- <location filename="profile.cpp" line="380"/>
+ <location filename="profile.cpp" line="406"/>
<source>invalid priority %1</source>
<translation>неверный приоритет %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="568"/>
+ <location filename="profile.cpp" line="596"/>
<source>failed to parse ini file (%1)</source>
<translation>не удалось обработать ini файл (%1)</translation>
</message>
<message>
- <location filename="profile.cpp" line="596"/>
+ <location filename="profile.cpp" line="624"/>
<source>failed to parse ini file (%1): %2</source>
<translation>не удалось обработать ini файл (%1): %2</translation>
</message>
<message>
- <location filename="profile.cpp" line="620"/>
- <location filename="profile.cpp" line="657"/>
- <source>failed to modify "%1"</source>
- <translation>не удалось изменить "%1"</translation>
+ <location filename="profile.cpp" line="648"/>
+ <location filename="profile.cpp" line="685"/>
+ <source>failed to modify &quot;%1&quot;</source>
+ <translation>не удалось изменить &quot;%1&quot;</translation>
</message>
<message>
- <location filename="profile.cpp" line="685"/>
+ <location filename="profile.cpp" line="713"/>
<source>Delete savegames?</source>
<translation>Удалить сохранения?</translation>
</message>
<message>
- <location filename="profile.cpp" line="686"/>
- <source>Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames)</source>
+ <location filename="profile.cpp" line="714"/>
+ <source>Do you want to delete local savegames? (If you select &quot;No&quot;, the save games will show up again if you re-enable local savegames)</source>
<translation>Вы хотите удалить локальные сохранения? (При отрицательном выборе сохранения отобразятся снова, если повторно включить локальные сохранения)</translation>
</message>
</context>
@@ -3721,7 +4152,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profileinputdialog.ui" line="33"/>
- <source>If checked, the new profile will use the default game settings instead of the "global" settings. Global settings are the settings you configure when running the game launcher directly, without MO.</source>
+ <source>If checked, the new profile will use the default game settings instead of the &quot;global&quot; settings. Global settings are the settings you configure when running the game launcher directly, without MO.</source>
<translation>Если отмечено, новый профиль будет использовать настройки игры по умолчанию, вместо общих настроек. Общие настройки, это настройки, которые вы установили, когда запустили лаунчер игры напрямую, без MO.</translation>
</message>
<message>
@@ -3744,20 +4175,20 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.ui" line="25"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;This is the list of profiles. Each Profile contains its own list and installation order of enabled mods (from a shared pool), a configuration of enabled esps/esms, a copy of the games ini-file and an optional savegame filter.&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;Note&lt;/span&gt; For technical reasons it's currently not possible to have seperate load-orders for esps. This means you can't load moda.esp before modb.esp in one profile and the other way around in another.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This is the list of profiles. Each Profile contains its own list and installation order of enabled mods (from a shared pool), a configuration of enabled esps/esms, a copy of the games ini-file and an optional savegame filter.&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note&lt;/span&gt; For technical reasons it&apos;s currently not possible to have seperate load-orders for esps. This means you can&apos;t load moda.esp before modb.esp in one profile and the other way around in another.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;Это список профилей. Каждый профиль содержит свой собственный список и порядок установки подключенных модов (из общего пула), настройки подключенных esps/esms, копии игровых ini-файлов и опциональный фильтр сохранений.&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;Примечание&lt;/span&gt; По техническим причинам невозможно иметь отдельные порядки загрузки для esp. Это означает, что вы не сможете загрузить moda.esp пере modb.esp в одном профиле и иным образом в другом профиле.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Это список профилей. Каждый профиль содержит свой собственный список и порядок установки подключенных модов (из общего пула), настройки подключенных esps/esms, копии игровых ini-файлов и опциональный фильтр сохранений.&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Примечание&lt;/span&gt; По техническим причинам невозможно иметь отдельные порядки загрузки для esp. Это означает, что вы не сможете загрузить moda.esp пере modb.esp в одном профиле и иным образом в другом профиле.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="38"/>
@@ -3777,22 +4208,22 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.ui" line="54"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The games Oblivion, Fallout 3 and Fallout NV contain a bug which prevents texture and mesh replacers (that is: all modifications to meshes and textures already in game) from working.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Mod Organizer uses a workaround called &amp;quot;BSA redirection&amp;quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;With Skyrim this bug seems to be fixed to a degree but whether a mod becomes active still depends on file dates. Therefore, it still makes sense to activate this.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The games Oblivion, Fallout 3 and Fallout NV contain a bug which prevents texture and mesh replacers (that is: all modifications to meshes and textures already in game) from working.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Mod Organizer uses a workaround called &amp;quot;BSA redirection&amp;quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;With Skyrim this bug seems to be fixed to a degree but whether a mod becomes active still depends on file dates. Therefore, it still makes sense to activate this.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Игры Oblivion, Fallout 3 и Fallout NV содержат баг, который делает неработоспособными текстуры и модели реплейсеров (то есть: все изменения моделей и текстур в игре).&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Mod Organizer использует способ обхода, называемый &amp;quot;BSA redirection&amp;quot; (google в помощь), чтобы решить эту проблему надежно и без дальнейшей возни. Просто подключить и забыть.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;В Скайрим, кажется, этот баг исправлен в известной степени, но будет ли мод активным, зависит по прежнему от даты модификации файлов. Поэтому всё ещё есть смысл включить это.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Игры Oblivion, Fallout 3 и Fallout NV содержат баг, который делает неработоспособными текстуры и модели реплейсеров (то есть: все изменения моделей и текстур в игре).&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Mod Organizer использует способ обхода, называемый &amp;quot;BSA redirection&amp;quot; (google в помощь), чтобы решить эту проблему надежно и без дальнейшей возни. Просто подключить и забыть.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;В Скайрим, кажется, этот баг исправлен в известной степени, но будет ли мод активным, зависит по прежнему от даты модификации файлов. Поэтому всё ещё есть смысл включить это.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="64"/>
@@ -3855,11 +4286,11 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="profilesdialog.ui" line="162"/>
<source>Close</source>
- <translation type="unfinished">Закрыть</translation>
+ <translation>Закрыть</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="61"/>
- <source>Archive invalidation isn't required for this game.</source>
+ <source>Archive invalidation isn&apos;t required for this game.</source>
<translation>Инвалидация не требуется для этой игры.</translation>
</message>
<message>
@@ -3871,7 +4302,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="profilesdialog.cpp" line="152"/>
<source>Name</source>
- <translation type="unfinished">Имя</translation>
+ <translation>Имя</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="152"/>
@@ -3910,8 +4341,8 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.cpp" line="183"/>
- <source>This profile you're about to delete seems to be broken or the path is invalid. I'm about to delete the following folder: "%1". Proceed?</source>
- <translation>Профиль, который вы собираетесь удалить, кажется испорчен или содержит неверный путь. Речь идет о удалении следующей папки: "%1". Приступить?</translation>
+ <source>This profile you&apos;re about to delete seems to be broken or the path is invalid. I&apos;m about to delete the following folder: &quot;%1&quot;. Proceed?</source>
+ <translation>Профиль, который вы собираетесь удалить, кажется испорчен или содержит неверный путь. Речь идет о удалении следующей папки: &quot;%1&quot;. Приступить?</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="215"/>
@@ -3956,23 +4387,23 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="csvbuilder.cpp" line="70"/>
- <source>invalid field name "%1"</source>
- <translation>неверное имя поля "%1"</translation>
+ <source>invalid field name &quot;%1&quot;</source>
+ <translation>неверное имя поля &quot;%1&quot;</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="76"/>
- <source>invalid type for "%1" (should be integer)</source>
- <translation>неверный тип для "%1" (должно быть целое)</translation>
+ <source>invalid type for &quot;%1&quot; (should be integer)</source>
+ <translation>неверный тип для &quot;%1&quot; (должно быть целое)</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="81"/>
- <source>invalid type for "%1" (should be string)</source>
- <translation>неверный тип для "%1" (должна быть строка)</translation>
+ <source>invalid type for &quot;%1&quot; (should be string)</source>
+ <translation>неверный тип для &quot;%1&quot; (должна быть строка)</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="86"/>
- <source>invalid type for "%1" (should be float)</source>
- <translation>неверный тип для "%1" (должно быть с плавающей запятой)</translation>
+ <source>invalid type for &quot;%1&quot; (should be float)</source>
+ <translation>неверный тип для &quot;%1&quot; (должно быть с плавающей запятой)</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="103"/>
@@ -3981,13 +4412,13 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="csvbuilder.cpp" line="140"/>
- <source>field not set "%1"</source>
- <translation>поле не установлено "%1"</translation>
+ <source>field not set &quot;%1&quot;</source>
+ <translation>поле не установлено &quot;%1&quot;</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="237"/>
- <source>invalid character in field "%1"</source>
- <translation>неверный символ в поле "%1"</translation>
+ <source>invalid character in field &quot;%1&quot;</source>
+ <translation>неверный символ в поле &quot;%1&quot;</translation>
</message>
<message>
<location filename="csvbuilder.cpp" line="240"/>
@@ -4030,7 +4461,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="loadmechanism.cpp" line="138"/>
<source>Failed to delete %1</source>
- <translation type="unfinished">Не удалось удалить %1</translation>
+ <translation>Не удалось удалить %1</translation>
</message>
<message>
<location filename="loadmechanism.cpp" line="144"/>
@@ -4081,87 +4512,91 @@ p, li { white-space: pre-wrap; }
<translation>Не удалось установить загрузку proxy-dll</translation>
</message>
<message>
- <location filename="main.cpp" line="139"/>
+ <location filename="main.cpp" line="122"/>
<source>Permissions required</source>
<translation>Требуются права доступа</translation>
</message>
<message>
- <location filename="main.cpp" line="140"/>
- <source>The current user account doesn't have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run "helper.exe" with administrative rights.</source>
- <translation>Текущий аккаунт пользователя не имеет требуемых прав доступа для запуска Mod Organizer. Необходимые изменения могут быть сделаны автоматически (папка MO будет сделана записываемой для текущего аккаунта пользователя). Вы получите запрос о запуске "helper.exe" с правами администратора.</translation>
+ <location filename="main.cpp" line="123"/>
+ <source>The current user account doesn&apos;t have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run &quot;helper.exe&quot; with administrative rights.</source>
+ <translation>Текущий аккаунт пользователя не имеет требуемых прав доступа для запуска Mod Organizer. Необходимые изменения могут быть сделаны автоматически (папка MO будет сделана записываемой для текущего аккаунта пользователя). Вы получите запрос о запуске &quot;helper.exe&quot; с правами администратора.</translation>
</message>
<message>
- <location filename="main.cpp" line="231"/>
- <location filename="main.cpp" line="269"/>
+ <location filename="main.cpp" line="202"/>
+ <location filename="main.cpp" line="241"/>
<source>Woops</source>
<translation>Упс</translation>
</message>
<message>
- <location filename="main.cpp" line="232"/>
+ <location filename="main.cpp" line="203"/>
<source>ModOrganizer has crashed! Should a diagnostic file be created? If you send me this file (%1) to sherb@gmx.net, the bug is a lot more likely to be fixed. Please include a short description of what you were doing when the crash happened</source>
<translation>Mod Organizer вышел из строя! Нужно ли создать диагностический файл? Если вы вышлите файл (%1) по адресу sherb@gmx.net, ошибка с намного большей вероятностью будет исправлена. Пожалуйста, добавьте краткое описание своих действий, перед тем, как произошла ошибка</translation>
</message>
<message>
- <location filename="main.cpp" line="270"/>
+ <location filename="main.cpp" line="242"/>
<source>ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1</source>
<translation>ModOrganizer вышел из строя! К сожалению не удалось записать диагностический файл: %1</translation>
</message>
<message>
- <location filename="main.cpp" line="332"/>
- <location filename="settings.cpp" line="542"/>
+ <location filename="main.cpp" line="383"/>
+ <location filename="settings.cpp" line="528"/>
<source>Mod Organizer</source>
<translation>Mod Organizer</translation>
</message>
<message>
- <location filename="main.cpp" line="332"/>
+ <location filename="main.cpp" line="383"/>
<source>An instance of Mod Organizer is already running</source>
<translation>Другой экземпляр Mod Organizer уже запущен</translation>
</message>
<message>
- <location filename="main.cpp" line="354"/>
- <source>No game identified in "%1". The directory is required to contain the game binary and its launcher.</source>
- <translation>Игра не обнаружена в "%1". Требуется, чтобы папка содержала исполняемые файлы игры.</translation>
+ <location filename="main.cpp" line="397"/>
+ <source>No game identified in &quot;%1&quot;. The directory is required to contain the game binary and its launcher.</source>
+ <translation>Игра не обнаружена в &quot;%1&quot;. Требуется, чтобы папка содержала исполняемые файлы игры.</translation>
</message>
<message>
- <location filename="main.cpp" line="357"/>
- <location filename="main.cpp" line="386"/>
+ <location filename="main.cpp" line="400"/>
+ <location filename="main.cpp" line="429"/>
<source>Please select the game to manage</source>
<translation>Выберете игру для управления</translation>
</message>
<message>
- <location filename="main.cpp" line="412"/>
- <source>Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!)</source>
+ <location filename="main.cpp" line="456"/>
+ <source>Please select the game edition you have (MO can&apos;t start the game correctly if this is set incorrectly!)</source>
<translation>Пожалуйста, выберете редакцию игры, которую вы имеете (MO не сможет правильно запустить игру, если это будет установлено неверно!)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="782"/>
- <source>Please use "Help" from the toolbar to get usage instructions to all elements</source>
- <translation>Используйте пункт "Справка" на панели инструментов, чтобы получить инструкции по использованию всех элементов.</translation>
+ <location filename="main.cpp" line="545"/>
+ <source>failed to start application: %1</source>
+ <translation>не удалось запустить приложение: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1610"/>
- <location filename="mainwindow.cpp" line="4216"/>
+ <location filename="mainwindow.cpp" line="856"/>
+ <source>Please use &quot;Help&quot; from the toolbar to get usage instructions to all elements</source>
+ <translation>Используйте пункт &quot;Справка&quot; на панели инструментов, чтобы получить инструкции по использованию всех элементов.</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1659"/>
+ <location filename="mainwindow.cpp" line="4347"/>
<source>&lt;Manage...&gt;</source>
<translation>&lt;Управлять...&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1628"/>
+ <location filename="mainwindow.cpp" line="1677"/>
<source>failed to parse profile %1: %2</source>
<translation>не удалось обработать профиль %1: %2</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="335"/>
- <location filename="profile.cpp" line="233"/>
- <source>failed to find "%1"</source>
- <translation>не удалось найти "%1"</translation>
+ <location filename="pluginlist.cpp" line="353"/>
+ <source>failed to find &quot;%1&quot;</source>
+ <translation>не удалось найти &quot;%1&quot;</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="491"/>
+ <location filename="pluginlist.cpp" line="518"/>
<source>failed to access %1</source>
<translation>не удалось получить доступ к %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="505"/>
+ <location filename="pluginlist.cpp" line="532"/>
<source>failed to set file time %1</source>
<translation>не удалось изменить дату модификации для %1</translation>
</message>
@@ -4172,8 +4607,8 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profile.cpp" line="96"/>
- <source>"%1" is missing</source>
- <translation>"%1" отсутствует</translation>
+ <source>&quot;%1&quot; is missing or inaccessible</source>
+ <translation>&quot;%1&quot; отсутствует или недоступен</translation>
</message>
<message>
<location filename="profilesdialog.cpp" line="80"/>
@@ -4187,76 +4622,76 @@ p, li { white-space: pre-wrap; }
<translation>Ошибка</translation>
</message>
<message>
- <location filename="savegamegamebryo.cpp" line="139"/>
- <location filename="savegamegamebryo.cpp" line="198"/>
- <location filename="savegamegamebryo.cpp" line="240"/>
+ <location filename="safewritefile.cpp" line="33"/>
+ <source>failed to open temporary file</source>
+ <translation>не удалось открыть временный файл</translation>
+ </message>
+ <message>
+ <location filename="savegamegamebryo.cpp" line="130"/>
+ <location filename="savegamegamebryo.cpp" line="189"/>
+ <location filename="savegamegamebryo.cpp" line="231"/>
<source>wrong file format</source>
<translation>неверный формат файла</translation>
</message>
<message>
- <location filename="savegamegamebryo.cpp" line="326"/>
+ <location filename="savegamegamebryo.cpp" line="317"/>
<source>failed to open %1</source>
<translation>не удалось открыть %1</translation>
</message>
<message>
- <location filename="settings.cpp" line="549"/>
+ <location filename="settings.cpp" line="535"/>
<source>Script Extender</source>
<translation>Script Extender</translation>
</message>
<message>
- <location filename="settings.cpp" line="556"/>
+ <location filename="settings.cpp" line="542"/>
<source>Proxy DLL</source>
<translation>Proxy DLL</translation>
</message>
<message>
- <location filename="spawn.cpp" line="106"/>
- <source>failed to spawn "%1"</source>
- <translation>не удалось вызвать "%1"</translation>
+ <location filename="spawn.cpp" line="140"/>
+ <source>failed to spawn &quot;%1&quot;</source>
+ <translation>не удалось вызвать &quot;%1&quot;</translation>
</message>
<message>
- <location filename="spawn.cpp" line="113"/>
+ <location filename="spawn.cpp" line="147"/>
<source>Elevation required</source>
<translation>Требуется повышение прав</translation>
</message>
<message>
- <location filename="spawn.cpp" line="114"/>
+ <location filename="spawn.cpp" line="148"/>
<source>This process requires elevation to run.
This is a potential security risk so I highly advice you to investigate if
-"%1"
+&quot;%1&quot;
can be installed to work without elevation.
Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe to make changes to the system)</source>
<translation>Этот процесс требует повышения прав на запуск.
Это потенциальный риск для безопасности, поэтому настоятельно рекомендуется изучить
-"%1"
+&quot;%1&quot;
на возможность установки без повышения прав.
Запустить с повышенными правами в любом случае? (будет выведен запрос о разрешении ModOrganizer.exe сделать изменения в системе)</translation>
</message>
<message>
- <location filename="spawn.cpp" line="129"/>
- <source>failed to spawn "%1": %2</source>
- <translation>не удалось вызвать "%1": %2</translation>
+ <location filename="spawn.cpp" line="163"/>
+ <source>failed to spawn &quot;%1&quot;: %2</source>
+ <translation>не удалось вызвать &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="spawn.cpp" line="138"/>
- <source>"%1" doesn't exist</source>
- <translation>"%1" не существует</translation>
+ <location filename="spawn.cpp" line="172"/>
+ <source>&quot;%1&quot; doesn&apos;t exist</source>
+ <translation>&quot;%1&quot; не существует</translation>
</message>
<message>
- <location filename="spawn.cpp" line="145"/>
- <source>failed to inject dll into "%1": %2</source>
- <translation>не удалось подключить dll к "%1": %2</translation>
+ <location filename="spawn.cpp" line="179"/>
+ <source>failed to inject dll into &quot;%1&quot;: %2</source>
+ <translation>не удалось подключить dll к &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="spawn.cpp" line="153"/>
- <source>failed to run "%1"</source>
- <translation>не удалось запустить "%1"</translation>
- </message>
- <message>
- <location filename="safewritefile.cpp" line="32"/>
- <source>failed to open temporary file</source>
- <translation>не удалось открыть временный файл</translation>
+ <location filename="spawn.cpp" line="197"/>
+ <source>failed to run &quot;%1&quot;</source>
+ <translation>не удалось запустить &quot;%1&quot;</translation>
</message>
</context>
<context>
@@ -4284,7 +4719,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="queryoverwritedialog.ui" line="77"/>
<source>Replace</source>
- <translation type="unfinished">Заменить</translation>
+ <translation>Заменить</translation>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="84"/>
@@ -4294,7 +4729,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="queryoverwritedialog.ui" line="91"/>
<source>Cancel</source>
- <translation type="unfinished">Отмена</translation>
+ <translation>Отмена</translation>
</message>
</context>
<context>
@@ -4353,7 +4788,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savetextasdialog.ui" line="59"/>
<source>Close</source>
- <translation type="unfinished">Закрыть</translation>
+ <translation>Закрыть</translation>
</message>
<message>
<location filename="savetextasdialog.cpp" line="36"/>
@@ -4363,12 +4798,12 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savetextasdialog.cpp" line="36"/>
<source>Text Files</source>
- <translation type="unfinished">Текстовые файлы</translation>
+ <translation>Текстовые файлы</translation>
</message>
<message>
<location filename="savetextasdialog.cpp" line="40"/>
- <source>failed to open "%1" for writing</source>
- <translation>не удалось открыть "%1" для записи</translation>
+ <source>failed to open &quot;%1&quot; for writing</source>
+ <translation>не удалось открыть &quot;%1&quot; для записи</translation>
</message>
</context>
<context>
@@ -4381,91 +4816,91 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="selectiondialog.ui" line="23"/>
<source>Placeholder</source>
- <translation type="unfinished">Заполнитель</translation>
+ <translation>Метка-заполнитель</translation>
</message>
<message>
<location filename="selectiondialog.ui" line="77"/>
<source>Cancel</source>
- <translation type="unfinished">Отмена</translation>
+ <translation>Отмена</translation>
</message>
</context>
<context>
<name>SelfUpdater</name>
<message>
<location filename="selfupdater.cpp" line="66"/>
- <source>archive.dll not loaded: "%1"</source>
- <translation>archive.dll не загружен: "%1"</translation>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation>archive.dll не загружен: &quot;%1&quot;</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="116"/>
- <location filename="selfupdater.cpp" line="139"/>
- <location filename="selfupdater.cpp" line="268"/>
- <location filename="selfupdater.cpp" line="415"/>
+ <location filename="selfupdater.cpp" line="117"/>
+ <location filename="selfupdater.cpp" line="140"/>
+ <location filename="selfupdater.cpp" line="269"/>
+ <location filename="selfupdater.cpp" line="416"/>
<source>Update</source>
<translation>Обновление</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="117"/>
+ <location filename="selfupdater.cpp" line="118"/>
<source>An update is available (newest version: %1), do you want to install it?</source>
<translation>Доступно обновление (последняя версия: %1). Вы хотите установить его?</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="140"/>
+ <location filename="selfupdater.cpp" line="141"/>
<source>Download in progress</source>
<translation>Загрузка в процессе</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="195"/>
+ <location filename="selfupdater.cpp" line="196"/>
<source>Download failed: %1</source>
<translation>Загрузка не удалась: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="206"/>
+ <location filename="selfupdater.cpp" line="207"/>
<source>Failed to install update: %1</source>
<translation>Не удалось установить обновление: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="227"/>
- <source>failed to open archive "%1": %2</source>
- <translation>не удалось открыть архив "%1": %2</translation>
+ <location filename="selfupdater.cpp" line="228"/>
+ <source>failed to open archive &quot;%1&quot;: %2</source>
+ <translation>не удалось открыть архив &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="250"/>
+ <location filename="selfupdater.cpp" line="251"/>
<source>failed to move outdated files: %1. Please update manually.</source>
<translation>не удалось переместить устаревшие файлы: %1. Пожалуйста, обновите вручную.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="268"/>
+ <location filename="selfupdater.cpp" line="269"/>
<source>Update installed, Mod Organizer will now be restarted.</source>
<translation>Обновление установлено, Mod Organizer будет перезапущен.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="296"/>
+ <location filename="selfupdater.cpp" line="297"/>
<source>Error</source>
<translation>Ошибка</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="351"/>
+ <location filename="selfupdater.cpp" line="352"/>
<source>Failed to parse response. Please report this as a bug and include the file mo_interface.log.</source>
<translation>Не удалось обработать запрос. Пожалуйста, сообщите об этом баге, включив в сообщение файл mo_interface.log.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="416"/>
+ <location filename="selfupdater.cpp" line="417"/>
<source>No incremental update available for this version, the complete package needs to be downloaded (%1 kB)</source>
<translation>Нет дополнительных обновлений для этой версии, необходимо загрузить полный пакет (%1 kB)</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="425"/>
+ <location filename="selfupdater.cpp" line="426"/>
<source>no file for update found. Please update manually.</source>
<translation>не найдено файла для обновления. Пожалуйста, обновите вручную.</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="440"/>
+ <location filename="selfupdater.cpp" line="441"/>
<source>Failed to retrieve update information: %1</source>
<translation>Не удалось получить сведения об обновлении: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="460"/>
+ <location filename="selfupdater.cpp" line="461"/>
<source>No download server available. Please try again later.</source>
<translation>Нет доступных для загрузки серверов. Пожалуйста, попробуйте позже.</translation>
</message>
@@ -4473,18 +4908,28 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<context>
<name>Settings</name>
<message>
- <location filename="settings.cpp" line="320"/>
- <location filename="settings.cpp" line="339"/>
- <source>attempt to store setting for unknown plugin "%1"</source>
- <translation>попытка сохранить настройку для неизвестного плагина "%1"</translation>
+ <location filename="settings.cpp" line="115"/>
+ <source>Failed</source>
+ <translation>Неудача</translation>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="116"/>
+ <source>Sorry, failed to start the helper application</source>
+ <translation>Не удалось запустить программу-помощник </translation>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="335"/>
+ <location filename="settings.cpp" line="354"/>
+ <source>attempt to store setting for unknown plugin &quot;%1&quot;</source>
+ <translation>попытка сохранить настройку для неизвестного плагина &quot;%1&quot;</translation>
</message>
<message>
- <location filename="settings.cpp" line="660"/>
+ <location filename="settings.cpp" line="647"/>
<source>Confirm</source>
<translation>Подтверждение</translation>
</message>
<message>
- <location filename="settings.cpp" line="660"/>
+ <location filename="settings.cpp" line="647"/>
<source>Changing the mod directory affects all your profiles! Mods not present (or named differently) in the new location will be disabled in all profiles. There is no way to undo this unless you backed up your profiles manually. Proceed?</source>
<translation>Изменение каталога для модов отразится на всех ваших профилях. Нельзя будет отменить это, если только вы не сохранили резервные копии ваших профилей вручную. Продолжить?</translation>
</message>
@@ -4513,16 +4958,16 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
</message>
<message>
<location filename="settingsdialog.ui" line="42"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The display language. This will only displaye languages for which you have a translation installed.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The display language. This will only displaye languages for which you have a translation installed.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Используемый язык. Будут отображены языки, локализация на которые имеется.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Используемый язык. Будут отображены языки, локализация на которые имеется.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="57"/>
@@ -4546,15 +4991,15 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="settingsdialog.ui" line="85"/>
- <source>Decides the amount of data printed to "ModOrganizer.log"</source>
- <translation>Определяет количество данных, выводимых в "ModOrganizer.log"</translation>
+ <source>Decides the amount of data printed to &quot;ModOrganizer.log&quot;</source>
+ <translation>Определяет количество данных, выводимых в &quot;ModOrganizer.log&quot;</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="88"/>
- <source>Decides the amount of data printed to "ModOrganizer.log".
-"Debug" produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the "Info" level for regluar use. On the "Error" level the log file usually remains empty.</source>
- <translation>Определяет количество данных, выводимых в "ModOrganizer.log".
-"Отладка" позволяет получить очень полезную для поиска проблем информацию. Влияния на производительность не замечено, однако размер лога может быть довольно большим. Если это проблема, то вы можете предпочесть для обычного использования уровень "Информация". На уровне "Ошибка" лог обычно остается пустым.</translation>
+ <source>Decides the amount of data printed to &quot;ModOrganizer.log&quot;.
+&quot;Debug&quot; produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the &quot;Info&quot; level for regluar use. On the &quot;Error&quot; level the log file usually remains empty.</source>
+ <translation>Определяет количество данных, выводимых в &quot;ModOrganizer.log&quot;.
+&quot;Отладка&quot; позволяет получить очень полезную для поиска проблем информацию. Влияния на производительность не замечено, однако размер лога может быть довольно большим. Если это проблема, то вы можете предпочесть для обычного использования уровень &quot;Информация&quot;. На уровне &quot;Ошибка&quot; лог обычно остается пустым.</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="93"/>
@@ -4594,7 +5039,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="settingsdialog.ui" line="158"/>
- <source>Directory where mods are stored. Please note that changing this will break all associations of profiles with mods that don't exist in the new location (with the same name).</source>
+ <source>Directory where mods are stored. Please note that changing this will break all associations of profiles with mods that don&apos;t exist in the new location (with the same name).</source>
<translation>Каталог, в котором хранятся моды. Имейте ввиду, эти изменения нарушат все ассоциации профилей с несуществующими в новом расположении модами (с тем же именем).</translation>
</message>
<message>
@@ -4608,296 +5053,342 @@ p, li { white-space: pre-wrap; }
<translation>Каталог кэша</translation>
</message>
<message>
+ <location filename="settingsdialog.ui" line="199"/>
+ <source>User interface</source>
+ <translation>Пользовательский интерфейс</translation>
+ </message>
+ <message>
<location filename="settingsdialog.ui" line="205"/>
+ <source>If checked, the download interface will be more compact.</source>
+ <translation> Если отмечено, интерфейс загрузки будет компактней.</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="208"/>
+ <source>Compact Download Interface</source>
+ <translation>Компактный интерфейс загрузки</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="215"/>
+ <source>If checked, the download list will display meta information instead of file names.</source>
+ <translation>Если отмечено, список загрузок будет отображать мета-информацию вместо имен файлов.</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="218"/>
+ <source>Download Meta Information</source>
+ <translation>Загрузка мета-информации</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="234"/>
<source>Reset stored information from dialogs.</source>
<translation>Сброс хранимой информации о диалогах.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="208"/>
- <source>This will make all dialogs show up again where you checked the "Remember selection"-box.</source>
- <translation>Заставит снова появиться все диалоги, в которых вы ранее отмечали флажок "Запомнить выбор".</translation>
+ <location filename="settingsdialog.ui" line="237"/>
+ <source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box.</source>
+ <translation>Заставит снова появиться все диалоги, в которых вы ранее отмечали флажок &quot;Запомнить выбор&quot;.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="211"/>
+ <location filename="settingsdialog.ui" line="240"/>
<source>Reset Dialogs</source>
<translation>Сбросить диалоги</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="231"/>
- <location filename="settingsdialog.ui" line="234"/>
+ <location filename="settingsdialog.ui" line="260"/>
+ <location filename="settingsdialog.ui" line="263"/>
<source>Modify the categories available to arrange your mods.</source>
<translation>Изменение категорий, доступных для упорядочивания ваших модов.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="237"/>
+ <location filename="settingsdialog.ui" line="266"/>
<source>Configure Mod Categories</source>
<translation>Настроить категории модов</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="245"/>
- <location filename="settingsdialog.ui" line="261"/>
+ <location filename="settingsdialog.ui" line="274"/>
+ <location filename="settingsdialog.ui" line="290"/>
<source>Nexus</source>
<translation>Nexus</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="251"/>
+ <location filename="settingsdialog.ui" line="280"/>
<source>Allows automatic log-in when the Nexus-Page for the game is clicked.</source>
<translation>Позволяет автоматически входить, кликнув на Nexus-страницу игры.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="254"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="settingsdialog.ui" line="283"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Allows automatic log-in when the Nexus-Page for the game is clicked. Please note that the obfuscation with which the password is stored in modorganizer.ini is not very strong. If you're worried someone might steal your password, don't store it here.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Allows automatic log-in when the Nexus-Page for the game is clicked. Please note that the obfuscation with which the password is stored in modorganizer.ini is not very strong. If you&apos;re worried someone might steal your password, don&apos;t store it here.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Позволяет автоматически входить, кликнув на Nexus-страницу игры. Обратите внимание, что шифрование с которым пароль хранится в файле modorganizer.ini не очень сильное. Если вы беспокоитесь, что кто-нибудь может украсть ваш пароль, не храните его здесь.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Позволяет автоматически входить, кликнув на Nexus-страницу игры. Обратите внимание, что шифрование с которым пароль хранится в файле modorganizer.ini не очень сильное. Если вы беспокоитесь, что кто-нибудь может украсть ваш пароль, не храните его здесь.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="270"/>
+ <location filename="settingsdialog.ui" line="299"/>
<source>If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic.</source>
<translation>Если отмечено и данные ниже введены правильно, входит на Nexus (для просмотра и загрузки) автоматически.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="273"/>
+ <location filename="settingsdialog.ui" line="302"/>
<source>Automatically Log-In to Nexus</source>
<translation>Автоматический вход на Nexus</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="282"/>
+ <location filename="settingsdialog.ui" line="311"/>
<source>Username</source>
- <translation type="unfinished">Имя пользователя</translation>
+ <translation>Имя пользователя</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="296"/>
+ <location filename="settingsdialog.ui" line="325"/>
<source>Password</source>
- <translation type="unfinished">Пароль</translation>
+ <translation>Пароль</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="318"/>
+ <location filename="settingsdialog.ui" line="347"/>
<source>Disable automatic internet features</source>
<translation>Отключить автоматические возможности интернет</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="321"/>
+ <location filename="settingsdialog.ui" line="350"/>
<source>Disable automatic internet features. This does not affect features that are explicitly invoked by the user (like checking mods for updates, endorsing, opening the web browser)</source>
<translation>Отключает автоматические возможности интернет. Это не подействует на функции, которые явно вызваны пользователем (проверка модов на обновления, одобрение, открытие в браузере)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="324"/>
+ <location filename="settingsdialog.ui" line="353"/>
<source>Offline Mode</source>
<translation>Автономный режим</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="331"/>
+ <location filename="settingsdialog.ui" line="360"/>
<source>Use a proxy for network connections.</source>
<translation>Использовать прокси для соединения с сетью</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="334"/>
+ <location filename="settingsdialog.ui" line="363"/>
<source>Use a proxy for network connections. This uses the system-wide settings which can be configured in Internet Explorer. Please note that MO will start up a few seconds slower on some systems when using a proxy.</source>
<translation>Использовать прокси для соединения с сетью. Используются системные параметры, настраиваемые в Internet Explorer. Обратите внимание, что MO запустится на несколько секунд медленнее на некоторых системах, когда используется прокси.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="337"/>
+ <location filename="settingsdialog.ui" line="366"/>
<source>Use HTTP Proxy (Uses System Settings)</source>
<translation>Использовать HTTP Proxy (Используются системные настройки)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="346"/>
- <source>Associate with "Download with manager" links</source>
- <translation>Ассоциировать с ссылками "Загрузить с помощью MO"</translation>
+ <location filename="settingsdialog.ui" line="375"/>
+ <source>Associate with &quot;Download with manager&quot; links</source>
+ <translation>Ассоциировать с ссылками &quot;Загрузить с помощью MO&quot;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="375"/>
+ <location filename="settingsdialog.ui" line="404"/>
<source>Known Servers (updated on download)</source>
<translation>Известные серверы (обновлено при загрузке)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="396"/>
+ <location filename="settingsdialog.ui" line="425"/>
<source>Preferred Servers (Drag &amp; Drop)</source>
<translation>Предпочитаемые серверы (Используйте перетаскивание)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="431"/>
+ <location filename="settingsdialog.ui" line="460"/>
<source>Plugins</source>
<translation>Плагины</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="453"/>
+ <location filename="settingsdialog.ui" line="482"/>
<source>Author:</source>
<translation>Автор:</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="467"/>
+ <location filename="settingsdialog.ui" line="496"/>
<source>Version:</source>
<translation>Версия:</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="481"/>
+ <location filename="settingsdialog.ui" line="510"/>
<source>Description:</source>
<translation>Описание:</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="519"/>
+ <location filename="settingsdialog.ui" line="548"/>
<source>Key</source>
<translation>Клавиша</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="524"/>
+ <location filename="settingsdialog.ui" line="553"/>
<source>Value</source>
<translation>Значение</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="536"/>
+ <location filename="settingsdialog.ui" line="565"/>
<source>Blacklisted Plugins (use &lt;del&gt; to remove):</source>
<translation>Плагины в черном списке (используйте &lt;del&gt; для удаления):</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="547"/>
+ <location filename="settingsdialog.ui" line="576"/>
<source>Workarounds</source>
<translation>Способы обхода</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="555"/>
+ <location filename="settingsdialog.ui" line="584"/>
<source>Steam App ID</source>
<translation>ID приложения Steam</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="575"/>
+ <location filename="settingsdialog.ui" line="604"/>
<source>The Steam AppID for your game</source>
<translation>ID в Steam для вашей игры</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="578"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="settingsdialog.ui" line="607"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The preset for this is the App ID of the &amp;quot;regular&amp;quot; version so in most cases, you should be set.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you think you have a different version (GotY or something), follow these steps to get to the id:&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;1. Navigate to the game library in steam&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;2. right-click on the game you need the id for and choose &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Create desktop shortcut&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;3. right-click on the newly created shortcut on your desktop and select &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Properties&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;4. in the URL-field you should see something like this: &lt;/span&gt;&lt;span style=" font-size:8pt; font-style:italic;"&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;22380 is the id you're looking for.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The preset for this is the App ID of the &amp;quot;regular&amp;quot; version so in most cases, you should be set.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you think you have a different version (GotY or something), follow these steps to get to the id:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;1. Navigate to the game library in steam&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;2. right-click on the game you need the id for and choose &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Create desktop shortcut&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;3. right-click on the newly created shortcut on your desktop and select &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Properties&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;4. in the URL-field you should see something like this: &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-style:italic;&quot;&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;22380 is the id you&apos;re looking for.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;ID приложения в Steam необходим для прямого запуска некоторых игр. Для Skyrim, если он не установлен или неверен, механизм загрузки &amp;quot;Mod Organizer&amp;quot; может работать неправильно.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Предустановленный ID в большинстве случаев должен быть установлен.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Если вы думаете, что у вас другая версия (GotY или другое), следуйте следующей инструкции по установке id:&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;1. Перейдите в библиотеку игр Steam.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;2. Сделайте правый клик по игре, id которой нужен и выберете &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Создать ярлык на рабочем столе&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;3. Сделайте правый клик на созданном на рабочем столе ярлыке и выберете &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Свойства&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;4. в поле URL вы должны увидеть что-то вроде: &lt;/span&gt;&lt;span style=" font-size:8pt; font-style:italic;"&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;22380 это и есть id, который вам нужен.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;ID приложения в Steam необходим для прямого запуска некоторых игр. Для Skyrim, если он не установлен или неверен, механизм загрузки &amp;quot;Mod Organizer&amp;quot; может работать неправильно.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Предустановленный ID в большинстве случаев должен быть установлен.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Если вы думаете, что у вас другая версия (GotY или другое), следуйте следующей инструкции по установке id:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;1. Перейдите в библиотеку игр Steam.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;2. Сделайте правый клик по игре, id которой нужен и выберете &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Создать ярлык на рабочем столе&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;3. Сделайте правый клик на созданном на рабочем столе ярлыке и выберете &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Свойства&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;4. в поле URL вы должны увидеть что-то вроде: &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-style:italic;&quot;&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;22380 это и есть id, который вам нужен.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="609"/>
+ <location filename="settingsdialog.ui" line="638"/>
<source>Load Mechanism</source>
<translation>Механизм загрузки</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="629"/>
+ <location filename="settingsdialog.ui" line="658"/>
<source>Select loading mechanism. See help for details.</source>
<translation>Выберете механизм загрузки. Смотрите справку для подробностей.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="632"/>
+ <location filename="settingsdialog.ui" line="661"/>
<source>Mod Organizer needs a dll to be injected into the game so all mods are visible to it.
There are several means to do this:
*Mod Organizer* (default) In this mode the Mod Organizer itself injects the dll. The disadvantage is that you always have to start the game through MO or a link created by it.
*Script Extender* In this mode, MO is installed as a Script Extender (obse, fose, nvse, skse) plugin.
*Proxy DLL* In this mode, MO replaces one of the game's dlls with one that loads MO (and the original dll of course). This will ONLY work with Steam games and it has only been tested with Skyrim. Please use this only if the other mechanisms don't work.
-If you use the Steam version of Oblivion the default will NOT work. In this case, please install obse and use "Script Extender" as the load mechanism. Also you can then not start Oblivion from MO. Instead, use MO only to set up your mods, then quit and start Oblivion through Steam.</source>
+If you use the Steam version of Oblivion the default will NOT work. In this case, please install obse and use &quot;Script Extender&quot; as the load mechanism. Also you can then not start Oblivion from MO. Instead, use MO only to set up your mods, then quit and start Oblivion through Steam.</source>
<translation>Mod Organizer необходимо подключить dll к игре, чтобы все моды были видны в ней.
Есть несколько способов сделать это:
*Mod Organizer* (по умолчанию) В этом режиме Mod Organizer сам подключает dll. Недостатком этого является то, что вам необходимо всегда начинать игру через MO или созданный им ярлык.
*Script Extender* В этом режиме, MO установлен как плагин Script Extender (obse, fose, nvse, skse).
*Proxy DLL* В этом режиме MO заменяет одну из игровых dll игры своей, которая загружает MO и оригинальную игру. Это работает только с играми Steam и тестировалось только на Skyrim. Используйте этот способ только если другие не работают.
-Если вы используете Steam-версию Oblivion , способ по умолчанию не работает. В этом случае установите obse и используйте "Script Extender" как механизм загрузки. Также после этого вы не сможете запустить Oblivion из MO, вместо этого используйте MO только для настройки модов и запускайте игру через Steam.</translation>
+Если вы используете Steam-версию Oblivion , способ по умолчанию не работает. В этом случае установите obse и используйте &quot;Script Extender&quot; как механизм загрузки. Также после этого вы не сможете запустить Oblivion из MO, вместо этого используйте MO только для настройки модов и запускайте игру через Steam.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="649"/>
+ <location filename="settingsdialog.ui" line="678"/>
<source>NMM Version</source>
<translation>Версия NMM</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="669"/>
+ <location filename="settingsdialog.ui" line="698"/>
<source>The Version of Nexus Mod Manager to impersonate.</source>
<translation>Версия Nexus Mod Manager для представления.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="672"/>
+ <location filename="settingsdialog.ui" line="701"/>
<source>Mod Organizer uses an API provided by the Nexus to provide features like checking for updates and downloading files. Unfortunately this API has not been made available officially to third party tools like MO so we have to impersonate the Nexus Mod Manager to be allowed in.
On top of this Nexus has used the client identification to lock out outdated versions of NMM to force users to update. This means that MO also needs to impersonate the new version of NMM even if MO doesn't need an update. Therefore you can configure the version to identify as here.
-Please note that MO does identify itself as MO to the webserver, it's not lying about what it is. It is merely adding a "compatible" NMM version to the user agent.
+Please note that MO does identify itself as MO to the webserver, it's not lying about what it is. It is merely adding a &quot;compatible&quot; NMM version to the user agent.
-tl;dr-version: If Nexus-features don't work, insert the current version number of NMM here and try again.</source>
+tl;dr-version: If Nexus-features don&apos;t work, insert the current version number of NMM here and try again.</source>
<translation>Mod Organizer использует API Nexus , для использования таких возможностей, как проверка обновлений и загрузка файлов. К сожалению этот API не был сделан официально доступным прочим утилитам, вроде MO, так что нужно представляться как Nexus Mod Manager, чтобы получить доступ.
Помимо этого Nexus использует идентификатор версий, чтобы блокировать устаревшие версии NMM и принудительно заставить пользователей обновиться. Это значит, что MO также нужно представляться последней версией NMM, даже если MO не нуждается в обновлении. Поэтому вы можете настроить здесь также и версию для идентификации.
-Обратите внимание, что MO идентифицирует себя веб-серверу как MO, он не подделывает данные о себе. Он всего лишь добавляется как "совместимая" с NMM версия, в поле user agent.
+Обратите внимание, что MO идентифицирует себя веб-серверу как MO, он не подделывает данные о себе. Он всего лишь добавляется как &quot;совместимая&quot; с NMM версия, в поле user agent.
tl;dr-версия: Если возможности Nexus не работают, вставьте здесь текущую версию NMM и повторите попытку.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="694"/>
+ <location filename="settingsdialog.ui" line="723"/>
<source>Enforces that inactive ESPs and ESMs are never loaded.</source>
<translation>Обеспечивает то, что неактивные ESP и ESM не будут загружены.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="697"/>
+ <location filename="settingsdialog.ui" line="726"/>
<source>It seems that the Games occasionally load ESP or ESM files even if they haven't been activated as plugins.
-I don't yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source>
+I don&apos;t yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source>
<translation>Кажется, что иногда игры загружают ESP и ESM файлы, даже если они не были не подключены как плагины
Обстоятельства этого пока не известны, но отчеты пользователей подразумевают, что это в ряде случаев нежелательно. Если этот флажок отмечен, не отмеченные в списке ESP и ESM не будут видимы в списке и не будут загружены.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="701"/>
+ <location filename="settingsdialog.ui" line="730"/>
<source>Hide inactive ESPs/ESMs</source>
<translation>Скрыть неактивные ESP/ESM</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="708"/>
+ <location filename="settingsdialog.ui" line="737"/>
<source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)</source>
<translation>Если отмечено, файлы (т.е. esp, esm и bsa) принадлежащие основной игре не смогут быть отключены из интерфейса. (по умолчанию: вкл)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="711"/>
+ <location filename="settingsdialog.ui" line="740"/>
<source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)
Uncheck this if you want to use Mod Organizer with total conversions (like Nehrim) but be aware that the game will crash if required files are not enabled.</source>
<translation>Если отмечено, файлы (т.е. esp, esm и bsa) принадлежащие основной игре не смогут быть отключены из интерфейса. (по умолчанию: вкл)
Снимите флажок, если вы собираетесь использовать Mod Organizer с тотальными конверсиями (как Nehrim) , но будьте осторожны, игра может вылететь, если требуемые файлы будут отключены.</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="715"/>
+ <location filename="settingsdialog.ui" line="744"/>
<source>Force-enable game files</source>
<translation>Принудительно подключить файлы игры</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="725"/>
- <location filename="settingsdialog.ui" line="729"/>
+ <location filename="settingsdialog.ui" line="754"/>
+ <source>Disable this to no longer display mods installed outside MO in the mod list (left pane). Assets from those mods will then be treated as having lowest mod priority together with the original game content.</source>
+ <translation>Отключите это, чтобы больше не отображать в левом списке моды, установленные вне MO. Ресурсы из этих модов будут тогда иметь наименьший приоритет, как и оригинальное содержимое игры.</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="757"/>
+ <source>By default Mod Organizer will display esp+bsa bundles installed with foreign tools as mods (left pane). This allows you to control their priority in relation to other mods. This is particularly useful if you also use Steam Workshop to install mods.
+However, if you installed loose file mods outside MO which conflict with BSAs also installed outside MO those conflicts can't be resolved correctly.
+
+If you disable this feature, MO will only display official DLCs this way. Please note that plugins (esps and esms) displayed in the right pane are completely unaffected by this feature.</source>
+ <translation>По умолчанию Mod Organizer отобразит пакеты esp+bsa, установленные из других инструментов, как моды (левая панель). Это позволяет вам контроллировать их приоритет по отношению к другим модам. Это особенно полезно, если вы используете Steam Workshop, для установки модов.
+Однако, если вы установили из вне MO моды с свободными файлами, конфликтующими с BSA, также установленными из вне MO, то такие конфликты не могут быть решены правильно.
+
+Если вы отключите эту возможность, MO будет отображать только официальные DLC. Имейте ввиду, что отображенные в правой панели влагины (esps и esm), полностью не затрагиваются этой возможностью.</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="763"/>
+ <source>Display mods installed outside MO</source>
+ <translation>Отображать установленные из вне MO моды</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="773"/>
+ <location filename="settingsdialog.ui" line="777"/>
<source>For Skyrim, this can be used instead of Archive Invalidation. It should make AI redundant for all Profiles.
For the other games this is not a sufficient replacement for AI!</source>
<translation>Для Скайрим это может быть использовано вместо инвалидации. Это должно сделать AI избыточным для всех профилей.
Для других игр недостаточно замены для AI!</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="733"/>
+ <location filename="settingsdialog.ui" line="781"/>
<source>Back-date BSAs</source>
<translation>Back-date BSAs</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="757"/>
+ <location filename="settingsdialog.ui" line="805"/>
<source>These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here.</source>
<translation>Это способы обхода проблем с Mod Organizer. Убедитесь, что вы прочли справку, перед тем, как делать какие-либо изменения здесь.</translation>
</message>
@@ -4923,8 +5414,8 @@ For the other games this is not a sufficient replacement for AI!</source>
</message>
<message>
<location filename="settingsdialog.cpp" line="120"/>
- <source>This will make all dialogs show up again where you checked the "Remember selection"-box. Continue?</source>
- <translation>Это позволить снова отобразить все диалоги, для которых вы ранее выбрали флажок "Запомнить выбор".</translation>
+ <source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box. Continue?</source>
+ <translation>Это позволить снова отобразить все диалоги, для которых вы ранее выбрали флажок &quot;Запомнить выбор&quot;.</translation>
</message>
</context>
<context>
@@ -4937,7 +5428,7 @@ For the other games this is not a sufficient replacement for AI!</source>
<message>
<location filename="simpleinstalldialog.ui" line="22"/>
<source>Name</source>
- <translation type="unfinished">Имя</translation>
+ <translation>Имя</translation>
</message>
<message>
<location filename="simpleinstalldialog.ui" line="49"/>
@@ -4958,7 +5449,7 @@ For the other games this is not a sufficient replacement for AI!</source>
<message>
<location filename="simpleinstalldialog.ui" line="72"/>
<source>Cancel</source>
- <translation type="unfinished">Отмена</translation>
+ <translation>Отмена</translation>
</message>
</context>
<context>
@@ -4970,11 +5461,15 @@ For the other games this is not a sufficient replacement for AI!</source>
</message>
<message>
<location filename="singleinstance.cpp" line="82"/>
- <location filename="singleinstance.cpp" line="88"/>
<source>failed to connect to running instance: %1</source>
<translation>не удалось подключиться к запущенному экземпляру: %1</translation>
</message>
<message>
+ <location filename="singleinstance.cpp" line="88"/>
+ <source>failed to communicate with running instance: %1</source>
+ <translation>Не удалось подключиться к запущенному экземпляру: %1</translation>
+ </message>
+ <message>
<location filename="singleinstance.cpp" line="100"/>
<source>failed to receive data from secondary instance: %1</source>
<translation>не удалось получить данные из вторичного экземпляра: %1</translation>
@@ -4990,7 +5485,7 @@ For the other games this is not a sufficient replacement for AI!</source>
<message>
<location filename="syncoverwritedialog.ui" line="27"/>
<source>Name</source>
- <translation type="unfinished">Имя</translation>
+ <translation>Имя</translation>
</message>
<message>
<location filename="syncoverwritedialog.ui" line="32"/>
@@ -4999,7 +5494,7 @@ For the other games this is not a sufficient replacement for AI!</source>
</message>
<message>
<location filename="syncoverwritedialog.cpp" line="95"/>
- <source>&lt;don't sync&gt;</source>
+ <source>&lt;don&apos;t sync&gt;</source>
<translation>&lt;не синхронизировать&gt;</translation>
</message>
<message>
@@ -5018,7 +5513,7 @@ For the other games this is not a sufficient replacement for AI!</source>
<message>
<location filename="transfersavesdialog.ui" line="14"/>
<source>Transfer Savegames</source>
- <translation type="unfinished">Передать сохранения</translation>
+ <translation>Перенести сохранения</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="22"/>
@@ -5093,7 +5588,7 @@ On Windows XP:
<message>
<location filename="transfersavesdialog.ui" line="156"/>
<source>Done</source>
- <translation type="unfinished">Готово</translation>
+ <translation>Готово</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="167"/>
@@ -5107,32 +5602,32 @@ On Windows XP:
</message>
<message>
<location filename="transfersavesdialog.cpp" line="141"/>
- <source>Overwrite the file "%1"</source>
- <translation>Перезаписать файл "%1"</translation>
+ <source>Overwrite the file &quot;%1&quot;</source>
+ <translation>Перезаписать файл &quot;%1&quot;</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="164"/>
- <location filename="transfersavesdialog.cpp" line="202"/>
- <location filename="transfersavesdialog.cpp" line="237"/>
- <location filename="transfersavesdialog.cpp" line="276"/>
+ <location filename="transfersavesdialog.cpp" line="157"/>
+ <location filename="transfersavesdialog.cpp" line="195"/>
+ <location filename="transfersavesdialog.cpp" line="230"/>
+ <location filename="transfersavesdialog.cpp" line="269"/>
<source>Confirm</source>
<translation>Подтверждение</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="165"/>
- <location filename="transfersavesdialog.cpp" line="203"/>
- <source>Copy all save games of character "%1" to the profile?</source>
- <translation>Скопировать все игры с персонажем "%1" в профиль?</translation>
+ <location filename="transfersavesdialog.cpp" line="158"/>
+ <location filename="transfersavesdialog.cpp" line="196"/>
+ <source>Copy all save games of character &quot;%1&quot; to the profile?</source>
+ <translation>Скопировать все игры с персонажем &quot;%1&quot; в профиль?</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="238"/>
- <source>Move all save games of character "%1" to the global location? Please be aware that this will mess up the running number of save games.</source>
- <translation>Переместить все сохранения с персонажем "%1" в общее месторасположение? Имейте ввиду, что это запутает текущую нумерацию сохранений.</translation>
+ <location filename="transfersavesdialog.cpp" line="231"/>
+ <source>Move all save games of character &quot;%1&quot; to the global location? Please be aware that this will mess up the running number of save games.</source>
+ <translation>Переместить все сохранения с персонажем &quot;%1&quot; в общее месторасположение? Имейте ввиду, что это запутает текущую нумерацию сохранений.</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="277"/>
- <source>Copy all save games of character "%1" to the global location? Please be aware that this will mess up the running number of save games.</source>
- <translation>Скопировать все сохранения с персонажем "%1" в общее месторасположение? Имейте ввиду, что это запутает текущую нумерацию сохранений.</translation>
+ <location filename="transfersavesdialog.cpp" line="270"/>
+ <source>Copy all save games of character &quot;%1&quot; to the global location? Please be aware that this will mess up the running number of save games.</source>
+ <translation>Скопировать все сохранения с персонажем &quot;%1&quot; в общее месторасположение? Имейте ввиду, что это запутает текущую нумерацию сохранений.</translation>
</message>
</context>
-</TS>
+</TS> \ No newline at end of file
diff --git a/src/organizer_zh_CN.ts b/src/organizer_zh_CN.ts
index ec319f76..ae964233 100644
--- a/src/organizer_zh_CN.ts
+++ b/src/organizer_zh_CN.ts
@@ -1,5 +1,48 @@
-<!DOCTYPE TS>
-<TS version="2.0" language="zh_CN">
+<?xml version="1.0" ?><!DOCTYPE TS><TS language="zh_CN" version="2.0">
+<context>
+ <name>AboutDialog</name>
+ <message>
+ <location filename="aboutdialog.ui" line="14"/>
+ <location filename="aboutdialog.ui" line="53"/>
+ <source>About</source>
+ <translation>关于</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="66"/>
+ <source>Revision:</source>
+ <translation>版本</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="104"/>
+ <source>Used Software</source>
+ <translation>用到的软件</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="117"/>
+ <source>Credits</source>
+ <translation>制作组</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="123"/>
+ <source>Translators</source>
+ <translation>翻译机</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="189"/>
+ <source>Others</source>
+ <translation>其它</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="266"/>
+ <source>Close</source>
+ <translation>关闭</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.cpp" line="80"/>
+ <source>No license</source>
+ <translation>无授权</translation>
+ </message>
+</context>
<context>
<name>ActivateModsDialog</name>
<message>
@@ -14,23 +57,23 @@
</message>
<message>
<location filename="activatemodsdialog.ui" line="23"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a list of esps and esms that were active when the save game was created.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a list of esps and esms that were active when the save game was created.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;这是 esp 和 esm 文件的列表,当您的存档被创建时将会被激活。&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;对于每个 esp,右列中包含了可以通过启用来使缺失的 esp 或 esm 变得可用的 Mod。&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;如果您点击确定,那么所有在右列中已选的并且可用的 Mod 和缺失的 esp 都将会被激活。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;这是 esp 和 esm 文件的列表,当您的存档被创建时将会被激活。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;对于每个 esp,右列中包含了可以通过启用来使缺失的 esp 或 esm 变得可用的 Mod。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;如果您点击确定,那么所有在右列中已选的并且可用的 Mod 和缺失的 esp 都将会被激活。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="activatemodsdialog.ui" line="37"/>
@@ -73,9 +116,9 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="baincomplexinstallerdialog.ui" line="47"/>
<source>Components of this package.
-If there is a component called "00 Core" it is usually required. Options are ordered by priority as set up by the author.</source>
+If there is a component called &quot;00 Core&quot; it is usually required. Options are ordered by priority as set up by the author.</source>
<translation>此包中的组件。
-如果有一个组件叫作 "00 Core",那么它应该就是必需安装的,可选安装的文件一般会被作者按优先级排列。</translation>
+如果有一个组件叫作 &quot;00 Core&quot;,那么它应该就是必需安装的,可选安装的文件一般会被作者按优先级排列。</translation>
</message>
<message>
<location filename="baincomplexinstallerdialog.ui" line="57"/>
@@ -111,6 +154,29 @@ If there is a component called "00 Core" it is usually required. Options are ord
</message>
</context>
<context>
+ <name>BrowserDialog</name>
+ <message>
+ <location filename="browserdialog.ui" line="14"/>
+ <source>Some Page</source>
+ <translation>某些页面</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.ui" line="281"/>
+ <source>Search</source>
+ <translation>搜索</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.cpp" line="95"/>
+ <source>new</source>
+ <translation>新建</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.cpp" line="209"/>
+ <source>failed to start download</source>
+ <translation>启动下载失败</translation>
+ </message>
+</context>
+<context>
<name>CategoriesDialog</name>
<message>
<location filename="categoriesdialog.ui" line="14"/>
@@ -155,20 +221,20 @@ If there is a component called "00 Core" it is usually required. Options are ord
</message>
<message>
<location filename="categoriesdialog.ui" line="94"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;You can match one or multiple nexus categories to a internal ID. Whenever you download a mod from a Nexus Page, Mod Organizer will try to resolve the category defined on the Nexus to one available in MO.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You can match one or multiple nexus categories to a internal ID. Whenever you download a mod from a Nexus Page, Mod Organizer will try to resolve the category defined on the Nexus to one available in MO.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;您可以关联单个或多个N网类别到一个内部 ID,当您在N网下载 Mod 的时候,Mod Organizer 将会尝试解析N网中的类别的定义并提供给 MO。&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;要找出一个N网所使用的类别 ID,您可以访问N网页面的种类列表并将鼠标悬停在链接上面。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;您可以关联单个或多个N网类别到一个内部 ID,当您在N网下载 Mod 的时候,Mod Organizer 将会尝试解析N网中的类别的定义并提供给 MO。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;要找出一个N网所使用的类别 ID,您可以访问N网页面的种类列表并将鼠标悬停在链接上面。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="categoriesdialog.ui" line="105"/>
@@ -200,7 +266,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="credentialsdialog.ui" line="20"/>
- <source>This feature may not work unless you're logged in with Nexus</source>
+ <source>This feature may not work unless you&apos;re logged in with Nexus</source>
<translation>当您尚未登录N网时此功能可能无法正常工作</translation>
</message>
<message>
@@ -221,39 +287,44 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="credentialsdialog.ui" line="75"/>
<source>Never ask again</source>
- <translation type="unfinished">无法读取bsa</translation>
+ <translation>不再过问</translation>
</message>
</context>
<context>
<name>DirectoryRefresher</name>
<message>
- <location filename="directoryrefresher.cpp" line="99"/>
+ <location filename="directoryrefresher.cpp" line="146"/>
<source>failed to read bsa: %1</source>
- <translation type="unfinished">无法读取bsa</translation>
+ <translation>无法读取bsa: %1</translation>
</message>
</context>
<context>
<name>DownloadList</name>
<message>
- <location filename="downloadlist.cpp" line="63"/>
+ <location filename="downloadlist.cpp" line="64"/>
<source>Name</source>
<translation>名称</translation>
</message>
<message>
- <location filename="downloadlist.cpp" line="64"/>
+ <location filename="downloadlist.cpp" line="65"/>
<source>Filetime</source>
<translation>文件时间</translation>
</message>
<message>
- <location filename="downloadlist.cpp" line="65"/>
+ <location filename="downloadlist.cpp" line="66"/>
<source>Done</source>
<translation>完成</translation>
</message>
<message>
- <location filename="downloadlist.cpp" line="80"/>
- <source>Information missing, please select "Query Info" from the context menu to re-retrieve.</source>
+ <location filename="downloadlist.cpp" line="82"/>
+ <source>Information missing, please select &quot;Query Info&quot; from the context menu to re-retrieve.</source>
<translation>信息丢失,请在右键菜单里选择“查询信息”来重新检索。</translation>
</message>
+ <message>
+ <location filename="downloadlist.cpp" line="89"/>
+ <source>pending download</source>
+ <translation>挂起下载</translation>
+ </message>
</context>
<context>
<name>DownloadListWidget</name>
@@ -265,26 +336,26 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="downloadlistwidget.ui" line="99"/>
- <location filename="downloadlistwidget.cpp" line="145"/>
- <location filename="downloadlistwidget.cpp" line="147"/>
+ <location filename="downloadlistwidget.cpp" line="150"/>
+ <location filename="downloadlistwidget.cpp" line="152"/>
<source>Done - Double Click to install</source>
<translation>完成 - 双击进行安装</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="111"/>
- <location filename="downloadlistwidget.cpp" line="113"/>
+ <location filename="downloadlistwidget.cpp" line="116"/>
+ <location filename="downloadlistwidget.cpp" line="118"/>
<source>Paused - Double Click to resume</source>
<translation>已暂停 - 双击可继续</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="131"/>
- <location filename="downloadlistwidget.cpp" line="133"/>
+ <location filename="downloadlistwidget.cpp" line="136"/>
+ <location filename="downloadlistwidget.cpp" line="138"/>
<source>Installed - Double Click to re-install</source>
<translation>已安装 - 双击重新安装</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="138"/>
- <location filename="downloadlistwidget.cpp" line="140"/>
+ <location filename="downloadlistwidget.cpp" line="143"/>
+ <location filename="downloadlistwidget.cpp" line="145"/>
<source>Uninstalled - Double Click to re-install</source>
<translation>已卸载 - 双击重新安装</translation>
</message>
@@ -306,6 +377,16 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadListWidgetCompactDelegate</name>
<message>
+ <location filename="downloadlistwidgetcompact.cpp" line="92"/>
+ <source>&lt; mod %1 file %2 &gt;</source>
+ <translation>&lt; mod %1 file %2 &gt;</translation>
+ </message>
+ <message>
+ <location filename="downloadlistwidgetcompact.cpp" line="97"/>
+ <source>Pending</source>
+ <translation>挂起</translation>
+ </message>
+ <message>
<location filename="downloadlistwidgetcompact.cpp" line="120"/>
<source>Paused</source>
<translation>已暂停</translation>
@@ -318,12 +399,12 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="downloadlistwidgetcompact.cpp" line="125"/>
<source>Fetching Info 2</source>
- <translation type="unfinished">抓取信息 2</translation>
+ <translation>抓取信息 2</translation>
</message>
<message>
<location filename="downloadlistwidgetcompact.cpp" line="130"/>
<source>Installed</source>
- <translation type="unfinished">抓取信息 2</translation>
+ <translation>已安装</translation>
</message>
<message>
<location filename="downloadlistwidgetcompact.cpp" line="133"/>
@@ -336,95 +417,95 @@ p, li { white-space: pre-wrap; }
<translation>完成</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="220"/>
- <location filename="downloadlistwidgetcompact.cpp" line="229"/>
- <location filename="downloadlistwidgetcompact.cpp" line="238"/>
- <location filename="downloadlistwidgetcompact.cpp" line="247"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="245"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="254"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="263"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="272"/>
<source>Are you sure?</source>
<translation>确定?</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="221"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="246"/>
<source>This will remove all finished downloads from this list and from disk.</source>
<translation>这将会从列表和磁盘中移除所有已完成的下载。</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="230"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="255"/>
<source>This will remove all installed downloads from this list and from disk.</source>
<translation>这将会从列表和磁盘中移除所有已安装的下载项目。</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="239"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="264"/>
<source>This will permanently remove all finished downloads from this list (but NOT from disk).</source>
<translation>这将会永久清空本列表中所有已下载完成的项目(但并不会实际从硬盘删除)</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="248"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="273"/>
<source>This will permanently remove all installed downloads from this list (but NOT from disk).</source>
<translation>这将会永久清空本列表中所有已安装完成的项目(但并不会实际从硬盘删除)</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="275"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="302"/>
<source>Install</source>
<translation>安装</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="277"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="304"/>
<source>Query Info</source>
<translation>查询信息</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="279"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="306"/>
<source>Delete</source>
- <translation type="unfinished">&amp;删除</translation>
+ <translation>删除</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="281"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="308"/>
<source>Un-Hide</source>
<translation>取消隐藏</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="283"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="310"/>
<source>Remove from View</source>
<translation>从视图中移除</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="286"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="313"/>
<source>Cancel</source>
<translation>取消</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="287"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="314"/>
<source>Pause</source>
<translation>暂停</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="289"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="316"/>
<source>Remove</source>
<translation>移除</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="290"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="317"/>
<source>Resume</source>
<translation>继续</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="294"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="322"/>
<source>Delete Installed...</source>
<translation>移除已安装的项目...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="295"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="323"/>
<source>Delete All...</source>
<translation>全部删除...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="298"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="326"/>
<source>Remove Installed...</source>
<translation>移除已安装的项目...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="299"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="327"/>
<source>Remove All...</source>
<translation>移除所有...</translation>
</message>
@@ -432,105 +513,115 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadListWidgetDelegate</name>
<message>
- <location filename="downloadlistwidget.cpp" line="118"/>
+ <location filename="downloadlistwidget.cpp" line="93"/>
+ <source>&lt; mod %1 file %2 &gt;</source>
+ <translation>&lt; mod %1 file %2 &gt;</translation>
+ </message>
+ <message>
+ <location filename="downloadlistwidget.cpp" line="96"/>
+ <source>Pending</source>
+ <translation>挂起</translation>
+ </message>
+ <message>
+ <location filename="downloadlistwidget.cpp" line="123"/>
<source>Fetching Info 1</source>
- <translation type="unfinished">抓取信息 1</translation>
+ <translation>抓取信息 1</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="121"/>
+ <location filename="downloadlistwidget.cpp" line="126"/>
<source>Fetching Info 2</source>
- <translation type="unfinished">抓取信息 2</translation>
+ <translation>抓取信息 2</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="233"/>
- <location filename="downloadlistwidget.cpp" line="242"/>
- <location filename="downloadlistwidget.cpp" line="251"/>
- <location filename="downloadlistwidget.cpp" line="260"/>
+ <location filename="downloadlistwidget.cpp" line="258"/>
+ <location filename="downloadlistwidget.cpp" line="267"/>
+ <location filename="downloadlistwidget.cpp" line="276"/>
+ <location filename="downloadlistwidget.cpp" line="285"/>
<source>Are you sure?</source>
<translation>确定?</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="234"/>
+ <location filename="downloadlistwidget.cpp" line="259"/>
<source>This will remove all finished downloads from this list and from disk.</source>
<translation>这将会从列表和磁盘中移除所有已完成的下载。</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="243"/>
+ <location filename="downloadlistwidget.cpp" line="268"/>
<source>This will remove all installed downloads from this list and from disk.</source>
<translation>这将会从列表和磁盘中移除所有已安装的下载项目。</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="252"/>
+ <location filename="downloadlistwidget.cpp" line="277"/>
<source>This will remove all finished downloads from this list (but NOT from disk).</source>
<translation>这将会从列表中移除所有已安装的下载项目。(但不会从实际磁盘中)</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="261"/>
+ <location filename="downloadlistwidget.cpp" line="286"/>
<source>This will remove all installed downloads from this list (but NOT from disk).</source>
<translation>这将会从列表中移除所有已安装的下载项目。(但不会从实际磁盘中)</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="287"/>
+ <location filename="downloadlistwidget.cpp" line="314"/>
<source>Install</source>
<translation>安装</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="289"/>
+ <location filename="downloadlistwidget.cpp" line="316"/>
<source>Query Info</source>
<translation>查询信息</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="291"/>
+ <location filename="downloadlistwidget.cpp" line="318"/>
<source>Delete</source>
<translation>删除</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="293"/>
+ <location filename="downloadlistwidget.cpp" line="320"/>
<source>Un-Hide</source>
<translation>取消隐藏</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="295"/>
+ <location filename="downloadlistwidget.cpp" line="322"/>
<source>Remove from View</source>
<translation>从视图中移除</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="298"/>
+ <location filename="downloadlistwidget.cpp" line="325"/>
<source>Cancel</source>
<translation>取消</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="299"/>
+ <location filename="downloadlistwidget.cpp" line="326"/>
<source>Pause</source>
<translation>暂停</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="301"/>
+ <location filename="downloadlistwidget.cpp" line="328"/>
<source>Remove</source>
<translation>移除</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="302"/>
+ <location filename="downloadlistwidget.cpp" line="329"/>
<source>Resume</source>
<translation>继续</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="306"/>
+ <location filename="downloadlistwidget.cpp" line="334"/>
<source>Delete Installed...</source>
<translation>移除已安装的项目...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="307"/>
+ <location filename="downloadlistwidget.cpp" line="335"/>
<source>Delete All...</source>
<translation>全部删除...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="310"/>
+ <location filename="downloadlistwidget.cpp" line="338"/>
<source>Remove Installed...</source>
<translation>移除已安装的项目...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="311"/>
+ <location filename="downloadlistwidget.cpp" line="339"/>
<source>Remove All...</source>
<translation>移除所有...</translation>
</message>
@@ -538,116 +629,173 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadManager</name>
<message>
- <location filename="downloadmanager.cpp" line="132"/>
- <source>failed to rename "%1" to "%2"</source>
- <translation>重命名 "%1 "为 "%2" 时出错</translation>
+ <location filename="downloadmanager.cpp" line="142"/>
+ <source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
+ <translation>重命名 &quot;%1 &quot;为 &quot;%2&quot; 时出错</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="323"/>
+ <location filename="downloadmanager.cpp" line="321"/>
+ <source>Memory allocation error (in refreshing directory).</source>
+ <translation>地址分配错误(刷新目录时).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="369"/>
<source>Download again?</source>
<translation>重新下载?</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="323"/>
+ <location filename="downloadmanager.cpp" line="369"/>
<source>A file with the same name has already been downloaded. Do you want to download it again? The new file will receive a different name.</source>
<translation>已存在同名文件。您确定要重新下载?新文件将使用不同的文件名。</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="355"/>
+ <location filename="downloadmanager.cpp" line="417"/>
<source>failed to download %1: could not open output file: %2</source>
<translation>下载 %1 失败: 无法打开输出文件: %2</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="384"/>
+ <location filename="downloadmanager.cpp" line="454"/>
<source>Wrong Game</source>
- <translation type="unfinished"/>
+ <translation>错误的游戏</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="384"/>
- <source>The download link is for a mod for "%1" but this instance of MO has been set up for "%2".</source>
+ <location filename="downloadmanager.cpp" line="454"/>
+ <source>The download link is for a mod for &quot;%1&quot; but this instance of MO has been set up for &quot;%2&quot;.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="downloadmanager.cpp" line="396"/>
- <location filename="downloadmanager.cpp" line="463"/>
- <location filename="downloadmanager.cpp" line="635"/>
- <location filename="downloadmanager.cpp" line="645"/>
- <location filename="downloadmanager.cpp" line="654"/>
- <location filename="downloadmanager.cpp" line="668"/>
- <location filename="downloadmanager.cpp" line="678"/>
- <location filename="downloadmanager.cpp" line="688"/>
- <location filename="downloadmanager.cpp" line="698"/>
- <location filename="downloadmanager.cpp" line="709"/>
- <location filename="downloadmanager.cpp" line="717"/>
+ <location filename="downloadmanager.cpp" line="471"/>
+ <location filename="downloadmanager.cpp" line="538"/>
<location filename="downloadmanager.cpp" line="726"/>
- <location filename="downloadmanager.cpp" line="736"/>
- <location filename="downloadmanager.cpp" line="751"/>
+ <location filename="downloadmanager.cpp" line="735"/>
+ <location filename="downloadmanager.cpp" line="756"/>
+ <location filename="downloadmanager.cpp" line="773"/>
+ <location filename="downloadmanager.cpp" line="782"/>
+ <location filename="downloadmanager.cpp" line="796"/>
+ <location filename="downloadmanager.cpp" line="806"/>
+ <location filename="downloadmanager.cpp" line="816"/>
+ <location filename="downloadmanager.cpp" line="826"/>
+ <location filename="downloadmanager.cpp" line="841"/>
+ <location filename="downloadmanager.cpp" line="849"/>
+ <location filename="downloadmanager.cpp" line="858"/>
+ <location filename="downloadmanager.cpp" line="868"/>
+ <location filename="downloadmanager.cpp" line="883"/>
<source>invalid index</source>
<translation>无效的索引</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="414"/>
+ <location filename="downloadmanager.cpp" line="489"/>
<source>failed to delete %1</source>
<translation>无法删除 %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="420"/>
+ <location filename="downloadmanager.cpp" line="495"/>
<source>failed to delete meta file for %1</source>
<translation>无法从 %1 中删除 mate 文件</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="496"/>
- <location filename="downloadmanager.cpp" line="514"/>
- <location filename="downloadmanager.cpp" line="527"/>
- <location filename="downloadmanager.cpp" line="544"/>
- <location filename="downloadmanager.cpp" line="555"/>
- <location filename="downloadmanager.cpp" line="590"/>
+ <location filename="downloadmanager.cpp" line="571"/>
+ <location filename="downloadmanager.cpp" line="589"/>
+ <location filename="downloadmanager.cpp" line="602"/>
+ <location filename="downloadmanager.cpp" line="622"/>
+ <location filename="downloadmanager.cpp" line="633"/>
+ <location filename="downloadmanager.cpp" line="673"/>
<source>invalid index %1</source>
<translation>无效的索引 %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="607"/>
+ <location filename="downloadmanager.cpp" line="640"/>
+ <source>No known download urls. Sorry, this download can&apos;t be resumed.</source>
+ <translation>未知的下载地址。很抱歉,下载无法继续。</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="695"/>
<source>Please enter the nexus mod id</source>
<translation>请输入N网 Mod ID</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="607"/>
+ <location filename="downloadmanager.cpp" line="695"/>
<source>Mod ID:</source>
<translation>Mod ID:</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="986"/>
+ <location filename="downloadmanager.cpp" line="744"/>
+ <source>Main</source>
+ <translation>主要文件</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="745"/>
+ <source>Update</source>
+ <translation>更新</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="746"/>
+ <source>Optional</source>
+ <translation>可选文件</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="747"/>
+ <source>Old</source>
+ <translation>旧档</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="748"/>
+ <source>Misc</source>
+ <translation>杂项</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="749"/>
+ <source>Unknown</source>
+ <translation>未知</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="999"/>
+ <source>Memory allocation error (in processing progress event).</source>
+ <translation>地址分配错误(处理程序事件时).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1012"/>
+ <source>Memory allocation error (in processing downloaded data).</source>
+ <translation>地址分配错误(处理下载数据时).</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1141"/>
<source>Information updated</source>
<translation>信息已更新</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="988"/>
- <location filename="downloadmanager.cpp" line="1002"/>
+ <location filename="downloadmanager.cpp" line="1143"/>
+ <location filename="downloadmanager.cpp" line="1157"/>
<source>No matching file found on Nexus! Maybe this file is no longer available or it was renamed?</source>
<translation>无法在N网上找到匹配的文件!也许这个文件已经不存在了或是它改名了?</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="990"/>
+ <location filename="downloadmanager.cpp" line="1145"/>
<source>No file on Nexus matches the selected file by name. Please manually choose the correct one.</source>
<translation>所选的文件无法在N网上找到可匹配的项目,请手动选择正确的一个。</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1127"/>
+ <location filename="downloadmanager.cpp" line="1285"/>
<source>No download server available. Please try again later.</source>
<translation>没有可用的下载服务器,请稍后再尝试下载。</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1169"/>
+ <location filename="downloadmanager.cpp" line="1328"/>
<source>Failed to request file info from nexus: %1</source>
<translation>无法从N网上请求文件信息: %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1193"/>
+ <location filename="downloadmanager.cpp" line="1356"/>
+ <source>Download failed. Server reported: %1</source>
+ <translation>下载失败。服务器报告: %1 </translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1358"/>
<source>Download failed: %1 (%2)</source>
<translation>下载失败: %1 (%2)</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1272"/>
+ <location filename="downloadmanager.cpp" line="1457"/>
<source>failed to re-open %1</source>
<translation>无法重新打开 %1</translation>
</message>
@@ -759,7 +907,7 @@ Right now the only case I know of where this needs to be overwritten is for the
<message>
<location filename="editexecutablesdialog.ui" line="169"/>
<location filename="editexecutablesdialog.ui" line="172"/>
- <location filename="editexecutablesdialog.cpp" line="220"/>
+ <location filename="editexecutablesdialog.cpp" line="258"/>
<source>If checked, MO will be closed once the specified executable is run.</source>
<translation>如果选中,那么 MO 将在指定的程序运行后关闭。</translation>
</message>
@@ -776,7 +924,7 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="editexecutablesdialog.ui" line="188"/>
- <location filename="editexecutablesdialog.cpp" line="190"/>
+ <location filename="editexecutablesdialog.cpp" line="196"/>
<source>Add</source>
<translation>添加</translation>
</message>
@@ -792,47 +940,64 @@ Right now the only case I know of where this needs to be overwritten is for the
<translation>移除</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="119"/>
+ <location filename="editexecutablesdialog.ui" line="233"/>
+ <source>Close</source>
+ <translation>关闭</translation>
+ </message>
+ <message>
+ <location filename="editexecutablesdialog.cpp" line="125"/>
<source>Select a binary</source>
<translation>选择一个可执行文件</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="119"/>
+ <location filename="editexecutablesdialog.cpp" line="125"/>
<source>Executable (%1)</source>
<translation>可执行程序 (%1)</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="143"/>
+ <location filename="editexecutablesdialog.cpp" line="149"/>
<source>Java (32-bit) required</source>
<translation>需要 Java (32-bit) 支持</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="144"/>
+ <location filename="editexecutablesdialog.cpp" line="150"/>
<source>MO requires 32-bit java to run this application. If you already have it installed, select javaw.exe from that installation as the binary.</source>
- <translation type="unfinished"/>
+ <translation>MO需要32位java来运行该应用程序。如果你已经安装,在安装目录下选择javaw.exe。</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="160"/>
+ <location filename="editexecutablesdialog.cpp" line="166"/>
<source>Select a directory</source>
<translation>选择一个目录</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="169"/>
+ <location filename="editexecutablesdialog.cpp" line="175"/>
<source>Confirm</source>
<translation>确认</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="169"/>
- <source>Really remove "%1" from executables?</source>
- <translation>真的要从程序列表中移除 "%1" 吗?</translation>
+ <location filename="editexecutablesdialog.cpp" line="175"/>
+ <source>Really remove &quot;%1&quot; from executables?</source>
+ <translation>真的要从程序列表中移除 &quot;%1&quot; 吗?</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="194"/>
+ <location filename="editexecutablesdialog.cpp" line="200"/>
<source>Modify</source>
<translation>更改</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="217"/>
+ <location filename="editexecutablesdialog.cpp" line="230"/>
+ <location filename="editexecutablesdialog.cpp" line="278"/>
+ <source>Save Changes?</source>
+ <translation>保存修改?</translation>
+ </message>
+ <message>
+ <location filename="editexecutablesdialog.cpp" line="231"/>
+ <location filename="editexecutablesdialog.cpp" line="279"/>
+ <source>You made changes to the current executable, do you want to save them?</source>
+ <translation>当前可执行文件被修改,是否需要保存?</translation>
+ </message>
+ <message>
+ <location filename="editexecutablesdialog.cpp" line="255"/>
<source>MO must be kept running or this application will not work correctly.</source>
<translation>MO 必须持续运行,否则该程序将无法正常工作。</translation>
</message>
@@ -903,8 +1068,8 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="81"/>
- <source>&lt;a href="#"&gt;Link&lt;/a&gt;</source>
- <translation>&lt;a href="#"&gt;链接&lt;/a&gt;</translation>
+ <source>&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;</source>
+ <translation>&lt;a href=&quot;#&quot;&gt;链接&lt;/a&gt;</translation>
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="160"/>
@@ -951,7 +1116,7 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="installdialog.ui" line="56"/>
- <source>Pick a name for the mod. This is also used as a directory name, so please don't use characters that are illegal in file names.</source>
+ <source>Pick a name for the mod. This is also used as a directory name, so please don&apos;t use characters that are illegal in file names.</source>
<translation>输入一个 Mod 的名称,这也将作为一个目录的名称,因此请不要使用非法字符。</translation>
</message>
<message>
@@ -966,16 +1131,16 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="installdialog.ui" line="78"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This displays the content of the archive. &amp;lt;data&amp;gt; represents the base directory which will map to the game's data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;amp;drop&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This displays the content of the archive. &amp;lt;data&amp;gt; represents the base directory which will map to the game&apos;s data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;amp;drop&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;这里显示了该压缩包中的内容,&amp;lt;data&amp;gt; 将被作为映射到游戏 Data 目录的基本目录,您可以通过右键菜单来改变基本目录并使用拖放来移动文件。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;这里显示了该压缩包中的内容,&amp;lt;data&amp;gt; 将被作为映射到游戏 Data 目录的基本目录,您可以通过右键菜单来改变基本目录并使用拖放来移动文件。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="installdialog.ui" line="121"/>
@@ -997,8 +1162,8 @@ p, li { white-space: pre-wrap; }
<name>InstallationManager</name>
<message>
<location filename="installationmanager.cpp" line="76"/>
- <source>archive.dll not loaded: "%1"</source>
- <translation>archive.dll 没有加载: "%1"</translation>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation>archive.dll 没有加载: &quot;%1&quot;</translation>
</message>
<message>
<location filename="installationmanager.cpp" line="98"/>
@@ -1013,87 +1178,87 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="installationmanager.cpp" line="164"/>
<location filename="installationmanager.cpp" line="248"/>
- <location filename="installationmanager.cpp" line="529"/>
+ <location filename="installationmanager.cpp" line="532"/>
<source>Extracting files</source>
<translation>正在解压文件</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="439"/>
+ <location filename="installationmanager.cpp" line="441"/>
<source>failed to create backup</source>
<translation>创建备份失败。</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="448"/>
+ <location filename="installationmanager.cpp" line="450"/>
<source>Mod Name</source>
<translation>模组名称</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="448"/>
+ <location filename="installationmanager.cpp" line="450"/>
<source>Name</source>
<translation>名称</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="501"/>
+ <location filename="installationmanager.cpp" line="503"/>
<source>Invalid name</source>
<translation>无效名称</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="502"/>
+ <location filename="installationmanager.cpp" line="504"/>
<source>The name you entered is invalid, please enter a different one.</source>
<translation>你输入的名称无效,请重新输入。</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="609"/>
- <source>File format "%1" not supported</source>
- <translation>暂不支持文件格式: "%1"</translation>
+ <location filename="installationmanager.cpp" line="612"/>
+ <source>File format &quot;%1&quot; not supported</source>
+ <translation>暂不支持文件格式: &quot;%1&quot;</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="735"/>
+ <location filename="installationmanager.cpp" line="745"/>
<source>None of the available installer plugins were able to handle that archive</source>
<translation>没有可用的安装插件能够处理此压缩包</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="745"/>
+ <location filename="installationmanager.cpp" line="755"/>
<source>no error</source>
<translation>没有错误</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="748"/>
+ <location filename="installationmanager.cpp" line="758"/>
<source>7z.dll not found</source>
<translation>未找到 7z.dll</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="751"/>
- <source>7z.dll isn't valid</source>
+ <location filename="installationmanager.cpp" line="761"/>
+ <source>7z.dll isn&apos;t valid</source>
<translation>无效的 7z.dll</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="754"/>
+ <location filename="installationmanager.cpp" line="764"/>
<source>archive not found</source>
<translation>未找到压缩包</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="757"/>
+ <location filename="installationmanager.cpp" line="767"/>
<source>failed to open archive</source>
<translation>无法打开压缩包</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="760"/>
+ <location filename="installationmanager.cpp" line="770"/>
<source>unsupported archive type</source>
<translation>不支持的压缩包类型</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="763"/>
+ <location filename="installationmanager.cpp" line="773"/>
<source>internal library error</source>
<translation>内部库错误</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="766"/>
+ <location filename="installationmanager.cpp" line="776"/>
<source>archive invalid</source>
<translation>无效的压缩包</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="770"/>
+ <location filename="installationmanager.cpp" line="780"/>
<source>unknown archive error</source>
<translation>未知压缩包错误</translation>
</message>
@@ -1107,7 +1272,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="lockeddialog.ui" line="20"/>
- <source>This dialog should disappear automatically if the application/game is done. Click unlock if it didn't.</source>
+ <source>This dialog should disappear automatically if the application/game is done. Click unlock if it didn&apos;t.</source>
<translation>当程序或游戏结束后此对话框将自动消失,如果没有请点击解锁。</translation>
</message>
<message>
@@ -1116,7 +1281,7 @@ p, li { white-space: pre-wrap; }
<translation>程序运行时 MO 将被锁定。</translation>
</message>
<message>
- <location filename="lockeddialog.ui" line="51"/>
+ <location filename="lockeddialog.ui" line="54"/>
<source>Unlock</source>
<translation>解锁</translation>
</message>
@@ -1124,7 +1289,7 @@ p, li { white-space: pre-wrap; }
<context>
<name>LogBuffer</name>
<message>
- <location filename="logbuffer.cpp" line="72"/>
+ <location filename="logbuffer.cpp" line="83"/>
<source>failed to write log to %1: %2</source>
<translation>无法生成日志到 %1: %2</translation>
</message>
@@ -1132,12 +1297,12 @@ p, li { white-space: pre-wrap; }
<context>
<name>MOApplication</name>
<message>
- <location filename="moapplication.cpp" line="68"/>
+ <location filename="moapplication.cpp" line="115"/>
<source>an error occured: %1</source>
- <translation type="unfinished">发生错误: %1</translation>
+ <translation>发生错误: %1</translation>
</message>
<message>
- <location filename="moapplication.cpp" line="73"/>
+ <location filename="moapplication.cpp" line="120"/>
<source>an error occured</source>
<translation>发生错误</translation>
</message>
@@ -1145,409 +1310,430 @@ p, li { white-space: pre-wrap; }
<context>
<name>MainWindow</name>
<message>
- <location filename="mainwindow.ui" line="42"/>
- <location filename="mainwindow.ui" line="383"/>
+ <location filename="mainwindow.ui" line="43"/>
+ <location filename="mainwindow.ui" line="482"/>
<source>Categories</source>
<translation>种类</translation>
</message>
<message>
+ <location filename="mainwindow.ui" line="97"/>
+ <source>Click blank area to deselect</source>
+ <translation>点击空白处取消选择</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="116"/>
+ <source>If checked, only mods that match all selected categories are displayed.</source>
+ <translation>如果选中,仅匹配所有选定类别的 Mod 会被显示。</translation>
+ </message>
+ <message>
<location filename="mainwindow.ui" line="119"/>
+ <source>And</source>
+ <translation>和</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="129"/>
+ <source>If checked, all mods that match at least one of the selected categories are displayed.</source>
+ <translation>如果选中,匹配任意一个选定类别的 Mod 会被显示。</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="132"/>
+ <source>Or</source>
+ <translation>或</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="171"/>
<source>Profile</source>
<translation>配置文件</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="129"/>
+ <location filename="mainwindow.ui" line="181"/>
<source>Pick a module collection</source>
- <translation type="unfinished">选择一个配置文件</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="132"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="184"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Please note that right now your esp load order is not kept seperate for different profiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
-p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;在这里创建配置文件,每个配置文件都包含了它们自己的 Mod 和 esp 的激活方案。这样您就可以通过快速切换设置来体验不同的游戏历程了。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;请注意: 当前您的配置文件的 esp 加载顺序并不是分开保存的。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Please note that right now your esp load order is not kept seperate for different profiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="150"/>
- <source>Refresh list</source>
- <translation>刷新列表</translation>
+ <location filename="mainwindow.ui" line="215"/>
+ <source>Open list options...</source>
+ <translation>打开选项列表...</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="153"/>
+ <location filename="mainwindow.ui" line="218"/>
<source>Refresh list. This is usually not necessary unless you modified data outside the program.</source>
<translation>刷新列表,这通常不是必须的,除非您在程序之外修改了文件的数据。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="269"/>
+ <location filename="mainwindow.ui" line="238"/>
+ <location filename="mainwindow.ui" line="739"/>
+ <source>Restore Backup...</source>
+ <translation>还原备份</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="252"/>
+ <location filename="mainwindow.ui" line="759"/>
+ <source>Create Backup</source>
+ <translation>创建备份</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="368"/>
<source>List of available mods.</source>
<translation>可用模组列表</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="272"/>
- <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag &amp; drop mods to change their "installation" orders.</source>
+ <location filename="mainwindow.ui" line="371"/>
+ <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag &amp; drop mods to change their &quot;installation&quot; orders.</source>
<translation>已安装mod列表。请使用复选框激活/取消mod,以鼠标拖动可改变他们的“安装”顺序。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="357"/>
+ <location filename="mainwindow.ui" line="456"/>
<source>Filter</source>
- <translation type="unfinished">过滤器</translation>
+ <translation>过滤器</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="378"/>
+ <location filename="mainwindow.ui" line="477"/>
<source>No groups</source>
<translation>未分组</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="388"/>
+ <location filename="mainwindow.ui" line="487"/>
<source>Nexus IDs</source>
<translation>N网 ID</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="396"/>
- <location filename="mainwindow.ui" line="713"/>
- <location filename="mainwindow.ui" line="990"/>
+ <location filename="mainwindow.ui" line="495"/>
+ <location filename="mainwindow.ui" line="876"/>
+ <location filename="mainwindow.ui" line="1220"/>
<source>Namefilter</source>
<translation>名称过滤器</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="431"/>
+ <location filename="mainwindow.ui" line="530"/>
<source>Pick a program to run.</source>
<translation>选择要运行的程序。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="434"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="533"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Choose the program to run. Once you start using ModOrganizer, you should always run your game and tools from here or through shortcuts created here, otherwise mods installed through MO will not be visible.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;You can add new Tools to this list, but I can't promise tools I haven't tested will work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
-p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;选择要运行的程序。一旦您开始使用 Mod Organizer,您应该始终从这里或通过在这里创建的快捷方式来运行您的游戏和工具,否则任何经由 MO 安装的 Mod 都会变得不可见。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;您可以添加新的工具到此列表中,但我不能保证一些我没有测试过的工具能够正常工作。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Choose the program to run. Once you start using ModOrganizer, you should always run your game and tools from here or through shortcuts created here, otherwise mods installed through MO will not be visible.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You can add new Tools to this list, but I can&apos;t promise tools I haven&apos;t tested will work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="482"/>
+ <location filename="mainwindow.ui" line="581"/>
<source>Run program</source>
<translation>运行程序</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="485"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="584"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Run the selected program with ModOrganizer enabled.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
-p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;在 Mod Organizer 启用的状态下运行指定的程序。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Run the selected program with ModOrganizer enabled.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="495"/>
+ <location filename="mainwindow.ui" line="594"/>
<source>Run</source>
<translation>运行</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="536"/>
+ <location filename="mainwindow.ui" line="635"/>
<source>Create a shortcut in your start menu or on the desktop to the specified program</source>
<translation>在开始菜单或桌面生成你指定程序的快捷方式</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="539"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="638"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This creates a start menu shortcut that directly starts the selected program with the MO active.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
-p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;创建一个开始菜单快捷方式,使您可以直接在 MO 激活状态下运行指定的程序。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This creates a start menu shortcut that directly starts the selected program with the MO active.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="546"/>
+ <location filename="mainwindow.ui" line="645"/>
<source>Shortcut</source>
<translation>快捷方式</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="660"/>
+ <location filename="mainwindow.ui" line="695"/>
+ <source>Plugins</source>
+ <translation>插件</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="715"/>
+ <source>Sort</source>
+ <translation>排序</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="821"/>
<source>List of available esp/esm files</source>
<translation>可用 esp 或 esm 文件的列表</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="663"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
-p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.&lt;br /&gt;There is a great tool named &amp;quot;BOSS&amp;quot; to automatically sort these files.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="824"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;这个列表中包含了位于已激活 Mod 里的 esp 和 esm 文件。这些文件都需要它们自己的加载顺序,您可以使用拖放来修改加载顺序。请注意: MO 将只保存已激活或已勾选状态的 Mod 的加载顺序。&lt;br /&gt;有个非常棒的工具叫作 &amp;quot;BOSS&amp;quot;,它可以自动对这些文件进行排序。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.&lt;br /&gt;There is a great tool named &amp;quot;BOSS&amp;quot; to automatically sort these files.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="733"/>
+ <location filename="mainwindow.ui" line="886"/>
+ <source>Archives</source>
+ <translation>压缩包</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="916"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;BSAs are bundles of game assets (textures, scripts, ...). By default, the engine loads these bundles in a separate step from loose files. MO can manage those archives to align their load order with that of loose files:&lt;/p&gt;&lt;p&gt;If archives are &lt;span style=&quot; font-weight:600;&quot;&gt;managed&lt;/span&gt;, their load order is specified by the priority of the corresponding mod (left pane), the same as the loose files. You can manually enable any BSA that has no corresponding plugin active.&lt;br/&gt;&lt;/p&gt;&lt;p&gt;If archives are &lt;span style=&quot; font-weight:600;&quot;&gt;not managed&lt;/span&gt; their load order is specified by the priority of the corresponding plugin (right pane, plugins tab). You can then not manually enable BSAs where the plugin isn&apos;t active.&lt;/p&gt;&lt;p&gt;In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="919"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Have MO manage archives (&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;read more&lt;/span&gt;&lt;/a&gt;)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;使用 MO 管理压缩包 (&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;查看更多&lt;/span&gt;&lt;/a&gt;)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="934"/>
<source>List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order.</source>
- <translation>可用 BSA 文件的列表。未勾选的项目不会被 MO 管理并且会忽略安装顺序。</translation>
+ <translation>可用 BSA 压缩包的列表。未勾选的项目不会被 MO 管理并且会忽略安装顺序。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="736"/>
- <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they "compete" with loose files in your data directory over which is loaded.
+ <location filename="mainwindow.ui" line="937"/>
+ <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they &quot;compete&quot; with loose files in your data directory over which is loaded.
By default, BSAs that share their base name with an enabled ESP (i.e. plugin.esp and plugin.bsa) are automatically loaded and will have precedence over all loose files, the installation order you set up to the left is then ignored!
BSAs checked here are loaded in such a way that your installation order is obeyed properly.</source>
- <translation type="unfinished">BSA 文件是 Bethesda 专用的压缩包文件 (区别于 .zip 文件),里面包含了游戏所用的 Data 内的文件 (meshes, textures 等)。这与 Data 目录里分散的文件是不同的。
-默认情况下,BSA 文件的名称取决于 ESP 插件的名称 (例: plugins.esp 对应 plugins.bsa)。游戏运行时,ESP 对应的 BSA 将会自动加载,并且比所有分散的文件优先级都高,左边您设置的安装顺序最终会被忽略掉。
-
-这里勾选的 BSA 将会依从您的安装顺序,并且会自行调整加载顺序。</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="782"/>
- <location filename="mainwindow.ui" line="842"/>
+ <location filename="mainwindow.ui" line="983"/>
+ <location filename="mainwindow.ui" line="1042"/>
<source>File</source>
<translation>文件</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="790"/>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Marked Archives (&lt;img src=":/MO/gui/warning_16"/&gt;) are still loaded on Skyrim but the &lt;a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"&gt;&lt;span style=" text-decoration: underline; color:#0000ff;"&gt;regular file override&lt;/span&gt;&lt;/a&gt; mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished"/>
- </message>
- <message>
- <location filename="mainwindow.ui" line="801"/>
+ <location filename="mainwindow.ui" line="992"/>
<source>Data</source>
- <translation type="unfinished">Data</translation>
+ <translation>Data</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="810"/>
+ <location filename="mainwindow.ui" line="1010"/>
<source>refresh data-directory overview</source>
<translation>刷新 Data 目录总览</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="813"/>
+ <location filename="mainwindow.ui" line="1013"/>
<source>Refresh the overview. This may take a moment.</source>
<translation>刷新总览,这可能需要一些时间。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="816"/>
- <location filename="mainwindow.cpp" line="3696"/>
- <location filename="mainwindow.cpp" line="4454"/>
+ <location filename="mainwindow.ui" line="1016"/>
+ <location filename="mainwindow.cpp" line="3858"/>
+ <location filename="mainwindow.cpp" line="4738"/>
<source>Refresh</source>
<translation>刷新</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="832"/>
+ <location filename="mainwindow.ui" line="1032"/>
<source>This is an overview of your data directory as visible to the game (and tools). </source>
<translation>这是在游戏中可见的 Data 目录 (和工具) 的总览。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="847"/>
+ <location filename="mainwindow.ui" line="1047"/>
<source>Mod</source>
<translation>模组</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="857"/>
- <location filename="mainwindow.ui" line="860"/>
+ <location filename="mainwindow.ui" line="1057"/>
+ <location filename="mainwindow.ui" line="1060"/>
<source>Filter the above list so that only conflicts are displayed.</source>
<translation>过滤上面的列表,使您只能看到有冲突的文件。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="863"/>
+ <location filename="mainwindow.ui" line="1063"/>
<source>Show only conflicts</source>
<translation>只显示冲突</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="871"/>
+ <location filename="mainwindow.ui" line="1071"/>
<source>Saves</source>
<translation>存档</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="886"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
-p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a list of all savegames for this game. Hover over a list entry to get detailed information about the save including a list of esps/esms that were used at the time this save was created but aren't active now.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you click &amp;quot;Fix Mods...&amp;quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="1095"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;这是此游戏所有存档的列表,将鼠标悬停在项目上来获取该存档的详细信息,里面包含了现在没有被激活但是当存档被创建时所使用的 esp 或 esm 的清单。&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;如果您在右键菜单中点击“修复 Mod”,那么 MO 便会尝试激活所有 Mod 和 esp 来修复那些缺失的 esp,它并不会禁用任何东西!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a list of all savegames for this game. Hover over a list entry to get detailed information about the save including a list of esps/esms that were used at the time this save was created but aren't active now.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you click &amp;quot;Fix Mods...&amp;quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="900"/>
+ <location filename="mainwindow.ui" line="1115"/>
<source>Downloads</source>
<translation>下载</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="923"/>
+ <location filename="mainwindow.ui" line="1147"/>
<source>This is a list of mods you downloaded from Nexus. Double click one to install it.</source>
<translation>这是从Nexus已下载的模组的列表,双击进行安装。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="976"/>
- <source>Compact</source>
- <translation type="unfinished">紧凑</translation>
- </message>
- <message>
- <location filename="mainwindow.ui" line="983"/>
+ <location filename="mainwindow.ui" line="1200"/>
<source>Show Hidden</source>
- <translation type="unfinished"/>
+ <translation>显示隐藏</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1014"/>
+ <location filename="mainwindow.ui" line="1262"/>
<source>Tool Bar</source>
<translation>工具栏</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1056"/>
+ <location filename="mainwindow.ui" line="1304"/>
<source>Install Mod</source>
<translation>安装模组</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1059"/>
+ <location filename="mainwindow.ui" line="1307"/>
<source>Install &amp;Mod</source>
- <translation type="unfinished">安装 &amp;Mod</translation>
+ <translation>安装 &amp;Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1062"/>
+ <location filename="mainwindow.ui" line="1310"/>
<source>Install a new mod from an archive</source>
<translation>通过压缩包来安装一个新 Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1065"/>
+ <location filename="mainwindow.ui" line="1313"/>
<source>Ctrl+M</source>
<translation>Ctrl+M</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1074"/>
+ <location filename="mainwindow.ui" line="1322"/>
<source>Profiles</source>
<translation>配置文件</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1077"/>
+ <location filename="mainwindow.ui" line="1325"/>
<source>&amp;Profiles</source>
- <translation type="unfinished">&amp;配置文件</translation>
+ <translation>&amp;配置文件</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1080"/>
+ <location filename="mainwindow.ui" line="1328"/>
<source>Configure Profiles</source>
- <translation type="unfinished">设置配置文件</translation>
+ <translation>设置配置文件</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1083"/>
+ <location filename="mainwindow.ui" line="1331"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1092"/>
+ <location filename="mainwindow.ui" line="1340"/>
<source>Executables</source>
<translation>可执行程序</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1095"/>
+ <location filename="mainwindow.ui" line="1343"/>
<source>&amp;Executables</source>
- <translation type="unfinished">&amp;可执行程序</translation>
+ <translation>&amp;可执行程序</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1098"/>
+ <location filename="mainwindow.ui" line="1346"/>
<source>Configure the executables that can be started through Mod Organizer</source>
<translation>配置可通过 MO 来启动的程序</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1101"/>
+ <location filename="mainwindow.ui" line="1349"/>
<source>Ctrl+E</source>
<translation>Ctrl+E</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1110"/>
- <location filename="mainwindow.ui" line="1116"/>
+ <location filename="mainwindow.ui" line="1358"/>
+ <location filename="mainwindow.ui" line="1364"/>
<source>Tools</source>
<translation>工具</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1113"/>
+ <location filename="mainwindow.ui" line="1361"/>
<source>&amp;Tools</source>
- <translation type="unfinished">工具(&amp;T)</translation>
+ <translation>&amp;工具</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1119"/>
+ <location filename="mainwindow.ui" line="1367"/>
<source>Ctrl+I</source>
<translation>Ctrl+I</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1128"/>
+ <location filename="mainwindow.ui" line="1376"/>
<source>Settings</source>
<translation>设置</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1131"/>
+ <location filename="mainwindow.ui" line="1379"/>
<source>&amp;Settings</source>
- <translation type="unfinished">&amp;设置</translation>
+ <translation>&amp;设置</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1134"/>
+ <location filename="mainwindow.ui" line="1382"/>
<source>Configure settings and workarounds</source>
- <translation type="unfinished">配置设定和解决方案</translation>
+ <translation>配置设定和解决方案</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1137"/>
+ <location filename="mainwindow.ui" line="1385"/>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1146"/>
+ <location filename="mainwindow.ui" line="1394"/>
<source>Nexus</source>
<translation>Nexus</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1149"/>
+ <location filename="mainwindow.ui" line="1397"/>
<source>Search nexus network for more mods</source>
<translation>搜索nexus网以获取更多 Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1152"/>
+ <location filename="mainwindow.ui" line="1400"/>
<source>Ctrl+N</source>
<translation>Ctrl+N</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1164"/>
- <location filename="mainwindow.cpp" line="4402"/>
+ <location filename="mainwindow.ui" line="1412"/>
+ <location filename="mainwindow.cpp" line="4679"/>
<source>Update</source>
- <translation type="unfinished">更新</translation>
+ <translation>更新</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1167"/>
+ <location filename="mainwindow.ui" line="1415"/>
<source>Mod Organizer is up-to-date</source>
<translation>Mod Organizer 现在是最新版本</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1179"/>
- <location filename="mainwindow.cpp" line="498"/>
+ <location filename="mainwindow.ui" line="1427"/>
+ <location filename="mainwindow.cpp" line="573"/>
<source>No Problems</source>
- <translation type="unfinished">没有问题</translation>
+ <translation>没有问题</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1182"/>
+ <location filename="mainwindow.ui" line="1430"/>
<source>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them.
!Work in progress!
@@ -1558,900 +1744,1099 @@ Right now this has very limited functionality</source>
当前此项所能提供的功能非常有限</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1194"/>
- <location filename="mainwindow.ui" line="1197"/>
+ <location filename="mainwindow.ui" line="1442"/>
+ <location filename="mainwindow.ui" line="1445"/>
<source>Help</source>
<translation>帮助</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1200"/>
+ <location filename="mainwindow.ui" line="1448"/>
<source>Ctrl+H</source>
<translation>Ctrl+H</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1209"/>
+ <location filename="mainwindow.ui" line="1457"/>
<source>Endorse MO</source>
<translation>称赞 MO</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1212"/>
- <location filename="mainwindow.cpp" line="4483"/>
+ <location filename="mainwindow.ui" line="1460"/>
+ <location filename="mainwindow.cpp" line="4761"/>
<source>Endorse Mod Organizer</source>
<translation>称赞 Mod Organizer</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="215"/>
+ <location filename="mainwindow.ui" line="1465"/>
+ <source>Copy Log to Clipboard</source>
+ <translation>复制到剪贴板</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="1468"/>
+ <source>Ctrl+C</source>
+ <translation>Ctrl+C</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="255"/>
<source>Toolbar</source>
<translation>工具栏</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="216"/>
+ <location filename="mainwindow.cpp" line="256"/>
<source>Desktop</source>
<translation>桌面</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="217"/>
+ <location filename="mainwindow.cpp" line="257"/>
<source>Start Menu</source>
<translation>开始菜单</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="494"/>
+ <location filename="mainwindow.cpp" line="561"/>
<source>Problems</source>
- <translation type="unfinished">问题</translation>
+ <translation>问题</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="495"/>
+ <location filename="mainwindow.cpp" line="562"/>
<source>There are potential problems with your setup</source>
<translation>您的安装中存在潜在的问题</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="499"/>
+ <location filename="mainwindow.cpp" line="574"/>
<source>Everything seems to be in order</source>
- <translation type="unfinished">一切井然有序</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="551"/>
+ <location filename="mainwindow.cpp" line="635"/>
<source>Help on UI</source>
- <translation type="unfinished">界面帮助</translation>
+ <translation>界面帮助</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="555"/>
+ <location filename="mainwindow.cpp" line="639"/>
<source>Documentation Wiki</source>
- <translation type="unfinished">说明文档 (维基)</translation>
+ <translation>说明文档 (维基)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="559"/>
+ <location filename="mainwindow.cpp" line="643"/>
<source>Report Issue</source>
<translation>报告问题</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="563"/>
+ <location filename="mainwindow.cpp" line="647"/>
<source>Tutorials</source>
<translation>教程</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="620"/>
- <source>failed to save archives order, do you have write access to "%1"?</source>
- <translation type="unfinished">无法保存档案顺序,您确定您有权限更改 "%1"?</translation>
+ <location filename="mainwindow.cpp" line="686"/>
+ <source>About</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="687"/>
+ <source>About Qt</source>
+ <translation>关于 Qt</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="690"/>
+ <location filename="mainwindow.cpp" line="782"/>
<source>failed to save load order: %1</source>
- <translation type="unfinished">无法保存加载顺序: %1</translation>
+ <translation>无法保存加载顺序: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="707"/>
+ <location filename="mainwindow.cpp" line="793"/>
<source>Name</source>
<translation>名称</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="708"/>
+ <location filename="mainwindow.cpp" line="794"/>
<source>Please enter a name for the new profile</source>
<translation>请为新配置文件输入一个名称</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="716"/>
+ <location filename="mainwindow.cpp" line="802"/>
<source>failed to create profile: %1</source>
- <translation type="unfinished">无法创建配置文件: %1</translation>
+ <translation>无法创建配置文件: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="759"/>
+ <location filename="mainwindow.cpp" line="843"/>
<source>Show tutorial?</source>
<translation>显示教程?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="760"/>
- <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the "Help"-menu.</source>
+ <location filename="mainwindow.cpp" line="844"/>
+ <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the &quot;Help&quot;-menu.</source>
<translation>你正在第一次使用 Mod Organizer。是否希望显示教程以了解它的基本特性?如果选择否你也可以从“帮助”菜单中开始教程。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="789"/>
+ <location filename="mainwindow.cpp" line="875"/>
<source>Downloads in progress</source>
<translation>正在下载</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="790"/>
+ <location filename="mainwindow.cpp" line="876"/>
<source>There are still downloads in progress, do you really want to quit?</source>
<translation>仍有正在进行中的下载,您确定要退出吗?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="836"/>
+ <location filename="mainwindow.cpp" line="930"/>
<source>failed to read savegame: %1</source>
- <translation type="unfinished">无法读取存档: %1</translation>
+ <translation>无法读取存档: %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1053"/>
+ <source>Plugin &quot;%1&quot; failed: %2</source>
+ <translation>插件 &quot;%1&quot; 失败: %2</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="960"/>
- <source>Plugin "%1" failed: %2</source>
- <translation type="unfinished">插件 "%1" 失败: %2</translation>
+ <location filename="mainwindow.cpp" line="1055"/>
+ <source>Plugin &quot;%1&quot; failed</source>
+ <translation>插件 &quot;%1&quot; 失败</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="962"/>
- <source>Plugin "%1" failed</source>
- <translation type="unfinished">插件 "%1" 失败</translation>
+ <location filename="mainwindow.cpp" line="1098"/>
+ <source>Download?</source>
+ <translation>下载?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1029"/>
+ <location filename="mainwindow.cpp" line="1099"/>
+ <source>A download has been started but no installed page plugin recognizes it.
+If you download anyway no information (i.e. version) will be associated with the download.
+Continue?</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1140"/>
+ <source>Browse Mod Page</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1225"/>
<source>failed to init plugin %1: %2</source>
- <translation type="unfinished">插件初始化失败 %1: %2</translation>
+ <translation>插件初始化失败 %1: %2</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1067"/>
+ <location filename="mainwindow.cpp" line="1263"/>
<source>Plugin error</source>
- <translation type="unfinished"/>
+ <translation>插件错误</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1068"/>
- <source>It appears the plugin "%1" failed to load last startup and caused MO to crash. Do you want to disable it?
+ <location filename="mainwindow.cpp" line="1264"/>
+ <source>It appears the plugin &quot;%1&quot; failed to load last startup and caused MO to crash. Do you want to disable it?
(Please note: If this is the first time you see this message for this plugin you may want to give it another try. The plugin may be able to recover from the problem)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="1252"/>
- <source>Failed to start "%1"</source>
- <translation type="unfinished">无法启动 "%1"</translation>
+ <location filename="mainwindow.cpp" line="1323"/>
+ <source>Failed to start &quot;%1&quot;</source>
+ <translation>无法启动 &quot;%1&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1254"/>
+ <location filename="mainwindow.cpp" line="1325"/>
<source>Waiting</source>
- <translation type="unfinished">稍等</translation>
+ <translation>稍等</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1254"/>
- <source>Please press OK once you're logged into steam.</source>
+ <location filename="mainwindow.cpp" line="1325"/>
+ <source>Please press OK once you&apos;re logged into steam.</source>
<translation>当您登录 Steam 时请点击确定。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1266"/>
- <source>"%1" not found</source>
- <translation type="unfinished">"%1" 未找到</translation>
+ <location filename="mainwindow.cpp" line="1337"/>
+ <source>Executable &quot;%1&quot; not found</source>
+ <translation>可执行程序 &quot;%1&quot; 未找到</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1280"/>
+ <location filename="mainwindow.cpp" line="1351"/>
<source>Start Steam?</source>
<translation>启动 Steam?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1281"/>
+ <location filename="mainwindow.cpp" line="1352"/>
<source>Steam is required to be running already to correctly start the game. Should MO try to start steam now?</source>
<translation>想要正确地启动游戏,Steam 必须处于运行状态。需要MO尝试启动 Steam 吗?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1502"/>
+ <location filename="mainwindow.cpp" line="1572"/>
<source>Also in: &lt;br&gt;</source>
- <translation type="unfinished">也在: &lt;br&gt;</translation>
+ <translation>也在: &lt;br&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1513"/>
+ <location filename="mainwindow.cpp" line="1583"/>
<source>No conflict</source>
<translation>没有冲突</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1630"/>
+ <location filename="mainwindow.cpp" line="1752"/>
<source>&lt;Edit...&gt;</source>
- <translation type="unfinished">&lt;编辑...&gt;</translation>
+ <translation>&lt;编辑...&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1714"/>
- <source>Failed to refresh list of esps: %s</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="1849"/>
+ <source>Failed to refresh list of esps: %1</source>
+ <translation>无法刷新 esp 列表 : %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1854"/>
+ <location filename="mainwindow.cpp" line="2025"/>
<source>This bsa is enabled in the ini file so it may be required!</source>
<translation>该 BSA 已在 ini 文件中启用,因此它可能是必需的。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1861"/>
- <source>This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order!</source>
- <translation>此档案还是会被加载,因为存在同名插件。不过它所包含的的文件不会遵循安装顺序!</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="1916"/>
+ <location filename="mainwindow.cpp" line="2087"/>
<source>Activating Network Proxy</source>
<translation>激活网络代理</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2047"/>
- <location filename="mainwindow.cpp" line="4150"/>
- <source>Installation successful</source>
- <translation>安装成功</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="2058"/>
- <location filename="mainwindow.cpp" line="4163"/>
- <source>Configure Mod</source>
- <translation>配置 Mod</translation>
+ <location filename="mainwindow.cpp" line="2201"/>
+ <location filename="mainwindow.cpp" line="2208"/>
+ <source>Failed to write settings</source>
+ <translation>无法写入设置</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2059"/>
- <location filename="mainwindow.cpp" line="4164"/>
- <source>This mod contains ini tweaks. Do you want to configure them now?</source>
- <translation>此 Mod 中包含 ini 设定文件,您想现在就对它们进行配置吗?</translation>
+ <location filename="mainwindow.cpp" line="2202"/>
+ <location filename="mainwindow.cpp" line="2209"/>
+ <source>An error occured trying to write back MO settings: %1</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2065"/>
- <location filename="mainwindow.cpp" line="4170"/>
- <source>mod "%1" not found</source>
- <translation type="unfinished">Mod "%1" 未找到</translation>
+ <location filename="mainwindow.cpp" line="2205"/>
+ <source>File is write protected</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2068"/>
- <location filename="mainwindow.cpp" line="4176"/>
- <source>Installation cancelled</source>
- <translation>安装已取消</translation>
+ <location filename="mainwindow.cpp" line="2206"/>
+ <source>Invalid file format (probably a bug)</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2068"/>
- <location filename="mainwindow.cpp" line="4176"/>
- <source>The mod was not installed completely.</source>
- <translation>该模组没有完全安装。</translation>
+ <location filename="mainwindow.cpp" line="2207"/>
+ <source>Unknown error %1</source>
+ <translation>未知错误 %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2217"/>
+ <location filename="mainwindow.cpp" line="2254"/>
<source>Some plugins could not be loaded</source>
<translation>一些插件无法载入</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2220"/>
+ <location filename="mainwindow.cpp" line="2257"/>
<source>Too many esps and esms enabled</source>
- <translation type="unfinished"/>
+ <translation>esp 和 esm 开启太多</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2223"/>
- <location filename="mainwindow.cpp" line="2244"/>
+ <location filename="mainwindow.cpp" line="2260"/>
+ <location filename="mainwindow.cpp" line="2281"/>
<source>Description missing</source>
- <translation type="unfinished"/>
+ <translation>描述丢失</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2232"/>
+ <location filename="mainwindow.cpp" line="2269"/>
<source>The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version:</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2240"/>
- <source>The game doesn't allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href="http://wiki.step-project.com/Guide:Merging_Plugins"&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
+ <location filename="mainwindow.cpp" line="2277"/>
+ <source>The game doesn&apos;t allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href=&quot;http://wiki.step-project.com/Guide:Merging_Plugins&quot;&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2266"/>
+ <location filename="mainwindow.cpp" line="2303"/>
<source>Choose Mod</source>
<translation>选择模组</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2267"/>
+ <location filename="mainwindow.cpp" line="2304"/>
<source>Mod Archive</source>
- <translation type="unfinished">Mod 压缩包</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2420"/>
+ <location filename="mainwindow.cpp" line="2327"/>
+ <location filename="mainwindow.cpp" line="4382"/>
+ <source>Installation successful</source>
+ <translation>安装成功</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2338"/>
+ <location filename="mainwindow.cpp" line="4394"/>
+ <source>Configure Mod</source>
+ <translation>配置 Mod</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2339"/>
+ <location filename="mainwindow.cpp" line="4395"/>
+ <source>This mod contains ini tweaks. Do you want to configure them now?</source>
+ <translation>此 Mod 中包含 ini 设定文件,您想现在就对它们进行配置吗?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2346"/>
+ <location filename="mainwindow.cpp" line="4402"/>
+ <source>mod &quot;%1&quot; not found</source>
+ <translation>Mod &quot;%1&quot; 未找到</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="4408"/>
+ <source>Installation cancelled</source>
+ <translation>安装已取消</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="4408"/>
+ <source>The mod was not installed completely.</source>
+ <translation>该模组没有完全安装。</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2558"/>
<source>Start Tutorial?</source>
<translation>开始教程?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2421"/>
- <source>You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue?</source>
+ <location filename="mainwindow.cpp" line="2559"/>
+ <source>You&apos;re about to start a tutorial. For technical reasons it&apos;s not possible to end the tutorial early. Continue?</source>
<translation>即将开始帮助教程。因为技术原因可能无法随时中断。是否继续?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2576"/>
- <location filename="mainwindow.cpp" line="4073"/>
+ <location filename="mainwindow.cpp" line="2703"/>
+ <location filename="mainwindow.cpp" line="4307"/>
<source>Download started</source>
<translation>开始下载</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2607"/>
+ <location filename="mainwindow.cpp" line="2764"/>
<source>failed to update mod list: %1</source>
- <translation type="unfinished">无法更新 Mod 列表: %1</translation>
+ <translation>无法更新 Mod 列表: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2634"/>
+ <location filename="mainwindow.cpp" line="2808"/>
<source>failed to spawn notepad.exe: %1</source>
- <translation type="unfinished">无法生成 notepad.exe: %1</translation>
+ <translation>无法生成 notepad.exe: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2675"/>
+ <location filename="mainwindow.cpp" line="2845"/>
<source>failed to open %1</source>
- <translation type="unfinished">无法打开 %1</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2753"/>
+ <location filename="mainwindow.cpp" line="2920"/>
<source>failed to change origin name: %1</source>
- <translation type="unfinished">无法更改原始文件名: %1</translation>
+ <translation>无法更改原始文件名: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2779"/>
- <source>Failed to move "%1" from mod "%2" to "%3": %4</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="2950"/>
+ <source>failed to move &quot;%1&quot; from mod &quot;%2&quot; to &quot;%3&quot;: %4</source>
+ <translation>无法移动 &quot;%1&quot; 从 mod &quot;%2&quot; 到 &quot;%3&quot;: %4</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2973"/>
+ <source>&lt;Contains %1&gt;</source>
+ <translation>&lt;Contains %1&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2828"/>
+ <location filename="mainwindow.cpp" line="3006"/>
<source>&lt;Checked&gt;</source>
- <translation type="unfinished">&lt;已勾选&gt;</translation>
+ <translation>&lt;Checked&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2829"/>
+ <location filename="mainwindow.cpp" line="3007"/>
<source>&lt;Unchecked&gt;</source>
- <translation type="unfinished">&lt;未勾选&gt;</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2830"/>
+ <location filename="mainwindow.cpp" line="3008"/>
<source>&lt;Update&gt;</source>
- <translation type="unfinished">&lt;有更新&gt;</translation>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3009"/>
+ <source>&lt;Managed by MO&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2831"/>
+ <location filename="mainwindow.cpp" line="3010"/>
+ <source>&lt;Managed outside MO&gt;</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3011"/>
<source>&lt;No category&gt;</source>
- <translation type="unfinished">&lt;无类别&gt;</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2832"/>
+ <location filename="mainwindow.cpp" line="3012"/>
<source>&lt;Conflicted&gt;</source>
- <translation type="unfinished">&lt;有冲突&gt;</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2833"/>
+ <location filename="mainwindow.cpp" line="3013"/>
<source>&lt;Not Endorsed&gt;</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2866"/>
+ <location filename="mainwindow.cpp" line="3051"/>
<source>failed to rename mod: %1</source>
- <translation type="unfinished">无法重命名 Mod: %1</translation>
+ <translation>无法重命名 Mod: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2879"/>
+ <location filename="mainwindow.cpp" line="3064"/>
<source>Overwrite?</source>
<translation>覆盖</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2880"/>
- <source>This will replace the existing mod "%1". Continue?</source>
- <translation type="unfinished">这将会覆盖已存在的mod "%1"。是否继续?</translation>
+ <location filename="mainwindow.cpp" line="3065"/>
+ <source>This will replace the existing mod &quot;%1&quot;. Continue?</source>
+ <translation>这将会覆盖已存在的mod &quot;%1&quot;。是否继续?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2883"/>
- <source>failed to remove mod "%1"</source>
- <translation type="unfinished">无法移动 Mod: %1</translation>
+ <location filename="mainwindow.cpp" line="3068"/>
+ <source>failed to remove mod &quot;%1&quot;</source>
+ <translation>无法移动 mod %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2887"/>
- <location filename="mainwindow.cpp" line="4348"/>
- <location filename="mainwindow.cpp" line="4372"/>
- <source>failed to rename "%1" to "%2"</source>
- <translation>重命名 "%1 "为 "%2" 时出错</translation>
+ <location filename="mainwindow.cpp" line="3072"/>
+ <location filename="mainwindow.cpp" line="4580"/>
+ <location filename="mainwindow.cpp" line="4604"/>
+ <source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
+ <translation>重命名 &quot;%1 &quot;为 &quot;%2&quot; 时出错</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2916"/>
- <source>Multiple esps activated, please check that they don't conflict.</source>
+ <location filename="mainwindow.cpp" line="3097"/>
+ <source>Multiple esps activated, please check that they don&apos;t conflict.</source>
<translation>多个esp已激活,请检查以确保不冲突。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2942"/>
- <location filename="mainwindow.cpp" line="3602"/>
- <location filename="mainwindow.cpp" line="3610"/>
+ <location filename="mainwindow.cpp" line="3146"/>
+ <location filename="mainwindow.cpp" line="3771"/>
+ <location filename="mainwindow.cpp" line="3779"/>
+ <location filename="mainwindow.cpp" line="4014"/>
<source>Confirm</source>
<translation>确认</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2943"/>
+ <location filename="mainwindow.cpp" line="3147"/>
<source>Remove the following mods?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</source>
- <translation type="unfinished">是否删除下列mod?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</translation>
+ <translation>是否删除下列mod?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2954"/>
+ <location filename="mainwindow.cpp" line="3158"/>
<source>failed to remove mod: %1</source>
- <translation type="unfinished">无法移动 Mod: %1</translation>
+ <translation>无法移动 Mod: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2989"/>
- <location filename="mainwindow.cpp" line="2992"/>
+ <location filename="mainwindow.cpp" line="3193"/>
+ <location filename="mainwindow.cpp" line="3196"/>
<source>Failed</source>
- <translation type="unfinished">失败</translation>
+ <translation>失败</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2989"/>
+ <location filename="mainwindow.cpp" line="3193"/>
<source>Installation file no longer exists</source>
- <translation type="unfinished">安装文件不复存在</translation>
+ <translation>安装文件不复存在</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2993"/>
- <source>Mods installed with old versions of MO can't be reinstalled in this way.</source>
- <translation type="unfinished">旧版 MO 安装的 Mod 无法使用此方法重新安装。</translation>
+ <location filename="mainwindow.cpp" line="3197"/>
+ <source>Mods installed with old versions of MO can&apos;t be reinstalled in this way.</source>
+ <translation>旧版 MO 安装的 Mod 无法使用此方法重新安装。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3008"/>
- <location filename="mainwindow.cpp" line="3035"/>
- <source>You need to be logged in with Nexus to endorse</source>
+ <location filename="mainwindow.cpp" line="3212"/>
+ <source>You need to be logged in with Nexus to resume a download</source>
<translation>你必须登录 Nexus 才能点“称赞”</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3164"/>
- <location filename="mainwindow.cpp" line="4732"/>
- <source>Extract BSA</source>
- <translation>解压 BSA</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="3165"/>
- <source>This mod contains at least one BSA. Do you want to unpack it?
-(This removes the BSA after completion. If you don't know about BSAs, just select no)</source>
- <translation>此 Mod 中至少包含一个 BSA。您确定要解压吗?
-(解压完成后,BSA 文件将会被删除。如果您不了解 BSA 的话,请选择“否”)</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="3174"/>
- <location filename="mainwindow.cpp" line="4689"/>
- <location filename="mainwindow.cpp" line="4740"/>
- <source>failed to read %1: %2</source>
- <translation type="unfinished">无法读取 %1: %2</translation>
+ <location filename="mainwindow.cpp" line="3228"/>
+ <location filename="mainwindow.cpp" line="3255"/>
+ <source>You need to be logged in with Nexus to endorse</source>
+ <translation>你必须登录 Nexus 才能点“称赞”</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3187"/>
- <location filename="mainwindow.cpp" line="4751"/>
- <source>This archive contains invalid hashes. Some files may be broken.</source>
- <translation type="unfinished">压缩包 Hash 值错误。部分文件可能已经损坏。</translation>
+ <location filename="mainwindow.cpp" line="3289"/>
+ <source>Failed to display overwrite dialog: %1</source>
+ <translation>无法显示 overwrite 对话: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3221"/>
+ <location filename="mainwindow.cpp" line="3407"/>
<source>Nexus ID for this Mod is unknown</source>
<translation>此模组的Nexus ID未知</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3260"/>
- <location filename="mainwindow.cpp" line="3707"/>
+ <location filename="mainwindow.cpp" line="3446"/>
+ <location filename="mainwindow.cpp" line="3886"/>
<source>Create Mod...</source>
<translation>创建Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3261"/>
+ <location filename="mainwindow.cpp" line="3447"/>
<source>This will move all files from overwrite into a new, regular mod.
Please enter a name:</source>
- <translation type="unfinished"/>
+ <translation>这会移动所有的 overwirite 文件成为一个新建的 mod。
+请输入名称:</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3270"/>
+ <location filename="mainwindow.cpp" line="3456"/>
<source>A mod with this name already exists</source>
<translation>同名模组已存在。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3528"/>
+ <location filename="mainwindow.cpp" line="3697"/>
<source>Continue?</source>
- <translation type="unfinished"/>
+ <translation>继续?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3529"/>
+ <location filename="mainwindow.cpp" line="3698"/>
<source>The versioning scheme decides which version is considered newer than another.
This function will guess the versioning scheme under the assumption that the installed version is outdated.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3549"/>
+ <location filename="mainwindow.cpp" line="3718"/>
+ <location filename="mainwindow.cpp" line="4650"/>
<source>Sorry</source>
- <translation type="unfinished"/>
+ <translation>抱歉</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3550"/>
- <source>I don't know a versioning scheme where %1 is newer than %2.</source>
+ <location filename="mainwindow.cpp" line="3719"/>
+ <source>I don&apos;t know a versioning scheme where %1 is newer than %2.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3602"/>
+ <location filename="mainwindow.cpp" line="3771"/>
<source>Really enable all visible mods?</source>
<translation>确定要启用全部可见的模组吗?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3610"/>
+ <location filename="mainwindow.cpp" line="3779"/>
<source>Really disable all visible mods?</source>
<translation>确定要禁用全部可见的模组吗?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3618"/>
+ <location filename="mainwindow.cpp" line="3787"/>
<source>Choose what to export</source>
<translation>选择要导出的内容</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3620"/>
+ <location filename="mainwindow.cpp" line="3789"/>
<source>Everything</source>
- <translation type="unfinished">全部</translation>
+ <translation>全部</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3620"/>
+ <location filename="mainwindow.cpp" line="3789"/>
<source>All installed mods are included in the list</source>
- <translation type="unfinished">所有包含在列表的已安装mod</translation>
+ <translation>所有包含在列表的已安装mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3621"/>
+ <location filename="mainwindow.cpp" line="3790"/>
<source>Active Mods</source>
<translation>激活模组</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3621"/>
+ <location filename="mainwindow.cpp" line="3790"/>
<source>Only active (checked) mods from your current profile are included</source>
<translation>仅包含当前配置文件中已激活(打勾)的mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3622"/>
+ <location filename="mainwindow.cpp" line="3791"/>
<source>Visible</source>
- <translation type="unfinished">可见的</translation>
+ <translation>可见的</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3622"/>
+ <location filename="mainwindow.cpp" line="3791"/>
<source>All mods visible in the mod list are included</source>
- <translation type="unfinished">包含列表中所有可见的mod</translation>
+ <translation>包含列表中所有可见的mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3665"/>
+ <location filename="mainwindow.cpp" line="3834"/>
<source>export failed: %1</source>
- <translation type="unfinished">导出失败: %1</translation>
+ <translation>导出失败: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3689"/>
+ <location filename="mainwindow.cpp" line="3851"/>
<source>Install Mod...</source>
<translation>安装模组...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3691"/>
+ <location filename="mainwindow.cpp" line="3853"/>
<source>Enable all visible</source>
<translation>启用所有可见项目</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3692"/>
+ <location filename="mainwindow.cpp" line="3854"/>
<source>Disable all visible</source>
<translation>禁用所有可见项目</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3694"/>
+ <location filename="mainwindow.cpp" line="3856"/>
<source>Check all for update</source>
<translation>检查所有更新</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3698"/>
+ <location filename="mainwindow.cpp" line="3860"/>
<source>Export to csv...</source>
<translation>导出为 CSV...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3706"/>
+ <location filename="mainwindow.cpp" line="3879"/>
+ <source>All Mods</source>
+ <translation>所有模组</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3885"/>
<source>Sync to Mods...</source>
- <translation type="unfinished">同步到 Mod...</translation>
+ <translation>同步到模组...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3710"/>
+ <location filename="mainwindow.cpp" line="3889"/>
<source>Restore Backup</source>
<translation>还原备份</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3711"/>
+ <location filename="mainwindow.cpp" line="3890"/>
<source>Remove Backup...</source>
- <translation type="unfinished">还原备份...</translation>
+ <translation>移除备份</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3713"/>
+ <location filename="mainwindow.cpp" line="3894"/>
<source>Add/Remove Categories</source>
- <translation type="unfinished"/>
+ <translation>添加/移除 类别</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3718"/>
+ <location filename="mainwindow.cpp" line="3899"/>
<source>Replace Categories</source>
- <translation type="unfinished"/>
+ <translation>更换类别</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3723"/>
+ <location filename="mainwindow.cpp" line="3904"/>
<source>Primary Category</source>
<translation>主分类</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3730"/>
+ <location filename="mainwindow.cpp" line="3911"/>
<source>Change versioning scheme</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3734"/>
+ <location filename="mainwindow.cpp" line="3915"/>
<source>Un-ignore update</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3736"/>
+ <location filename="mainwindow.cpp" line="3917"/>
<source>Ignore update</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3741"/>
+ <location filename="mainwindow.cpp" line="3922"/>
<source>Rename Mod...</source>
<translation>重命名模组...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3742"/>
+ <location filename="mainwindow.cpp" line="3923"/>
<source>Remove Mod...</source>
<translation>移除模组...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3743"/>
+ <location filename="mainwindow.cpp" line="3924"/>
<source>Reinstall Mod</source>
<translation>重新安装模组</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3746"/>
+ <location filename="mainwindow.cpp" line="3927"/>
<source>Un-Endorse</source>
<translation>取消称赞</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3749"/>
- <location filename="mainwindow.cpp" line="3753"/>
+ <location filename="mainwindow.cpp" line="3930"/>
+ <location filename="mainwindow.cpp" line="3934"/>
<source>Endorse</source>
<translation>称赞</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3750"/>
- <source>Won't endorse</source>
+ <location filename="mainwindow.cpp" line="3931"/>
+ <source>Won&apos;t endorse</source>
<translation>不想称赞</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3756"/>
+ <location filename="mainwindow.cpp" line="3937"/>
<source>Endorsement state unknown</source>
<translation>称赞状态不明</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3763"/>
+ <location filename="mainwindow.cpp" line="3944"/>
<source>Ignore missing data</source>
<translation>忽略丢失的数据</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3766"/>
+ <location filename="mainwindow.cpp" line="3947"/>
<source>Visit on Nexus</source>
<translation>在Nexus上浏览</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3767"/>
+ <location filename="mainwindow.cpp" line="3948"/>
<source>Open in explorer</source>
<translation>在资源管理器中打开</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3770"/>
+ <location filename="mainwindow.cpp" line="3952"/>
<source>Information...</source>
- <translation type="unfinished">信息...</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3776"/>
- <location filename="mainwindow.cpp" line="4936"/>
+ <location filename="mainwindow.cpp" line="3959"/>
+ <location filename="mainwindow.cpp" line="5225"/>
<source>Exception: </source>
- <translation type="unfinished">例外: </translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3778"/>
- <location filename="mainwindow.cpp" line="4938"/>
+ <location filename="mainwindow.cpp" line="3961"/>
+ <location filename="mainwindow.cpp" line="5227"/>
<source>Unknown exception</source>
- <translation type="unfinished">未知的例外</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3798"/>
+ <location filename="mainwindow.cpp" line="3988"/>
<source>&lt;All&gt;</source>
- <translation type="unfinished">&lt;全部&gt;</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3800"/>
+ <location filename="mainwindow.cpp" line="3990"/>
<source>&lt;Multiple&gt;</source>
- <translation type="unfinished">XX</translation>
+ <translation type="unfinished"/>
+ </message>
+ <message numerus="yes">
+ <location filename="mainwindow.cpp" line="4014"/>
+ <source>Are you sure you want to remove the following %n save(s)?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Removed saves will be sent to the Recycle Bin.</source>
+ <translation type="unfinished"><numerusform></numerusform></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5483"/>
+ <source>Please wait while LOOT is running</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3912"/>
+ <location filename="mainwindow.cpp" line="4126"/>
<source>Fix Mods...</source>
<translation>修复模组...</translation>
</message>
+ <message numerus="yes">
+ <location filename="mainwindow.cpp" line="4128"/>
+ <source>Delete %n save(s)</source>
+ <translation type="unfinished"><numerusform></numerusform></translation>
+ </message>
<message>
- <location filename="mainwindow.cpp" line="3936"/>
- <location filename="mainwindow.cpp" line="3967"/>
+ <location filename="mainwindow.cpp" line="4155"/>
+ <location filename="mainwindow.cpp" line="4188"/>
<source>failed to remove %1</source>
- <translation type="unfinished">无法删除 %1</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3951"/>
- <location filename="mainwindow.cpp" line="3982"/>
+ <location filename="mainwindow.cpp" line="4172"/>
+ <location filename="mainwindow.cpp" line="4204"/>
<source>failed to create %1</source>
- <translation type="unfinished">无法创建 %1</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4005"/>
- <source>Can't change download directory while downloads are in progress!</source>
+ <location filename="mainwindow.cpp" line="4228"/>
+ <source>Can&apos;t change download directory while downloads are in progress!</source>
<translation>下载文件时不能修改下载目录!</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4076"/>
+ <location filename="mainwindow.cpp" line="4310"/>
<source>Download failed</source>
<translation>下载失败</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4225"/>
+ <location filename="mainwindow.cpp" line="4457"/>
<source>failed to write to file %1</source>
- <translation type="unfinished">无法写入文件 %1</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4231"/>
+ <location filename="mainwindow.cpp" line="4463"/>
<source>%1 written</source>
- <translation type="unfinished">已写入 %1</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4270"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Select binary</source>
- <translation type="unfinished">选择可执行文件</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4270"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Binary</source>
<translation>程序</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4296"/>
+ <location filename="mainwindow.cpp" line="4528"/>
<source>Enter Name</source>
<translation>输入名称</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4297"/>
+ <location filename="mainwindow.cpp" line="4529"/>
<source>Please enter a name for the executable</source>
<translation>请为该可执行程序输入一个名称</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4308"/>
+ <location filename="mainwindow.cpp" line="4540"/>
<source>Not an executable</source>
- <translation type="unfinished">不是可执行程序</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4308"/>
+ <location filename="mainwindow.cpp" line="4540"/>
<source>This is not a recognized executable.</source>
- <translation type="unfinished">无法识别的可执行文件</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4333"/>
- <location filename="mainwindow.cpp" line="4358"/>
+ <location filename="mainwindow.cpp" line="4565"/>
+ <location filename="mainwindow.cpp" line="4590"/>
<source>Replace file?</source>
- <translation type="unfinished">替换文件?</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4333"/>
+ <location filename="mainwindow.cpp" line="4565"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation>已存在同名文件,但该文件被隐藏了。确定要覆盖吗?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4336"/>
- <location filename="mainwindow.cpp" line="4361"/>
+ <location filename="mainwindow.cpp" line="4568"/>
+ <location filename="mainwindow.cpp" line="4593"/>
<source>File operation failed</source>
<translation>文件操作错误</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4336"/>
- <location filename="mainwindow.cpp" line="4361"/>
- <source>Failed to remove "%1". Maybe you lack the required file permissions?</source>
- <translation>无法移除 "%1"。也许您需要足够的文件权限?</translation>
+ <location filename="mainwindow.cpp" line="4568"/>
+ <location filename="mainwindow.cpp" line="4593"/>
+ <source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
+ <translation>无法移除 &quot;%1&quot;。也许您需要足够的文件权限?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4358"/>
+ <location filename="mainwindow.cpp" line="4590"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation>已存在同名文件。确定要覆盖吗?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4404"/>
+ <location filename="mainwindow.cpp" line="4623"/>
+ <source>file not found: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4636"/>
+ <source>failed to generate preview for %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4650"/>
+ <source>Sorry, can&apos;t preview anything. This function currently does not support extracting from bsas.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4681"/>
<source>Update available</source>
<translation>更新可用</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4441"/>
+ <location filename="mainwindow.cpp" line="4718"/>
<source>Open/Execute</source>
<translation>打开/执行</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4442"/>
+ <location filename="mainwindow.cpp" line="4719"/>
<source>Add as Executable</source>
<translation>添加为可执行文件</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4446"/>
+ <location filename="mainwindow.cpp" line="4723"/>
+ <source>Preview</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4729"/>
<source>Un-Hide</source>
<translation>取消隐藏</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4448"/>
+ <location filename="mainwindow.cpp" line="4731"/>
<source>Hide</source>
<translation>隐藏</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4453"/>
+ <location filename="mainwindow.cpp" line="4737"/>
<source>Write To File...</source>
- <translation type="unfinished">写入文件...</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4484"/>
+ <location filename="mainwindow.cpp" line="4762"/>
<source>Do you want to endorse Mod Organizer on %1 now?</source>
- <translation type="unfinished">是否现在就在 %1 点赞支持 Mod Organizer?</translation>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4858"/>
+ <source>Thank you!</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4858"/>
+ <source>Thank you for your endorsement!</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4620"/>
+ <location filename="mainwindow.cpp" line="4893"/>
<source>Request to Nexus failed: %1</source>
- <translation type="unfinished">发往 Nexus 的请求失败: %1</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4627"/>
- <location filename="mainwindow.cpp" line="4644"/>
+ <location filename="mainwindow.cpp" line="4900"/>
+ <location filename="mainwindow.cpp" line="4918"/>
<source>login successful</source>
<translation>登录成功</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4653"/>
+ <location filename="mainwindow.cpp" line="4927"/>
<source>login failed: %1. Trying to download anyway</source>
- <translation type="unfinished">登录失败: %1,请尝试使用别的方法下载</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4659"/>
+ <location filename="mainwindow.cpp" line="4933"/>
<source>login failed: %1</source>
<translation>无法登录: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4668"/>
+ <location filename="mainwindow.cpp" line="4943"/>
<source>login failed: %1. You need to log-in with Nexus to update MO.</source>
- <translation type="unfinished">登录失败: %1。您需要登录到N网才能更新 MO</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4701"/>
+ <location filename="mainwindow.cpp" line="4964"/>
+ <location filename="mainwindow.cpp" line="5015"/>
+ <source>failed to read %1: %2</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4976"/>
<source>Error</source>
<translation>错误</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4701"/>
+ <location filename="mainwindow.cpp" line="4976"/>
<source>failed to extract %1 (errorcode %2)</source>
- <translation type="unfinished">无法解压 %1 (错误代码 %2)</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4796"/>
+ <location filename="mainwindow.cpp" line="5007"/>
+ <source>Extract BSA</source>
+ <translation>解压 BSA</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5026"/>
+ <source>This archive contains invalid hashes. Some files may be broken.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5071"/>
<source>Extract...</source>
<translation>解压...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4852"/>
+ <location filename="mainwindow.cpp" line="5133"/>
<source>Edit Categories...</source>
<translation>编辑类别...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4897"/>
+ <location filename="mainwindow.cpp" line="5134"/>
+ <source>Deselect filter</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5185"/>
<source>Remove</source>
<translation>移除</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4907"/>
+ <location filename="mainwindow.cpp" line="5196"/>
<source>Enable all</source>
<translation>全部启用</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4908"/>
+ <location filename="mainwindow.cpp" line="5197"/>
<source>Disable all</source>
<translation>全部禁用</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4927"/>
+ <location filename="mainwindow.cpp" line="5216"/>
<source>Unlock load order</source>
<translation>解锁加载顺序</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4930"/>
+ <location filename="mainwindow.cpp" line="5219"/>
<source>Lock load order</source>
<translation>锁定加载顺序</translation>
</message>
+ <message>
+ <location filename="mainwindow.cpp" line="5352"/>
+ <source>depends on missing &quot;%1&quot;</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5356"/>
+ <source>incompatible with &quot;%1&quot;</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5376"/>
+ <source>No profile set</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5573"/>
+ <source>loot failed. Exit code was: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5579"/>
+ <source>failed to start loot</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5582"/>
+ <source>failed to run loot: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5585"/>
+ <source>Errors occured</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5636"/>
+ <source>Backup of load order created</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5646"/>
+ <source>Choose backup to restore</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5659"/>
+ <source>No Backups</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5659"/>
+ <source>There are no backups to restore</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5680"/>
+ <location filename="mainwindow.cpp" line="5701"/>
+ <source>Restore failed</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5681"/>
+ <location filename="mainwindow.cpp" line="5702"/>
+ <source>Failed to restore the backup. Errorcode: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5692"/>
+ <source>Backup of modlist created</source>
+ <translation type="unfinished"/>
+ </message>
</context>
<context>
<name>MessageDialog</name>
@@ -2465,8 +2850,63 @@ This function will guess the versioning scheme under the assumption that the ins
<context>
<name>ModInfo</name>
<message>
+ <location filename="modinfo.cpp" line="87"/>
+ <source>Plugins</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="88"/>
+ <source>Textures</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="89"/>
+ <source>Meshes</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="90"/>
+ <source>UI Changes</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="91"/>
+ <source>Music</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="92"/>
+ <source>Sound Effects</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="93"/>
+ <source>Scripts</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="94"/>
+ <source>SKSE Plugins</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="95"/>
+ <source>SkyProc Tools</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
<location filename="modinfo.cpp" line="96"/>
- <location filename="modinfo.cpp" line="125"/>
+ <source>Strings</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="97"/>
+ <source>invalid content type %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="120"/>
+ <location filename="modinfo.cpp" line="149"/>
<source>invalid index %1</source>
<translation>无效的索引 %1</translation>
</message>
@@ -2474,7 +2914,7 @@ This function will guess the versioning scheme under the assumption that the ins
<context>
<name>ModInfoBackup</name>
<message>
- <location filename="modinfo.cpp" line="820"/>
+ <location filename="modinfo.cpp" line="949"/>
<source>This is the backup of a mod</source>
<translation>这是模组的备份</translation>
</message>
@@ -2487,79 +2927,99 @@ This function will guess the versioning scheme under the assumption that the ins
<translation>Mod 信息</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="27"/>
+ <location filename="modinfodialog.ui" line="30"/>
<source>Textfiles</source>
<translation>文本文件</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="39"/>
+ <location filename="modinfodialog.ui" line="42"/>
<source>A list of text-files in the mod directory.</source>
<translation>Mod 目录里包含的文本文件的列表。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="42"/>
+ <location filename="modinfodialog.ui" line="45"/>
<source>A list of text-files in the mod directory like readmes. </source>
<translation>Mod 目录里包含的文本文件 (类似于自述文件) 的列表 。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="64"/>
- <location filename="modinfodialog.ui" line="152"/>
+ <location filename="modinfodialog.ui" line="67"/>
+ <location filename="modinfodialog.ui" line="175"/>
<source>Save</source>
<translation>保存</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="74"/>
+ <location filename="modinfodialog.ui" line="77"/>
<source>INI-Files</source>
<translation>Ini 文件</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="94"/>
+ <location filename="modinfodialog.ui" line="91"/>
+ <source>Ini Files</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="104"/>
<source>This is a list of .ini files in the mod.</source>
<translation>Mod 目录里包含的 Ini 文件的列表。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="97"/>
+ <location filename="modinfodialog.ui" line="107"/>
<source>This is a list of .ini files in the mod. These are usually used to configure the behaviour of mods if there are configurable parameters.</source>
<translation>Mod 目录里包含的 Ini 文件的列表,这些文件通常用来配置 Mod 的行为,如果有可设置的参数的话。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="146"/>
+ <location filename="modinfodialog.ui" line="114"/>
+ <source>Ini Tweaks</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="130"/>
+ <source>This is a list of ini tweaks (ini modifications that can be toggled).</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="133"/>
+ <source>This is a list of ini tweaks. Ini Tweaks are (usually small) fragments of ini files that are applied over existing settings in skyrim.ini/skyrimprefs.ini. Each tweak can be toggled individually. You should check the description of the mod wether the tweaks are really optional.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="169"/>
<source>Save changes to the file.</source>
<translation>保存更改到文件中。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="149"/>
+ <location filename="modinfodialog.ui" line="172"/>
<source>Save changes to the file. This overwrites the original. There is no automatic backup!</source>
<translation>保存更改到文件中,这将会覆盖原始文件,并且没有自动备份!</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="162"/>
+ <location filename="modinfodialog.ui" line="185"/>
<source>Images</source>
<translation>图片</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="217"/>
+ <location filename="modinfodialog.ui" line="240"/>
<source>Images located in the mod.</source>
<translation>位于 Mod 中的图片。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="220"/>
+ <location filename="modinfodialog.ui" line="243"/>
<source>This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="253"/>
- <location filename="modinfodialog.ui" line="272"/>
+ <location filename="modinfodialog.ui" line="276"/>
+ <location filename="modinfodialog.ui" line="295"/>
<source>Optional ESPs</source>
<translation>可选 ESP</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="259"/>
+ <location filename="modinfodialog.ui" line="282"/>
<source>List of esps and esms that can not be loaded by the game.</source>
<translation>包含了不会被游戏载入的 esp 和 esm 的列表。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="262"/>
+ <location filename="modinfodialog.ui" line="285"/>
<source>List of esps and esms contained in this plugin that currently can not be loaded by the game. They will not even appear in the esp-list in the main MO-window.
They usually contain optional functionality, see the readme.
@@ -2567,613 +3027,687 @@ Most mods do not have optional esps, so chances are good you are looking at an e
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="287"/>
+ <location filename="modinfodialog.ui" line="310"/>
<source>Make the selected mod in the lower list unavailable.</source>
<translation>使下表中已选的 Mod 变得不可用。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="290"/>
- <source>The selected esp (in the lower list) will be pushed into a subdirectory of the mod and will thus become "invisible" to the game. It can then no longer be activated.</source>
+ <location filename="modinfodialog.ui" line="313"/>
+ <source>The selected esp (in the lower list) will be pushed into a subdirectory of the mod and will thus become &quot;invisible&quot; to the game. It can then no longer be activated.</source>
<translation>已选的 esp (在下表中) 将会被放入 Mod 的子目录里,在游戏里将会变得“不可见”,并且之后就不能再被激活了。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="316"/>
+ <location filename="modinfodialog.ui" line="339"/>
<source>Move a file to the data directory.</source>
<translation>移动一个文件到 Data 目录。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="319"/>
- <source>This moves a esp to the esp directory so it can be enabled in the main window. Please note that the ESP merely becomes "available", it will not necessarily be loaded! That is configured in the main window of omo.</source>
+ <location filename="modinfodialog.ui" line="342"/>
+ <source>This moves a esp to the esp directory so it can be enabled in the main window. Please note that the ESP merely becomes &quot;available&quot;, it will not necessarily be loaded! That is configured in the main window of omo.</source>
<translation>移动一个 esp 文件到 esp 目录,这样它就可以在主窗口中启用了。请注意: ESP 只是变得“可用”,它并不一定会被载入!想要载入请在 MO 的主窗口中勾选。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="354"/>
+ <location filename="modinfodialog.ui" line="377"/>
<source>ESPs in the data directory and thus visible to the game.</source>
<translation>ESP 在 Data 目录,因此它在游戏里会变得可见。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="357"/>
+ <location filename="modinfodialog.ui" line="380"/>
<source>These are the mod files that are in the (virtual) data directory of your game and will thus be selecteable in the esp list in the main window.</source>
<translation>这些 Mod 文件位于您游戏的 (虚拟) Data 目录里,因此它们在主窗口的 esp 列表中会变得可选。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="364"/>
+ <location filename="modinfodialog.ui" line="387"/>
<source>Available ESPs</source>
<translation>可用 ESP</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="372"/>
+ <location filename="modinfodialog.ui" line="395"/>
<source>Conflicts</source>
<translation>冲突</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="380"/>
+ <location filename="modinfodialog.ui" line="403"/>
<source>The following conflicted files are provided by this mod</source>
<translation>以下冲突文件由此 Mod 提供</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="430"/>
- <location filename="modinfodialog.ui" line="480"/>
+ <location filename="modinfodialog.ui" line="453"/>
+ <location filename="modinfodialog.ui" line="503"/>
<source>File</source>
<translation>文件</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="435"/>
+ <location filename="modinfodialog.ui" line="458"/>
<source>Overwritten Mods</source>
<translation>覆盖的 Mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="445"/>
+ <location filename="modinfodialog.ui" line="468"/>
<source>The following conflicted files are provided by other mods</source>
<translation>以下冲突文件由其它 Mod 提供</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="485"/>
+ <location filename="modinfodialog.ui" line="508"/>
<source>Providing Mod</source>
<translation>提供的 Mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="495"/>
+ <location filename="modinfodialog.ui" line="518"/>
<source>Non-Conflicted files</source>
<translation>非冲突文件</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="515"/>
+ <location filename="modinfodialog.ui" line="538"/>
<source>Categories</source>
<translation>类别</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="538"/>
+ <location filename="modinfodialog.ui" line="561"/>
<source>Primary Category</source>
<translation>主类别</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="555"/>
+ <location filename="modinfodialog.ui" line="578"/>
<source>Nexus Info</source>
<translation>N网信息</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="563"/>
+ <location filename="modinfodialog.ui" line="586"/>
<source>Mod ID</source>
<translation>Mod ID</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="570"/>
+ <location filename="modinfodialog.ui" line="593"/>
<source>Mod ID for this mod on Nexus.</source>
<translation>N网上此 Mod 的 ID。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="573"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="596"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: &lt;/span&gt;&lt;a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; text-decoration: underline; color:#0000ff;"&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; color:#000000;"&gt;. In this example, 1334 is the id you're looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: &lt;/span&gt;&lt;a href=&quot; http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; color:#000000;&quot;&gt;. In this example, 1334 is the id you&apos;re looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;N网上此 Mod 的 ID,如果您在 MO 中下载并安装了 Mod 它将被自动填写,否则您需要手动输入。要找到正确的 ID,在N网找到 Mod。比如,像这样的链接: &lt;a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" text-decoration: underline; color:#0000ff;"&gt;http://www.skyrimnexus.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt; 在上面的例子中,1334就是您要找的 ID。此外: 上面的就是 Mod Organizer 在N网的链接,为什么不现在就到那里去赞同我呢?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;N网上此 Mod 的 ID,如果您在 MO 中下载并安装了 Mod 它将被自动填写,否则您需要手动输入。要找到正确的 ID,在N网找到 Mod。比如,像这样的链接: &lt;a href=&quot; http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.skyrimnexus.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt; 在上面的例子中,1334就是您要找的 ID。此外: 上面的就是 Mod Organizer 在N网的链接,为什么不现在就到那里去赞同我呢?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="597"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="620"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Installed Version of the Mod. The tooltip will contain the current version available on nexus. The installed version is only set if you installed the mod through MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Installed Version of the Mod. The tooltip will contain the current version available on nexus. The installed version is only set if you installed the mod through MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;Mod 的已安装版本,鼠标提示将显示N网上的当前版本,已安装的版本号只有在您通过 MO 来安装 Mod 的时候才会自动填写。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;Mod 的已安装版本,鼠标提示将显示N网上的当前版本,已安装的版本号只有在您通过 MO 来安装 Mod 的时候才会自动填写。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="604"/>
+ <location filename="modinfodialog.ui" line="627"/>
<source>Version</source>
<translation>版本</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="634"/>
+ <location filename="modinfodialog.ui" line="657"/>
<source>Refresh</source>
<translation>刷新</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="637"/>
+ <location filename="modinfodialog.ui" line="660"/>
<source>Refresh all information from Nexus.</source>
<translation>从Nexus刷新全部信息。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="651"/>
+ <location filename="modinfodialog.ui" line="674"/>
<source>Description</source>
<translation>描述</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="666"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="689"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="701"/>
+ <location filename="modinfodialog.ui" line="724"/>
<source>Endorse</source>
- <translation type="unfinished">称赞</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="715"/>
+ <location filename="modinfodialog.ui" line="738"/>
<source>Notes</source>
- <translation type="unfinished">笔记</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="725"/>
+ <location filename="modinfodialog.ui" line="748"/>
<source>Filetree</source>
<translation>文件树</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="734"/>
+ <location filename="modinfodialog.ui" line="757"/>
<source>A directory view of this mod</source>
<translation>这个 Mod 的目录视图</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="737"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="760"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Changes happen immediately on disc, so do&lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt; be careful&lt;/span&gt;&lt;span style=" font-size:8pt;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Changes happen immediately on disc, so do&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt; be careful&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;这是一个可编辑的 Mod 目录的目录视图,您可以通过拖放来移动文件或者重命名它们 (双击)。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;所做的更改将会立即作用于磁盘上的文件,所以请&lt;/span&gt;&lt;span style=" font-size:9pt; font-weight:600;"&gt;谨慎操作&lt;/span&gt;&lt;span style=" font-size:9pt;"&gt;。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;这是一个可编辑的 Mod 目录的目录视图,您可以通过拖放来移动文件或者重命名它们 (双击)。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;所做的更改将会立即作用于磁盘上的文件,所以请&lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-weight:600;&quot;&gt;谨慎操作&lt;/span&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="764"/>
+ <location filename="modinfodialog.ui" line="787"/>
<source>Previous</source>
<translation>上一个</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="771"/>
+ <location filename="modinfodialog.ui" line="794"/>
<source>Next</source>
<translation>下一步</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="791"/>
+ <location filename="modinfodialog.ui" line="814"/>
<source>Close</source>
<translation>关闭</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="108"/>
+ <location filename="modinfodialog.cpp" line="170"/>
<source>&amp;Delete</source>
<translation>&amp;删除</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="109"/>
+ <location filename="modinfodialog.cpp" line="171"/>
<source>&amp;Rename</source>
<translation>&amp;重命名</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="110"/>
+ <location filename="modinfodialog.cpp" line="172"/>
<source>&amp;Hide</source>
<translation>&amp;隐藏</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="111"/>
+ <location filename="modinfodialog.cpp" line="173"/>
<source>&amp;Unhide</source>
<translation>&amp;取消隐藏</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="112"/>
+ <location filename="modinfodialog.cpp" line="174"/>
<source>&amp;Open</source>
<translation>&amp;打开</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="113"/>
+ <location filename="modinfodialog.cpp" line="175"/>
<source>&amp;New Folder</source>
<translation>&amp;新建文件夹</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="354"/>
- <location filename="modinfodialog.cpp" line="369"/>
+ <location filename="modinfodialog.cpp" line="421"/>
+ <location filename="modinfodialog.cpp" line="436"/>
<source>Save changes?</source>
<translation>保存更改吗?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="354"/>
- <location filename="modinfodialog.cpp" line="369"/>
- <source>Save changes to "%1"?</source>
- <translation type="unfinished">将更改保存到“%1%”吗?</translation>
+ <location filename="modinfodialog.cpp" line="421"/>
+ <location filename="modinfodialog.cpp" line="436"/>
+ <source>Save changes to &quot;%1&quot;?</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.cpp" line="570"/>
+ <location filename="modinfodialog.cpp" line="626"/>
<source>File Exists</source>
<translation>文件已存在</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="570"/>
+ <location filename="modinfodialog.cpp" line="626"/>
<source>A file with that name exists, please enter a new one</source>
<translation>文件名已存在,请输入其它名称</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="587"/>
+ <location filename="modinfodialog.cpp" line="643"/>
<source>failed to move file</source>
<translation>无法移动文件</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="612"/>
- <source>failed to create directory "optional"</source>
- <translation>无法创建 "optional" 目录</translation>
+ <location filename="modinfodialog.cpp" line="668"/>
+ <source>failed to create directory &quot;optional&quot;</source>
+ <translation>无法创建 &quot;optional&quot; 目录</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="650"/>
- <location filename="modinfodialog.cpp" line="1156"/>
+ <location filename="modinfodialog.cpp" line="706"/>
+ <location filename="modinfodialog.cpp" line="1211"/>
<source>Info requested, please wait</source>
<translation>请求信息已发出,请稍后</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="704"/>
+ <location filename="modinfodialog.cpp" line="760"/>
<source>Main</source>
<translation>主要文件</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="705"/>
+ <location filename="modinfodialog.cpp" line="761"/>
<source>Update</source>
<translation>更新</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="706"/>
+ <location filename="modinfodialog.cpp" line="762"/>
<source>Optional</source>
<translation>可选文件</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="707"/>
+ <location filename="modinfodialog.cpp" line="763"/>
<source>Old</source>
<translation>旧档</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="708"/>
+ <location filename="modinfodialog.cpp" line="764"/>
<source>Misc</source>
<translation>杂项</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="709"/>
+ <location filename="modinfodialog.cpp" line="765"/>
<source>Unknown</source>
<translation>未知</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="720"/>
+ <location filename="modinfodialog.cpp" line="776"/>
<source>Current Version: %1</source>
<translation>当前版本: %1</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="724"/>
+ <location filename="modinfodialog.cpp" line="780"/>
<source>No update available</source>
<translation>没有可用的更新</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="765"/>
+ <location filename="modinfodialog.cpp" line="821"/>
<source>(description incomplete, please visit nexus)</source>
<translation>(描述信息不完整,请访问N网)</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="780"/>
- <source>&lt;a href="%1"&gt;Visit on Nexus&lt;/a&gt;</source>
- <translation>&lt;a href="%1"&gt;访问N网&lt;/a&gt;</translation>
+ <location filename="modinfodialog.cpp" line="836"/>
+ <source>&lt;a href=&quot;%1&quot;&gt;Visit on Nexus&lt;/a&gt;</source>
+ <translation>&lt;a href=&quot;%1&quot;&gt;访问N网&lt;/a&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="859"/>
+ <location filename="modinfodialog.cpp" line="915"/>
<source>Failed to delete %1</source>
<translation>无法删除 %1</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="870"/>
- <location filename="modinfodialog.cpp" line="875"/>
+ <location filename="modinfodialog.cpp" line="926"/>
+ <location filename="modinfodialog.cpp" line="931"/>
<source>Confirm</source>
<translation>确认</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="870"/>
- <source>Are sure you want to delete "%1"?</source>
- <translation>确定要删除 "%1" 吗?</translation>
+ <location filename="modinfodialog.cpp" line="926"/>
+ <source>Are sure you want to delete &quot;%1&quot;?</source>
+ <translation>确定要删除 &quot;%1&quot; 吗?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="875"/>
+ <location filename="modinfodialog.cpp" line="931"/>
<source>Are sure you want to delete the selected files?</source>
<translation>确定要删除所选的文件吗?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="949"/>
- <location filename="modinfodialog.cpp" line="955"/>
+ <location filename="modinfodialog.cpp" line="1005"/>
+ <location filename="modinfodialog.cpp" line="1011"/>
<source>New Folder</source>
<translation>新建文件夹</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="961"/>
- <source>Failed to create "%1"</source>
- <translation>无法创建 "%1"</translation>
+ <location filename="modinfodialog.cpp" line="1017"/>
+ <source>Failed to create &quot;%1&quot;</source>
+ <translation>无法创建 &quot;%1&quot;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1065"/>
- <location filename="modinfodialog.cpp" line="1089"/>
+ <location filename="modinfodialog.cpp" line="1121"/>
+ <location filename="modinfodialog.cpp" line="1145"/>
<source>Replace file?</source>
<translation>替换文件?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1065"/>
+ <location filename="modinfodialog.cpp" line="1121"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation>已存在同名文件,但该文件被隐藏了。确定要覆盖吗?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1068"/>
- <location filename="modinfodialog.cpp" line="1092"/>
+ <location filename="modinfodialog.cpp" line="1124"/>
+ <location filename="modinfodialog.cpp" line="1148"/>
<source>File operation failed</source>
<translation>文件操作错误</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1068"/>
- <location filename="modinfodialog.cpp" line="1092"/>
- <source>Failed to remove "%1". Maybe you lack the required file permissions?</source>
- <translation>无法移除 "%1"。也许您需要足够的文件权限?</translation>
+ <location filename="modinfodialog.cpp" line="1124"/>
+ <location filename="modinfodialog.cpp" line="1148"/>
+ <source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
+ <translation>无法移除 &quot;%1&quot;。也许您需要足够的文件权限?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1079"/>
- <location filename="modinfodialog.cpp" line="1102"/>
+ <location filename="modinfodialog.cpp" line="1135"/>
+ <location filename="modinfodialog.cpp" line="1158"/>
<source>failed to rename %1 to %2</source>
<translation>无法重命名 %1 为 %2</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1089"/>
+ <location filename="modinfodialog.cpp" line="1145"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation>已存在同名文件。确定要覆盖吗?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1136"/>
+ <location filename="modinfodialog.cpp" line="1191"/>
<source>Un-Hide</source>
<translation>取消隐藏</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1138"/>
+ <location filename="modinfodialog.cpp" line="1193"/>
<source>Hide</source>
<translation>隐藏</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1179"/>
+ <location filename="modinfodialog.cpp" line="1234"/>
<source>Name</source>
<translation>名称</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1179"/>
+ <location filename="modinfodialog.cpp" line="1234"/>
<source>Please enter a name</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1183"/>
- <location filename="modinfodialog.cpp" line="1186"/>
+ <location filename="modinfodialog.cpp" line="1238"/>
+ <location filename="modinfodialog.cpp" line="1241"/>
<source>Error</source>
<translation>错误</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1183"/>
+ <location filename="modinfodialog.cpp" line="1238"/>
<source>Invalid name. Must be a valid file name</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1186"/>
+ <location filename="modinfodialog.cpp" line="1241"/>
<source>A tweak by that name exists</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1198"/>
+ <location filename="modinfodialog.cpp" line="1255"/>
<source>Create Tweak</source>
<translation type="unfinished"/>
</message>
</context>
<context>
+ <name>ModInfoForeign</name>
+ <message>
+ <location filename="modinfo.cpp" line="1040"/>
+ <source>This pseudo mod represents content managed outside MO. It isn&apos;t modified by MO.</source>
+ <translation type="unfinished"/>
+ </message>
+</context>
+<context>
<name>ModInfoOverwrite</name>
<message>
- <location filename="modinfo.cpp" line="866"/>
+ <location filename="modinfo.cpp" line="994"/>
<source>This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit)</source>
- <translation type="unfinished">此虚拟安装包内包含来自虚拟 Data 树的文件,但文件发生了变化 (例: 被CK修改了)</translation>
+ <translation type="unfinished"/>
</message>
</context>
<context>
<name>ModInfoRegular</name>
<message>
- <location filename="modinfo.cpp" line="393"/>
- <source>failed to write %1/meta.ini: %2</source>
- <translation>无法写入 %1/meta.ini: %2</translation>
+ <location filename="modinfo.cpp" line="586"/>
+ <location filename="modinfo.cpp" line="589"/>
+ <source>failed to write %1/meta.ini: error %2</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modinfo.cpp" line="661"/>
+ <location filename="modinfo.cpp" line="862"/>
<source>%1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory</source>
- <translation type="unfinished">%1 中未包含 esp 或 esm 和有效的目录 (textures, meshes, interface, ...)</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modinfo.cpp" line="665"/>
+ <location filename="modinfo.cpp" line="866"/>
<source>Categories: &lt;br&gt;</source>
- <translation type="unfinished">种类: &lt;br&gt;</translation>
+ <translation type="unfinished"/>
</message>
</context>
<context>
<name>ModList</name>
<message>
- <location filename="modlist.cpp" line="109"/>
+ <location filename="modlist.cpp" line="55"/>
+ <source>Game plugins (esp/esm)</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="56"/>
+ <source>Interface</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="57"/>
+ <source>Meshes</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="58"/>
+ <source>Music</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="59"/>
+ <source>Scripts (Papyrus)</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="60"/>
+ <source>Script Extender Plugin</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="61"/>
+ <source>SkyProc Patcher</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="62"/>
+ <source>Sound</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="63"/>
+ <source>Strings</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="64"/>
+ <source>Textures</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="117"/>
<source>This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit)</source>
<translation>此项目内检测到了虚拟 Data 树的文件发生了变化 (例如: 被 CK 修改了)</translation>
</message>
<message>
- <location filename="modlist.cpp" line="118"/>
+ <location filename="modlist.cpp" line="126"/>
<source>Backup</source>
<translation>备份</translation>
</message>
<message>
- <location filename="modlist.cpp" line="119"/>
+ <location filename="modlist.cpp" line="127"/>
<source>No valid game data</source>
<translation>无效游戏数据</translation>
</message>
<message>
- <location filename="modlist.cpp" line="120"/>
+ <location filename="modlist.cpp" line="128"/>
<source>Not endorsed yet</source>
<translation>尚未点赞支持</translation>
</message>
<message>
- <location filename="modlist.cpp" line="122"/>
+ <location filename="modlist.cpp" line="130"/>
<source>Overwrites files</source>
- <translation type="unfinished">Overwrites文件</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="123"/>
+ <location filename="modlist.cpp" line="131"/>
<source>Overwritten files</source>
- <translation type="unfinished">覆盖的 Mod</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="124"/>
+ <location filename="modlist.cpp" line="132"/>
<source>Overwrites &amp; Overwritten</source>
<translation>覆盖 &amp; 被覆盖</translation>
</message>
<message>
- <location filename="modlist.cpp" line="125"/>
+ <location filename="modlist.cpp" line="133"/>
<source>Redundant</source>
- <translation type="unfinished">冗余</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="197"/>
+ <location filename="modlist.cpp" line="208"/>
+ <source>Non-MO</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="238"/>
<source>invalid</source>
<translation>无效</translation>
</message>
<message>
- <location filename="modlist.cpp" line="308"/>
- <source>installed version: %1, newest version: %2</source>
- <translation>当前版本: %1,最新版本: %2</translation>
+ <location filename="modlist.cpp" line="364"/>
+ <source>installed version: &quot;%1&quot;, newest version: &quot;%2&quot;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="310"/>
- <source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to "upgrade".</source>
+ <location filename="modlist.cpp" line="366"/>
+ <source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to &quot;upgrade&quot;.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="318"/>
+ <location filename="modlist.cpp" line="374"/>
<source>Categories: &lt;br&gt;</source>
<translation>种类: &lt;br&gt;</translation>
</message>
<message>
- <location filename="modlist.cpp" line="347"/>
+ <location filename="modlist.cpp" line="403"/>
<source>Invalid name</source>
<translation>无效的名称</translation>
</message>
<message>
- <location filename="modlist.cpp" line="717"/>
+ <location filename="modlist.cpp" line="814"/>
<source>drag&amp;drop failed: %1</source>
- <translation type="unfinished">拖拽失败: %1</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="776"/>
+ <location filename="modlist.cpp" line="877"/>
<source>Confirm</source>
<translation>确认</translation>
</message>
<message>
- <location filename="modlist.cpp" line="776"/>
- <source>Are you sure you want to remove "%1"?</source>
- <translation>确定要移除 "%1" 吗?</translation>
+ <location filename="modlist.cpp" line="877"/>
+ <source>Are you sure you want to remove &quot;%1&quot;?</source>
+ <translation>确定要移除 &quot;%1&quot; 吗?</translation>
</message>
<message>
- <location filename="modlist.cpp" line="831"/>
+ <location filename="modlist.cpp" line="934"/>
<source>Flags</source>
- <translation type="unfinished">标志</translation>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="935"/>
+ <source>Content</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="832"/>
+ <location filename="modlist.cpp" line="936"/>
<source>Mod Name</source>
<translation>Mod 名称</translation>
</message>
<message>
- <location filename="modlist.cpp" line="833"/>
+ <location filename="modlist.cpp" line="937"/>
<source>Version</source>
<translation>版本</translation>
</message>
<message>
- <location filename="modlist.cpp" line="834"/>
+ <location filename="modlist.cpp" line="938"/>
<source>Priority</source>
<translation>优先级</translation>
</message>
<message>
- <location filename="modlist.cpp" line="835"/>
+ <location filename="modlist.cpp" line="939"/>
<source>Category</source>
<translation>分类</translation>
</message>
<message>
- <location filename="modlist.cpp" line="836"/>
+ <location filename="modlist.cpp" line="940"/>
<source>Nexus ID</source>
<translation>Nexus网 ID</translation>
</message>
<message>
- <location filename="modlist.cpp" line="837"/>
+ <location filename="modlist.cpp" line="941"/>
<source>Installation</source>
- <translation type="unfinished">安装</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="838"/>
- <location filename="modlist.cpp" line="854"/>
+ <location filename="modlist.cpp" line="942"/>
+ <location filename="modlist.cpp" line="970"/>
<source>unknown</source>
<translation>未知</translation>
</message>
<message>
- <location filename="modlist.cpp" line="846"/>
+ <location filename="modlist.cpp" line="950"/>
<source>Name of your mods</source>
<translation>你的mod名称</translation>
</message>
<message>
- <location filename="modlist.cpp" line="847"/>
+ <location filename="modlist.cpp" line="951"/>
<source>Version of the mod (if available)</source>
<translation>Mod 版本 (如果可用)</translation>
</message>
<message>
- <location filename="modlist.cpp" line="848"/>
- <source>Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority.</source>
+ <location filename="modlist.cpp" line="952"/>
+ <source>Installation priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites files from mods with lower priority.</source>
<translation>Mod 的安装优先级。越高就表示越“重要”,从而覆盖掉低优先级的 Mod 文件。</translation>
</message>
<message>
- <location filename="modlist.cpp" line="850"/>
+ <location filename="modlist.cpp" line="954"/>
<source>Category of the mod.</source>
<translation>mod的分类</translation>
</message>
<message>
- <location filename="modlist.cpp" line="851"/>
+ <location filename="modlist.cpp" line="955"/>
<source>Id of the mod as used on Nexus.</source>
<translation>mod在 Nexus 网上的ID编号</translation>
</message>
<message>
- <location filename="modlist.cpp" line="852"/>
+ <location filename="modlist.cpp" line="956"/>
<source>Emblemes to highlight things that might require attention.</source>
- <translation type="unfinished">需要注意被标记为高亮的</translation>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="957"/>
+ <source>Depicts the content of the mod:&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/plugin&quot; width=32/&gt;Game plugins (esp/esm)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/interface&quot; width=32/&gt;interface&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/mesh&quot; width=32/&gt;Meshes&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/texture&quot; width=32/&gt;Textures&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/sound&quot; width=32/&gt;Sounds&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/music&quot; width=32/&gt;Music&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/string&quot; width=32/&gt;Strings&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/script&quot; width=32/&gt;Scripts (Papyrus)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skse&quot; width=32/&gt;Script Extender plugins&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skyproc&quot; width=32/&gt;SkyProc Patcher&lt;br&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="853"/>
+ <location filename="modlist.cpp" line="969"/>
<source>Time this mod was installed</source>
<translation type="unfinished"/>
</message>
@@ -3207,17 +3741,22 @@ p, li { white-space: pre-wrap; }
<context>
<name>NXMAccessManager</name>
<message>
- <location filename="nxmaccessmanager.cpp" line="130"/>
+ <location filename="nxmaccessmanager.cpp" line="152"/>
<source>Logging into Nexus</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="145"/>
+ <location filename="nxmaccessmanager.cpp" line="167"/>
<source>timeout</source>
<translation>超时</translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="185"/>
+ <location filename="nxmaccessmanager.cpp" line="186"/>
+ <source>Unknown error</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="nxmaccessmanager.cpp" line="212"/>
<source>Please check your password</source>
<translation>请检查您的密码</translation>
</message>
@@ -3225,17 +3764,17 @@ p, li { white-space: pre-wrap; }
<context>
<name>NexusInterface</name>
<message>
- <location filename="nexusinterface.cpp" line="219"/>
- <source>Failed to guess mod id for "%1", please pick the correct one</source>
- <translation type="unfinished"> 提取mod "%1"的ID编号失败,请自行选择正确项。</translation>
+ <location filename="nexusinterface.cpp" line="216"/>
+ <source>Failed to guess mod id for &quot;%1&quot;, please pick the correct one</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="nexusinterface.cpp" line="456"/>
+ <location filename="nexusinterface.cpp" line="482"/>
<source>empty response</source>
<translation>未响应</translation>
</message>
<message>
- <location filename="nexusinterface.cpp" line="484"/>
+ <location filename="nexusinterface.cpp" line="511"/>
<source>invalid response</source>
<translation>无效的响应</translation>
</message>
@@ -3253,162 +3792,189 @@ p, li { white-space: pre-wrap; }
<translation>你可以用鼠标拖拽常规mod的文件和路径</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="90"/>
+ <location filename="overwriteinfodialog.cpp" line="88"/>
<source>&amp;Delete</source>
<translation>&amp;删除</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="91"/>
+ <location filename="overwriteinfodialog.cpp" line="89"/>
<source>&amp;Rename</source>
<translation>&amp;重命名</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="92"/>
+ <location filename="overwriteinfodialog.cpp" line="90"/>
<source>&amp;Open</source>
<translation>&amp;打开</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="93"/>
+ <location filename="overwriteinfodialog.cpp" line="91"/>
<source>&amp;New Folder</source>
<translation>&amp;新建文件夹</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="136"/>
- <source>Failed to delete "%1"</source>
- <translation>无法删除 "%1"</translation>
+ <location filename="overwriteinfodialog.cpp" line="109"/>
+ <source>%1 not found</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="147"/>
- <location filename="overwriteinfodialog.cpp" line="152"/>
+ <location filename="overwriteinfodialog.cpp" line="144"/>
+ <source>Failed to delete &quot;%1&quot;</source>
+ <translation>无法删除 &quot;%1&quot;</translation>
+ </message>
+ <message>
+ <location filename="overwriteinfodialog.cpp" line="155"/>
+ <location filename="overwriteinfodialog.cpp" line="160"/>
<source>Confirm</source>
<translation>确认</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="147"/>
- <source>Are sure you want to delete "%1"?</source>
- <translation>确定要删除 "%1" 吗?</translation>
+ <location filename="overwriteinfodialog.cpp" line="155"/>
+ <source>Are sure you want to delete &quot;%1&quot;?</source>
+ <translation>确定要删除 &quot;%1&quot; 吗?</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="152"/>
+ <location filename="overwriteinfodialog.cpp" line="160"/>
<source>Are sure you want to delete the selected files?</source>
<translation>确定要删除所选的文件吗?</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="202"/>
- <location filename="overwriteinfodialog.cpp" line="208"/>
+ <location filename="overwriteinfodialog.cpp" line="210"/>
+ <location filename="overwriteinfodialog.cpp" line="216"/>
<source>New Folder</source>
<translation>新建文件夹</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="214"/>
- <source>Failed to create "%1"</source>
- <translation>无法创建 "%1"</translation>
+ <location filename="overwriteinfodialog.cpp" line="222"/>
+ <source>Failed to create &quot;%1&quot;</source>
+ <translation>无法创建 &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>PluginList</name>
<message>
- <location filename="pluginlist.cpp" line="101"/>
+ <location filename="pluginlist.cpp" line="104"/>
<source>Name</source>
<translation>名称</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="102"/>
+ <location filename="pluginlist.cpp" line="105"/>
<source>Priority</source>
<translation>优先级</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="103"/>
+ <location filename="pluginlist.cpp" line="106"/>
<source>Mod Index</source>
<translation>Mod 索引</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="104"/>
- <location filename="pluginlist.cpp" line="116"/>
+ <location filename="pluginlist.cpp" line="107"/>
+ <source>Flags</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="pluginlist.cpp" line="108"/>
+ <location filename="pluginlist.cpp" line="120"/>
<source>unknown</source>
- <translation type="unfinished">未知</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="112"/>
+ <location filename="pluginlist.cpp" line="116"/>
<source>Name of your mods</source>
<translation>你的mod名称</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="113"/>
- <source>Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority.</source>
+ <location filename="pluginlist.cpp" line="117"/>
+ <source>Load priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites data from plugins with lower priority.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="115"/>
+ <location filename="pluginlist.cpp" line="119"/>
<source>The modindex determins the formids of objects originating from this mods.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="155"/>
+ <location filename="pluginlist.cpp" line="160"/>
<source>failed to update esp info for file %1 (source id: %2), error: %3</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="222"/>
+ <location filename="pluginlist.cpp" line="228"/>
<source>esp not found: %1</source>
- <translation type="unfinished">esp未找到:%1</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="229"/>
- <location filename="pluginlist.cpp" line="241"/>
+ <location filename="pluginlist.cpp" line="235"/>
+ <location filename="pluginlist.cpp" line="247"/>
<source>Confirm</source>
<translation>确认</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="229"/>
+ <location filename="pluginlist.cpp" line="235"/>
<source>Really enable all plugins?</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="241"/>
+ <location filename="pluginlist.cpp" line="247"/>
<source>Really disable all plugins?</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="369"/>
+ <location filename="pluginlist.cpp" line="398"/>
<source>The file containing locked plugin indices is broken</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="382"/>
- <location filename="pluginlist.cpp" line="421"/>
- <source>failed to open output file: %1</source>
- <translation>无法打开输出文件: %1</translation>
- </message>
- <message>
- <location filename="pluginlist.cpp" line="409"/>
+ <location filename="pluginlist.cpp" line="439"/>
<source>Some of your plugins have invalid names! These plugins can not be loaded by the game. Please see mo_interface.log for a list of affected plugins and rename them.</source>
<translation>您的一些插件名称无效!这些插件无法被游戏载入。请查看 mo_interface.log 来确认那些受影响的插件并重命名它们。</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="757"/>
- <source>This plugin can't be disabled (enforced by the game)</source>
+ <location filename="pluginlist.cpp" line="806"/>
+ <source>This plugin can&apos;t be disabled (enforced by the game)</source>
<translation>这个插件不能被禁用 (由游戏执行)</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="759"/>
- <source>Origin: %1</source>
- <translation>隶属于: %1</translation>
+ <location filename="pluginlist.cpp" line="808"/>
+ <source>&lt;b&gt;Origin&lt;/b&gt;: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="pluginlist.cpp" line="810"/>
+ <source>Author</source>
+ <translation>作者</translation>
+ </message>
+ <message>
+ <location filename="pluginlist.cpp" line="813"/>
+ <source>Description</source>
+ <translation>描述</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="761"/>
+ <location filename="pluginlist.cpp" line="816"/>
<source>Missing Masters</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="767"/>
+ <location filename="pluginlist.cpp" line="823"/>
<source>Enabled Masters</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="882"/>
+ <location filename="pluginlist.cpp" line="974"/>
<source>failed to restore load order for %1</source>
- <translation type="unfinished">恢复 %1 加载顺序失败</translation>
+ <translation type="unfinished"/>
+ </message>
+</context>
+<context>
+ <name>PreviewDialog</name>
+ <message>
+ <location filename="previewdialog.ui" line="14"/>
+ <source>Preview</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="previewdialog.ui" line="78"/>
+ <source>Close</source>
+ <translation>关闭</translation>
</message>
</context>
<context>
@@ -3416,15 +3982,15 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="problemsdialog.ui" line="14"/>
<source>Problems</source>
- <translation type="unfinished">问题</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="problemsdialog.ui" line="49"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
@@ -3436,7 +4002,7 @@ p, li { white-space: pre-wrap; }
<location filename="problemsdialog.cpp" line="44"/>
<location filename="problemsdialog.cpp" line="45"/>
<source>Fix</source>
- <translation type="unfinished">修复</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="problemsdialog.cpp" line="49"/>
@@ -3447,83 +4013,78 @@ p, li { white-space: pre-wrap; }
<context>
<name>Profile</name>
<message>
- <location filename="profile.cpp" line="58"/>
+ <location filename="profile.cpp" line="59"/>
<source>invalid profile name %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="62"/>
+ <location filename="profile.cpp" line="63"/>
<source>failed to create %1</source>
- <translation type="unfinished">无法创建 %1</translation>
- </message>
- <message>
- <location filename="profile.cpp" line="155"/>
- <source>failed to open temporary file</source>
- <translation type="unfinished"/>
- </message>
- <message>
- <location filename="profile.cpp" line="192"/>
- <source>failed to open "%1" for writing</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="198"/>
+ <location filename="profile.cpp" line="184"/>
<source>failed to write mod list: %1</source>
- <translation type="unfinished">无法更新 Mod 列表: %1</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="209"/>
+ <location filename="profile.cpp" line="195"/>
<source>failed to update tweaked ini file, wrong settings may be used: %1</source>
- <translation type="unfinished">更新tweaked ini文件失败,可能会应用错误的设置: %1</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="239"/>
+ <location filename="profile.cpp" line="226"/>
<source>failed to create tweaked ini: %1</source>
- <translation type="unfinished">创建 tweaked ini: %1 失败</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="292"/>
- <location filename="profile.cpp" line="321"/>
- <location filename="profile.cpp" line="406"/>
- <location filename="profile.cpp" line="424"/>
- <location filename="profile.cpp" line="434"/>
+ <location filename="profile.cpp" line="236"/>
+ <source>&quot;%1&quot; is missing or inaccessible</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="profile.cpp" line="282"/>
+ <location filename="profile.cpp" line="314"/>
+ <location filename="profile.cpp" line="416"/>
+ <location filename="profile.cpp" line="436"/>
+ <location filename="profile.cpp" line="446"/>
<source>invalid index %1</source>
<translation>无效的索引 %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="387"/>
- <source>Overwrite directory couldn't be parsed</source>
+ <location filename="profile.cpp" line="397"/>
+ <source>Overwrite directory couldn&apos;t be parsed</source>
<translation>Overwrite 目录无法解析</translation>
</message>
<message>
- <location filename="profile.cpp" line="396"/>
+ <location filename="profile.cpp" line="406"/>
<source>invalid priority %1</source>
<translation>无效的优先级 %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="584"/>
+ <location filename="profile.cpp" line="596"/>
<source>failed to parse ini file (%1)</source>
- <translation type="unfinished">无法解析 Ini 文件 (%1): %2</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="612"/>
+ <location filename="profile.cpp" line="624"/>
<source>failed to parse ini file (%1): %2</source>
<translation>无法解析 Ini 文件 (%1): %2</translation>
</message>
<message>
- <location filename="profile.cpp" line="636"/>
- <location filename="profile.cpp" line="673"/>
- <source>failed to modify "%1"</source>
- <translation type="unfinished">未能找到 "%1"</translation>
+ <location filename="profile.cpp" line="648"/>
+ <location filename="profile.cpp" line="685"/>
+ <source>failed to modify &quot;%1&quot;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="701"/>
+ <location filename="profile.cpp" line="713"/>
<source>Delete savegames?</source>
<translation>是否删除游戏存档?</translation>
</message>
<message>
- <location filename="profile.cpp" line="702"/>
- <source>Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames)</source>
+ <location filename="profile.cpp" line="714"/>
+ <source>Do you want to delete local savegames? (If you select &quot;No&quot;, the save games will show up again if you re-enable local savegames)</source>
<translation>是否删除本地游戏存档?(如果选择“否”,当你重新恢复本地游戏时存档将再次显示)</translation>
</message>
</context>
@@ -3546,7 +4107,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profileinputdialog.ui" line="33"/>
- <source>If checked, the new profile will use the default game settings instead of the "global" settings. Global settings are the settings you configure when running the game launcher directly, without MO.</source>
+ <source>If checked, the new profile will use the default game settings instead of the &quot;global&quot; settings. Global settings are the settings you configure when running the game launcher directly, without MO.</source>
<translation>如果选中,那么新配置文件将会使用默认的游戏设定来替代全局设定。全局设定是您不使用 MO,直接运行游戏时所配置的设定。</translation>
</message>
<message>
@@ -3569,20 +4130,20 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.ui" line="25"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;This is the list of profiles. Each Profile contains its own list and installation order of enabled mods (from a shared pool), a configuration of enabled esps/esms, a copy of the games ini-file and an optional savegame filter.&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;Note&lt;/span&gt; For technical reasons it's currently not possible to have seperate load-orders for esps. This means you can't load moda.esp before modb.esp in one profile and the other way around in another.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This is the list of profiles. Each Profile contains its own list and installation order of enabled mods (from a shared pool), a configuration of enabled esps/esms, a copy of the games ini-file and an optional savegame filter.&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note&lt;/span&gt; For technical reasons it&apos;s currently not possible to have seperate load-orders for esps. This means you can&apos;t load moda.esp before modb.esp in one profile and the other way around in another.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;这是配置文件的列表,每个配置文件都包含了它们自己的已激活 Mod 的列表和安装顺序 (从共享区域)、一个已激活的 esp 或 esm 的配置、一个游戏 Ini 文件的拷贝和一个可选的存档过滤器。&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;注意: &lt;/span&gt;由于技术上的原因,目前不可能有分开保存的插件加载顺序。这意味着您不能同时在两个配置文件里使用两种不同的插件配置方案。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;这是配置文件的列表,每个配置文件都包含了它们自己的已激活 Mod 的列表和安装顺序 (从共享区域)、一个已激活的 esp 或 esm 的配置、一个游戏 Ini 文件的拷贝和一个可选的存档过滤器。&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;注意: &lt;/span&gt;由于技术上的原因,目前不可能有分开保存的插件加载顺序。这意味着您不能同时在两个配置文件里使用两种不同的插件配置方案。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="38"/>
@@ -3602,22 +4163,22 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.ui" line="54"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The games Oblivion, Fallout 3 and Fallout NV contain a bug which prevents texture and mesh replacers (that is: all modifications to meshes and textures already in game) from working.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Mod Organizer uses a workaround called &amp;quot;BSA redirection&amp;quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;With Skyrim this bug seems to be fixed to a degree but whether a mod becomes active still depends on file dates. Therefore, it still makes sense to activate this.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The games Oblivion, Fallout 3 and Fallout NV contain a bug which prevents texture and mesh replacers (that is: all modifications to meshes and textures already in game) from working.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Mod Organizer uses a workaround called &amp;quot;BSA redirection&amp;quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;With Skyrim this bug seems to be fixed to a degree but whether a mod becomes active still depends on file dates. Therefore, it still makes sense to activate this.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;湮灭、辐射3和辐射新维加斯包含了一个 Bug: 游戏阻止了用来运行游戏的 Texture 和 Mesh 被替换 (所有改动到游戏中已存在的 Meshes 和 Textures 的 Mod)。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;Mod Organizer 使用了一种叫作“BSA 重定向”的解决方案可靠地修复了这个问题,并且无需进一步的操作,简单地激活然后忘记这件事吧。&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;伴随着天际的到来,这个 Bug 似乎在一定程度上被修复了。但是一个 Mod 是否能够被正确地激活仍取决于文件的日期。因此,激活它还是有意义的。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;湮灭、辐射3和辐射新维加斯包含了一个 Bug: 游戏阻止了用来运行游戏的 Texture 和 Mesh 被替换 (所有改动到游戏中已存在的 Meshes 和 Textures 的 Mod)。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;Mod Organizer 使用了一种叫作“BSA 重定向”的解决方案可靠地修复了这个问题,并且无需进一步的操作,简单地激活然后忘记这件事吧。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;伴随着天际的到来,这个 Bug 似乎在一定程度上被修复了。但是一个 Mod 是否能够被正确地激活仍取决于文件的日期。因此,激活它还是有意义的。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="64"/>
@@ -3664,7 +4225,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="profilesdialog.ui" line="123"/>
<source>Rename</source>
- <translation type="unfinished">&amp;重命名</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="profilesdialog.ui" line="133"/>
@@ -3684,7 +4245,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.cpp" line="61"/>
- <source>Archive invalidation isn't required for this game.</source>
+ <source>Archive invalidation isn&apos;t required for this game.</source>
<translation>这个游戏并不需要档案无效化。</translation>
</message>
<message>
@@ -3735,7 +4296,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.cpp" line="183"/>
- <source>This profile you're about to delete seems to be broken or the path is invalid. I'm about to delete the following folder: "%1". Proceed?</source>
+ <source>This profile you&apos;re about to delete seems to be broken or the path is invalid. I&apos;m about to delete the following folder: &quot;%1&quot;. Proceed?</source>
<translation type="unfinished"/>
</message>
<message>
@@ -3781,23 +4342,23 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="csvbuilder.cpp" line="70"/>
- <source>invalid field name "%1"</source>
- <translation type="unfinished">无效的名称 "%1"</translation>
+ <source>invalid field name &quot;%1&quot;</source>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="csvbuilder.cpp" line="76"/>
- <source>invalid type for "%1" (should be integer)</source>
- <translation type="unfinished">无效的类型 "%1" (应该是整数)</translation>
+ <source>invalid type for &quot;%1&quot; (should be integer)</source>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="csvbuilder.cpp" line="81"/>
- <source>invalid type for "%1" (should be string)</source>
- <translation type="unfinished">无效的类型 "%1" (应该是字符串)</translation>
+ <source>invalid type for &quot;%1&quot; (should be string)</source>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="csvbuilder.cpp" line="86"/>
- <source>invalid type for "%1" (should be float)</source>
- <translation type="unfinished">无效的类型 "%1" (应该是浮点数)</translation>
+ <source>invalid type for &quot;%1&quot; (should be float)</source>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="csvbuilder.cpp" line="103"/>
@@ -3806,12 +4367,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="csvbuilder.cpp" line="140"/>
- <source>field not set "%1"</source>
+ <source>field not set &quot;%1&quot;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="csvbuilder.cpp" line="237"/>
- <source>invalid character in field "%1"</source>
+ <source>invalid character in field &quot;%1&quot;</source>
<translation type="unfinished"/>
</message>
<message>
@@ -3906,99 +4467,103 @@ p, li { white-space: pre-wrap; }
<translation>无法设置代理DLL加载</translation>
</message>
<message>
- <location filename="main.cpp" line="138"/>
+ <location filename="main.cpp" line="122"/>
<source>Permissions required</source>
<translation>需要权限</translation>
</message>
<message>
- <location filename="main.cpp" line="139"/>
- <source>The current user account doesn't have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run "helper.exe" with administrative rights.</source>
+ <location filename="main.cpp" line="123"/>
+ <source>The current user account doesn&apos;t have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run &quot;helper.exe&quot; with administrative rights.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="main.cpp" line="230"/>
- <location filename="main.cpp" line="268"/>
+ <location filename="main.cpp" line="202"/>
+ <location filename="main.cpp" line="241"/>
<source>Woops</source>
<translation>糟糕</translation>
</message>
<message>
- <location filename="main.cpp" line="231"/>
+ <location filename="main.cpp" line="203"/>
<source>ModOrganizer has crashed! Should a diagnostic file be created? If you send me this file (%1) to sherb@gmx.net, the bug is a lot more likely to be fixed. Please include a short description of what you were doing when the crash happened</source>
- <translation type="unfinished">ModOrganizer已经崩溃。诊断文件是否已经产生?如果你将文件(%1)发送至 sherb@gmx.net ,这个bug有可能会被修复。最好加入崩溃发生时情况的简短说明(用英文吧)。</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="main.cpp" line="269"/>
+ <location filename="main.cpp" line="242"/>
<source>ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1</source>
<translation>Mod Organizer 崩溃了!遗憾的是,我无法生成诊断文件: %1</translation>
</message>
<message>
- <location filename="main.cpp" line="331"/>
- <location filename="settings.cpp" line="533"/>
+ <location filename="main.cpp" line="383"/>
+ <location filename="settings.cpp" line="528"/>
<source>Mod Organizer</source>
<translation>Mod Organizer</translation>
</message>
<message>
- <location filename="main.cpp" line="331"/>
+ <location filename="main.cpp" line="383"/>
<source>An instance of Mod Organizer is already running</source>
<translation>Mod Organizer 的一个实例正在运行</translation>
</message>
<message>
- <location filename="main.cpp" line="353"/>
- <source>No game identified in "%1". The directory is required to contain the game binary and its launcher.</source>
- <translation>"%1" 中未检测到游戏。请确保该路径中包含游戏执行程序以及对应的 Launcher 文件。</translation>
+ <location filename="main.cpp" line="397"/>
+ <source>No game identified in &quot;%1&quot;. The directory is required to contain the game binary and its launcher.</source>
+ <translation>&quot;%1&quot; 中未检测到游戏。请确保该路径中包含游戏执行程序以及对应的 Launcher 文件。</translation>
</message>
<message>
- <location filename="main.cpp" line="356"/>
- <location filename="main.cpp" line="385"/>
+ <location filename="main.cpp" line="400"/>
+ <location filename="main.cpp" line="429"/>
<source>Please select the game to manage</source>
<translation>请选择想要管理的游戏</translation>
</message>
<message>
- <location filename="main.cpp" line="411"/>
- <source>Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!)</source>
+ <location filename="main.cpp" line="456"/>
+ <source>Please select the game edition you have (MO can&apos;t start the game correctly if this is set incorrectly!)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="772"/>
- <source>Please use "Help" from the toolbar to get usage instructions to all elements</source>
+ <location filename="main.cpp" line="545"/>
+ <source>failed to start application: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="856"/>
+ <source>Please use &quot;Help&quot; from the toolbar to get usage instructions to all elements</source>
<translation>请使用工具栏上的“帮助”来获得所有元素的使用说明</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1548"/>
- <location filename="mainwindow.cpp" line="4118"/>
+ <location filename="mainwindow.cpp" line="1659"/>
+ <location filename="mainwindow.cpp" line="4347"/>
<source>&lt;Manage...&gt;</source>
<translation>&lt;管理...&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1566"/>
+ <location filename="mainwindow.cpp" line="1677"/>
<source>failed to parse profile %1: %2</source>
<translation>无法解析配置文件 %1: %2</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="324"/>
- <location filename="profile.cpp" line="249"/>
- <source>failed to find "%1"</source>
- <translation>未能找到 "%1"</translation>
+ <location filename="pluginlist.cpp" line="353"/>
+ <source>failed to find &quot;%1&quot;</source>
+ <translation>未能找到 &quot;%1&quot;</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="483"/>
+ <location filename="pluginlist.cpp" line="518"/>
<source>failed to access %1</source>
<translation>无法访问 %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="497"/>
+ <location filename="pluginlist.cpp" line="532"/>
<source>failed to set file time %1</source>
<translation>无法设置文件时间 %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="69"/>
+ <location filename="profile.cpp" line="70"/>
<source>failed to create %1</source>
<translation>无法创建 %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="95"/>
- <source>"%1" is missing</source>
- <translation>"%1" 缺失</translation>
+ <location filename="profile.cpp" line="96"/>
+ <source>&quot;%1&quot; is missing or inaccessible</source>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="profilesdialog.cpp" line="80"/>
@@ -4012,66 +4577,71 @@ p, li { white-space: pre-wrap; }
<translation>错误</translation>
</message>
<message>
- <location filename="savegamegamebryo.cpp" line="139"/>
- <location filename="savegamegamebryo.cpp" line="198"/>
- <location filename="savegamegamebryo.cpp" line="240"/>
+ <location filename="safewritefile.cpp" line="33"/>
+ <source>failed to open temporary file</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="savegamegamebryo.cpp" line="130"/>
+ <location filename="savegamegamebryo.cpp" line="189"/>
+ <location filename="savegamegamebryo.cpp" line="231"/>
<source>wrong file format</source>
<translation>错误的文件格式</translation>
</message>
<message>
- <location filename="savegamegamebryo.cpp" line="326"/>
+ <location filename="savegamegamebryo.cpp" line="317"/>
<source>failed to open %1</source>
<translation>无法打开 %1</translation>
</message>
<message>
- <location filename="settings.cpp" line="540"/>
+ <location filename="settings.cpp" line="535"/>
<source>Script Extender</source>
<translation>脚本拓展</translation>
</message>
<message>
- <location filename="settings.cpp" line="547"/>
+ <location filename="settings.cpp" line="542"/>
<source>Proxy DLL</source>
<translation>代理DLL</translation>
</message>
<message>
- <location filename="spawn.cpp" line="106"/>
- <source>failed to spawn "%1"</source>
- <translation>无法生成 "%1"</translation>
+ <location filename="spawn.cpp" line="140"/>
+ <source>failed to spawn &quot;%1&quot;</source>
+ <translation>无法生成 &quot;%1&quot;</translation>
</message>
<message>
- <location filename="spawn.cpp" line="113"/>
+ <location filename="spawn.cpp" line="147"/>
<source>Elevation required</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="spawn.cpp" line="114"/>
+ <location filename="spawn.cpp" line="148"/>
<source>This process requires elevation to run.
This is a potential security risk so I highly advice you to investigate if
-"%1"
+&quot;%1&quot;
can be installed to work without elevation.
Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe to make changes to the system)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="spawn.cpp" line="128"/>
- <source>failed to spawn "%1": %2</source>
- <translation>无法生成 "%1": %2</translation>
+ <location filename="spawn.cpp" line="163"/>
+ <source>failed to spawn &quot;%1&quot;: %2</source>
+ <translation>无法生成 &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="spawn.cpp" line="137"/>
- <source>"%1" doesn't exist</source>
- <translation>"%1" 不存在</translation>
+ <location filename="spawn.cpp" line="172"/>
+ <source>&quot;%1&quot; doesn&apos;t exist</source>
+ <translation>&quot;%1&quot; 不存在</translation>
</message>
<message>
- <location filename="spawn.cpp" line="144"/>
- <source>failed to inject dll into "%1": %2</source>
- <translation>无法注入 dll 到 "%1": %2</translation>
+ <location filename="spawn.cpp" line="179"/>
+ <source>failed to inject dll into &quot;%1&quot;: %2</source>
+ <translation>无法注入 dll 到 &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="spawn.cpp" line="152"/>
- <source>failed to run "%1"</source>
- <translation>无法运行 "%1"</translation>
+ <location filename="spawn.cpp" line="197"/>
+ <source>failed to run &quot;%1&quot;</source>
+ <translation>无法运行 &quot;%1&quot;</translation>
</message>
</context>
<context>
@@ -4079,12 +4649,12 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="queryoverwritedialog.ui" line="14"/>
<source>Mod Exists</source>
- <translation type="unfinished">Mod 已存在</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="45"/>
<source>This mod seems to be installed already. Do you want to add files from this archive (overwriting existing ones) or do you want to completely replace the existing files (old files are deleted)? Alternatively you can install this mod under a different name.</source>
- <translation type="unfinished">这个mod看上去已经存在。你是希望将本次压缩包文件添加(覆盖已存在文件)或完全覆盖(旧的文件全删除)?另外你还可以起别的名称安装本mod。</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="63"/>
@@ -4099,17 +4669,17 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="queryoverwritedialog.ui" line="77"/>
<source>Replace</source>
- <translation type="unfinished">替换</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="84"/>
<source>Rename</source>
- <translation type="unfinished">&amp;重命名</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="91"/>
<source>Cancel</source>
- <translation type="unfinished">取消</translation>
+ <translation type="unfinished"/>
</message>
</context>
<context>
@@ -4127,17 +4697,17 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savegameinfowidget.ui" line="63"/>
<source>Level</source>
- <translation type="unfinished">等级</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="savegameinfowidget.ui" line="75"/>
<source>Location</source>
- <translation type="unfinished">位置</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="savegameinfowidget.ui" line="87"/>
<source>Date</source>
- <translation type="unfinished">时间</translation>
+ <translation type="unfinished"/>
</message>
</context>
<context>
@@ -4145,7 +4715,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savegameinfowidgetgamebryo.cpp" line="41"/>
<source>Missing ESPs</source>
- <translation type="unfinished">缺失的 ESP</translation>
+ <translation type="unfinished"/>
</message>
</context>
<context>
@@ -4153,7 +4723,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savetextasdialog.ui" line="14"/>
<source>Dialog</source>
- <translation type="unfinished">对话框</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="savetextasdialog.ui" line="32"/>
@@ -4178,11 +4748,11 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savetextasdialog.cpp" line="36"/>
<source>Text Files</source>
- <translation type="unfinished">文本文件</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="savetextasdialog.cpp" line="40"/>
- <source>failed to open "%1" for writing</source>
+ <source>failed to open &quot;%1&quot; for writing</source>
<translation type="unfinished"/>
</message>
</context>
@@ -4208,79 +4778,79 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<name>SelfUpdater</name>
<message>
<location filename="selfupdater.cpp" line="66"/>
- <source>archive.dll not loaded: "%1"</source>
- <translation type="unfinished">archive.dll 没有载入: "%1"</translation>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="selfupdater.cpp" line="116"/>
- <location filename="selfupdater.cpp" line="139"/>
- <location filename="selfupdater.cpp" line="268"/>
- <location filename="selfupdater.cpp" line="415"/>
+ <location filename="selfupdater.cpp" line="117"/>
+ <location filename="selfupdater.cpp" line="140"/>
+ <location filename="selfupdater.cpp" line="269"/>
+ <location filename="selfupdater.cpp" line="416"/>
<source>Update</source>
<translation>更新</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="117"/>
+ <location filename="selfupdater.cpp" line="118"/>
<source>An update is available (newest version: %1), do you want to install it?</source>
<translation>有可用的更新 (最新版本: %1),您想要安装它吗?</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="140"/>
+ <location filename="selfupdater.cpp" line="141"/>
<source>Download in progress</source>
<translation>正在下载</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="195"/>
+ <location filename="selfupdater.cpp" line="196"/>
<source>Download failed: %1</source>
<translation>下载失败: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="206"/>
+ <location filename="selfupdater.cpp" line="207"/>
<source>Failed to install update: %1</source>
<translation>无法安装更新: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="227"/>
- <source>failed to open archive "%1": %2</source>
- <translation>无法打开压缩包 "%1": %2</translation>
+ <location filename="selfupdater.cpp" line="228"/>
+ <source>failed to open archive &quot;%1&quot;: %2</source>
+ <translation>无法打开压缩包 &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="250"/>
+ <location filename="selfupdater.cpp" line="251"/>
<source>failed to move outdated files: %1. Please update manually.</source>
- <translation type="unfinished">移除过时文件失败: %1。请手动更新</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="selfupdater.cpp" line="268"/>
+ <location filename="selfupdater.cpp" line="269"/>
<source>Update installed, Mod Organizer will now be restarted.</source>
<translation>更新完成,Mod Organizer 现在将重新启动。</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="296"/>
+ <location filename="selfupdater.cpp" line="297"/>
<source>Error</source>
<translation>错误</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="351"/>
+ <location filename="selfupdater.cpp" line="352"/>
<source>Failed to parse response. Please report this as a bug and include the file mo_interface.log.</source>
<translation>解析响应时发生错误。请回报此 Bug 并附上 mo_interface.log!</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="416"/>
+ <location filename="selfupdater.cpp" line="417"/>
<source>No incremental update available for this version, the complete package needs to be downloaded (%1 kB)</source>
<translation>没有可用于此版本的更新文件,需要下载完整的安装包 (%1 KB)</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="425"/>
+ <location filename="selfupdater.cpp" line="426"/>
<source>no file for update found. Please update manually.</source>
- <translation type="unfinished">没有发现可更新。请手动更新。</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="selfupdater.cpp" line="440"/>
+ <location filename="selfupdater.cpp" line="441"/>
<source>Failed to retrieve update information: %1</source>
<translation>无法检索更新信息: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="460"/>
+ <location filename="selfupdater.cpp" line="461"/>
<source>No download server available. Please try again later.</source>
<translation>没有可用的下载服务器,请稍后再尝试下载。</translation>
</message>
@@ -4288,18 +4858,28 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<context>
<name>Settings</name>
<message>
- <location filename="settings.cpp" line="311"/>
- <location filename="settings.cpp" line="330"/>
- <source>attempt to store setting for unknown plugin "%1"</source>
+ <location filename="settings.cpp" line="115"/>
+ <source>Failed</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="116"/>
+ <source>Sorry, failed to start the helper application</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="335"/>
+ <location filename="settings.cpp" line="354"/>
+ <source>attempt to store setting for unknown plugin &quot;%1&quot;</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settings.cpp" line="651"/>
+ <location filename="settings.cpp" line="647"/>
<source>Confirm</source>
<translation>确认</translation>
</message>
<message>
- <location filename="settings.cpp" line="651"/>
+ <location filename="settings.cpp" line="647"/>
<source>Changing the mod directory affects all your profiles! Mods not present (or named differently) in the new location will be disabled in all profiles. There is no way to undo this unless you backed up your profiles manually. Proceed?</source>
<translation>修改 Mod 目录将会影响您的配置!新目录中不存在 (或者名称不同) 的 Mod 将在所有配置中被禁止掉。此操作无法撤销,所以执行此操作前建议先备份下自己的配置。立即执行?</translation>
</message>
@@ -4328,16 +4908,16 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
</message>
<message>
<location filename="settingsdialog.ui" line="42"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The display language. This will only displaye languages for which you have a translation installed.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The display language. This will only displaye languages for which you have a translation installed.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;界面语言,此处仅显示您已安装的翻译语言。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;界面语言,此处仅显示您已安装的翻译语言。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="57"/>
@@ -4347,7 +4927,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="settingsdialog.ui" line="64"/>
<source>graphical style</source>
- <translation type="unfinished">界面样式</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="settingsdialog.ui" line="67"/>
@@ -4361,13 +4941,13 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="settingsdialog.ui" line="85"/>
- <source>Decides the amount of data printed to "ModOrganizer.log"</source>
+ <source>Decides the amount of data printed to &quot;ModOrganizer.log&quot;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="settingsdialog.ui" line="88"/>
- <source>Decides the amount of data printed to "ModOrganizer.log".
-"Debug" produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the "Info" level for regluar use. On the "Error" level the log file usually remains empty.</source>
+ <source>Decides the amount of data printed to &quot;ModOrganizer.log&quot;.
+&quot;Debug&quot; produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the &quot;Info&quot; level for regluar use. On the &quot;Error&quot; level the log file usually remains empty.</source>
<translation type="unfinished"/>
</message>
<message>
@@ -4408,7 +4988,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="settingsdialog.ui" line="158"/>
- <source>Directory where mods are stored. Please note that changing this will break all associations of profiles with mods that don't exist in the new location (with the same name).</source>
+ <source>Directory where mods are stored. Please note that changing this will break all associations of profiles with mods that don&apos;t exist in the new location (with the same name).</source>
<translation>储存 Mod 的目录。请注意: 修改此目录将会破坏所有配置文件与新目录中已不存在的 Mod (相同名称) 的关联。</translation>
</message>
<message>
@@ -4422,230 +5002,260 @@ p, li { white-space: pre-wrap; }
<translation>缓存目录</translation>
</message>
<message>
+ <location filename="settingsdialog.ui" line="199"/>
+ <source>User interface</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
<location filename="settingsdialog.ui" line="205"/>
- <source>Reset stored information from dialogs.</source>
- <translation type="unfinished">重设对话框信息。</translation>
+ <source>If checked, the download interface will be more compact.</source>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="settingsdialog.ui" line="208"/>
- <source>This will make all dialogs show up again where you checked the "Remember selection"-box.</source>
- <translation type="unfinished">全部对话框将全部重新显示,包括你已勾取过“记住选择”的对话框。</translation>
+ <source>Compact Download Interface</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="215"/>
+ <source>If checked, the download list will display meta information instead of file names.</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="211"/>
+ <location filename="settingsdialog.ui" line="218"/>
+ <source>Download Meta Information</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="234"/>
+ <source>Reset stored information from dialogs.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="237"/>
+ <source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="240"/>
<source>Reset Dialogs</source>
<translation>重置对话框</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="231"/>
- <location filename="settingsdialog.ui" line="234"/>
+ <location filename="settingsdialog.ui" line="260"/>
+ <location filename="settingsdialog.ui" line="263"/>
<source>Modify the categories available to arrange your mods.</source>
<translation>修改可用的类别来整理您的 Mod。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="237"/>
+ <location filename="settingsdialog.ui" line="266"/>
<source>Configure Mod Categories</source>
<translation>配置 Mod 类别</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="245"/>
- <location filename="settingsdialog.ui" line="261"/>
+ <location filename="settingsdialog.ui" line="274"/>
+ <location filename="settingsdialog.ui" line="290"/>
<source>Nexus</source>
<translation>N网</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="251"/>
+ <location filename="settingsdialog.ui" line="280"/>
<source>Allows automatic log-in when the Nexus-Page for the game is clicked.</source>
<translation>当N网页面打开时将自动登录。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="254"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="settingsdialog.ui" line="283"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Allows automatic log-in when the Nexus-Page for the game is clicked. Please note that the obfuscation with which the password is stored in modorganizer.ini is not very strong. If you're worried someone might steal your password, don't store it here.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Allows automatic log-in when the Nexus-Page for the game is clicked. Please note that the obfuscation with which the password is stored in modorganizer.ini is not very strong. If you&apos;re worried someone might steal your password, don&apos;t store it here.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;允许当N网页面打开时自动登录。请注意: 密码是储存在 modorganizer.ini 里的,混淆得不是很强烈。如果您担心有人可能会窃取您的密码,那么请不要存储在这里。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;允许当N网页面打开时自动登录。请注意: 密码是储存在 modorganizer.ini 里的,混淆得不是很强烈。如果您担心有人可能会窃取您的密码,那么请不要存储在这里。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="270"/>
+ <location filename="settingsdialog.ui" line="299"/>
<source>If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic.</source>
- <translation type="unfinished">勾取并在下面输入正确账户,将自动登录Nexus (浏览和下载)。</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="273"/>
+ <location filename="settingsdialog.ui" line="302"/>
<source>Automatically Log-In to Nexus</source>
<translation>自动登录</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="285"/>
+ <location filename="settingsdialog.ui" line="311"/>
<source>Username</source>
<translation>账号</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="299"/>
+ <location filename="settingsdialog.ui" line="325"/>
<source>Password</source>
<translation>密码</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="321"/>
+ <location filename="settingsdialog.ui" line="347"/>
<source>Disable automatic internet features</source>
<translation>取消自动联网功能</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="324"/>
+ <location filename="settingsdialog.ui" line="350"/>
<source>Disable automatic internet features. This does not affect features that are explicitly invoked by the user (like checking mods for updates, endorsing, opening the web browser)</source>
- <translation type="unfinished">取消自动联网功能。这并不影响用户调用功能(如检查mod更新,点赞支持mod,打开网页浏览)。</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="327"/>
+ <location filename="settingsdialog.ui" line="353"/>
<source>Offline Mode</source>
<translation>离线模式</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="334"/>
+ <location filename="settingsdialog.ui" line="360"/>
<source>Use a proxy for network connections.</source>
<translation>使用代理联网</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="337"/>
+ <location filename="settingsdialog.ui" line="363"/>
<source>Use a proxy for network connections. This uses the system-wide settings which can be configured in Internet Explorer. Please note that MO will start up a few seconds slower on some systems when using a proxy.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="340"/>
+ <location filename="settingsdialog.ui" line="366"/>
<source>Use HTTP Proxy (Uses System Settings)</source>
<translation>使用 HTTP 代理(使用系统设置)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="351"/>
- <source>Known Servers (Dynamically updated every download)</source>
- <translation>已知的服务器(每次下载自动更新)</translation>
+ <location filename="settingsdialog.ui" line="375"/>
+ <source>Associate with &quot;Download with manager&quot; links</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="404"/>
+ <source>Known Servers (updated on download)</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="372"/>
+ <location filename="settingsdialog.ui" line="425"/>
<source>Preferred Servers (Drag &amp; Drop)</source>
<translation>首选服务器(可拖拽顺序)</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="407"/>
+ <location filename="settingsdialog.ui" line="460"/>
<source>Plugins</source>
<translation>插件</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="429"/>
+ <location filename="settingsdialog.ui" line="482"/>
<source>Author:</source>
<translation>作者</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="443"/>
+ <location filename="settingsdialog.ui" line="496"/>
<source>Version:</source>
<translation>版本</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="457"/>
+ <location filename="settingsdialog.ui" line="510"/>
<source>Description:</source>
<translation>描述</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="495"/>
+ <location filename="settingsdialog.ui" line="548"/>
<source>Key</source>
- <translation type="unfinished">关键</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="500"/>
+ <location filename="settingsdialog.ui" line="553"/>
<source>Value</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="512"/>
+ <location filename="settingsdialog.ui" line="565"/>
<source>Blacklisted Plugins (use &lt;del&gt; to remove):</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="523"/>
+ <location filename="settingsdialog.ui" line="576"/>
<source>Workarounds</source>
<translation>解决方案</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="531"/>
+ <location filename="settingsdialog.ui" line="584"/>
<source>Steam App ID</source>
<translation>Steam App ID</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="551"/>
+ <location filename="settingsdialog.ui" line="604"/>
<source>The Steam AppID for your game</source>
<translation>您游戏的 Steam AppID</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="554"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="settingsdialog.ui" line="607"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The preset for this is the App ID of the &amp;quot;regular&amp;quot; version so in most cases, you should be set.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you think you have a different version (GotY or something), follow these steps to get to the id:&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;1. Navigate to the game library in steam&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;2. right-click on the game you need the id for and choose &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Create desktop shortcut&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;3. right-click on the newly created shortcut on your desktop and select &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Properties&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;4. in the URL-field you should see something like this: &lt;/span&gt;&lt;span style=" font-size:8pt; font-style:italic;"&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;22380 is the id you're looking for.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The preset for this is the App ID of the &amp;quot;regular&amp;quot; version so in most cases, you should be set.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you think you have a different version (GotY or something), follow these steps to get to the id:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;1. Navigate to the game library in steam&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;2. right-click on the game you need the id for and choose &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Create desktop shortcut&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;3. right-click on the newly created shortcut on your desktop and select &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Properties&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;4. in the URL-field you should see something like this: &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-style:italic;&quot;&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;22380 is the id you&apos;re looking for.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;Steam App ID 是必须的,它被用来直接启动一些游戏。对于天际,如果没有设置或设置错误,&amp;quot;Mod Organizer&amp;quot; 的加载机制可能会无法正常工作。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;此预设是应用程序 ID 的“常规”版本,因此在大多数情况下,您应该要重新设置一下。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;如果您认为您有不同的版本 (年度版或其它版本),那么请参照下列的步骤来获取 ID: &lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;1. 进入 Steam 里的游戏库&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;2. 右键点击您想要获取 ID 的游戏,选择&lt;/span&gt;&lt;span style=" font-size:9pt; font-weight:600;"&gt;创建桌面快捷方式&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;3. 右键点击您刚才在桌面上创建的快捷方式,选择&lt;/span&gt;&lt;span style=" font-size:9pt; font-weight:600;"&gt;属性&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;4. 在链接区域您应该会看到一些像这样的: &lt;/span&gt;&lt;span style=" font-size:9pt; font-style:italic;"&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;其中 22380 就是您要找的 ID。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;Steam App ID 是必须的,它被用来直接启动一些游戏。对于天际,如果没有设置或设置错误,&amp;quot;Mod Organizer&amp;quot; 的加载机制可能会无法正常工作。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;此预设是应用程序 ID 的“常规”版本,因此在大多数情况下,您应该要重新设置一下。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;如果您认为您有不同的版本 (年度版或其它版本),那么请参照下列的步骤来获取 ID: &lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;1. 进入 Steam 里的游戏库&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;2. 右键点击您想要获取 ID 的游戏,选择&lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-weight:600;&quot;&gt;创建桌面快捷方式&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;3. 右键点击您刚才在桌面上创建的快捷方式,选择&lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-weight:600;&quot;&gt;属性&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;4. 在链接区域您应该会看到一些像这样的: &lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-style:italic;&quot;&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;其中 22380 就是您要找的 ID。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="585"/>
+ <location filename="settingsdialog.ui" line="638"/>
<source>Load Mechanism</source>
<translation>加载机制</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="605"/>
+ <location filename="settingsdialog.ui" line="658"/>
<source>Select loading mechanism. See help for details.</source>
<translation>选择加载机制,使用帮助查看更多细节。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="608"/>
+ <location filename="settingsdialog.ui" line="661"/>
<source>Mod Organizer needs a dll to be injected into the game so all mods are visible to it.
There are several means to do this:
*Mod Organizer* (default) In this mode the Mod Organizer itself injects the dll. The disadvantage is that you always have to start the game through MO or a link created by it.
*Script Extender* In this mode, MO is installed as a Script Extender (obse, fose, nvse, skse) plugin.
*Proxy DLL* In this mode, MO replaces one of the game's dlls with one that loads MO (and the original dll of course). This will ONLY work with Steam games and it has only been tested with Skyrim. Please use this only if the other mechanisms don't work.
-If you use the Steam version of Oblivion the default will NOT work. In this case, please install obse and use "Script Extender" as the load mechanism. Also you can then not start Oblivion from MO. Instead, use MO only to set up your mods, then quit and start Oblivion through Steam.</source>
+If you use the Steam version of Oblivion the default will NOT work. In this case, please install obse and use &quot;Script Extender&quot; as the load mechanism. Also you can then not start Oblivion from MO. Instead, use MO only to set up your mods, then quit and start Oblivion through Steam.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="625"/>
+ <location filename="settingsdialog.ui" line="678"/>
<source>NMM Version</source>
<translation>NMM 版本</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="645"/>
+ <location filename="settingsdialog.ui" line="698"/>
<source>The Version of Nexus Mod Manager to impersonate.</source>
<translation>想要模拟的 NMM 版本号。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="648"/>
+ <location filename="settingsdialog.ui" line="701"/>
<source>Mod Organizer uses an API provided by the Nexus to provide features like checking for updates and downloading files. Unfortunately this API has not been made available officially to third party tools like MO so we have to impersonate the Nexus Mod Manager to be allowed in.
On top of this Nexus has used the client identification to lock out outdated versions of NMM to force users to update. This means that MO also needs to impersonate the new version of NMM even if MO doesn't need an update. Therefore you can configure the version to identify as here.
-Please note that MO does identify itself as MO to the webserver, it's not lying about what it is. It is merely adding a "compatible" NMM version to the user agent.
+Please note that MO does identify itself as MO to the webserver, it's not lying about what it is. It is merely adding a &quot;compatible&quot; NMM version to the user agent.
-tl;dr-version: If Nexus-features don't work, insert the current version number of NMM here and try again.</source>
+tl;dr-version: If Nexus-features don&apos;t work, insert the current version number of NMM here and try again.</source>
<translation>Mod Organizer 使用了一个N网所提供的 API 来进行类似于检查更新和下载文件这样的操作。遗憾的是这个 API 并没有给第三方工具 (比如 MO) 正式的授权,所以我们需要模拟 NMM 来进行这些操作。
在此之前,N网使用了客户端辨识系统锁定了旧版本的 NMM,强制用户更新版本。这意味着 MO 也要模拟新版本的 NMM,即便 MO 自己并不需要更新。因此您需要在这里配置版本号来进行辨识。
请注意: MO 辨识自己为 MO 到网络服务器,这并不是欺骗。它仅仅是为用户代理添加了一个“兼容”的 NMM 版本。
@@ -4653,79 +5263,97 @@ tl;dr-version: If Nexus-features don't work, insert the current version number o
变更版本号: 如果N网功能不正常了,那么请在这里输入 NMM 的当前版本号并重试一下。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="670"/>
+ <location filename="settingsdialog.ui" line="723"/>
<source>Enforces that inactive ESPs and ESMs are never loaded.</source>
<translation>强制执行,未激活的 ESP 和 ESM 将不会被加载。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="673"/>
+ <location filename="settingsdialog.ui" line="726"/>
<source>It seems that the Games occasionally load ESP or ESM files even if they haven't been activated as plugins.
-I don't yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source>
+I don&apos;t yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source>
<translation>看来,游戏偶尔会加载一些没有被激活成插件的 ESP 或 ESM 文件。
我还尚不知道它在什么情况下会这样,但是有用户报告说它在某些情况下是很不必要的。如果这个选项被选中,那么在列表中没有被勾选的 ESP 和 ESM 将不会在游戏中出现,并且也不会被载入。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="677"/>
+ <location filename="settingsdialog.ui" line="730"/>
<source>Hide inactive ESPs/ESMs</source>
<translation>隐藏未激活的 ESP 或 ESM</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="684"/>
+ <location filename="settingsdialog.ui" line="737"/>
<source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="687"/>
+ <location filename="settingsdialog.ui" line="740"/>
<source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)
Uncheck this if you want to use Mod Organizer with total conversions (like Nehrim) but be aware that the game will crash if required files are not enabled.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="691"/>
+ <location filename="settingsdialog.ui" line="744"/>
<source>Force-enable game files</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="701"/>
- <location filename="settingsdialog.ui" line="705"/>
+ <location filename="settingsdialog.ui" line="754"/>
+ <source>Disable this to no longer display mods installed outside MO in the mod list (left pane). Assets from those mods will then be treated as having lowest mod priority together with the original game content.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="757"/>
+ <source>By default Mod Organizer will display esp+bsa bundles installed with foreign tools as mods (left pane). This allows you to control their priority in relation to other mods. This is particularly useful if you also use Steam Workshop to install mods.
+However, if you installed loose file mods outside MO which conflict with BSAs also installed outside MO those conflicts can't be resolved correctly.
+
+If you disable this feature, MO will only display official DLCs this way. Please note that plugins (esps and esms) displayed in the right pane are completely unaffected by this feature.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="763"/>
+ <source>Display mods installed outside MO</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="773"/>
+ <location filename="settingsdialog.ui" line="777"/>
<source>For Skyrim, this can be used instead of Archive Invalidation. It should make AI redundant for all Profiles.
For the other games this is not a sufficient replacement for AI!</source>
<translation>对于天际,这个可以用来取代档案无效化,它将会使档案无效化对所有配置都变得多余。
但是对于其它游戏,这并不是一个很好的替代品!</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="709"/>
+ <location filename="settingsdialog.ui" line="781"/>
<source>Back-date BSAs</source>
<translation>重置 BSA 文件修改日期</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="733"/>
+ <location filename="settingsdialog.ui" line="805"/>
<source>These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.cpp" line="94"/>
+ <location filename="settingsdialog.cpp" line="95"/>
<source>Select download directory</source>
<translation>选择下载目录</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="102"/>
+ <location filename="settingsdialog.cpp" line="103"/>
<source>Select mod directory</source>
<translation>选择 Mod 目录</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="110"/>
+ <location filename="settingsdialog.cpp" line="111"/>
<source>Select cache directory</source>
<translation>选择缓存目录</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="118"/>
+ <location filename="settingsdialog.cpp" line="119"/>
<source>Confirm?</source>
<translation>确认?</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="119"/>
- <source>This will make all dialogs show up again where you checked the "Remember selection"-box. Continue?</source>
+ <location filename="settingsdialog.cpp" line="120"/>
+ <source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box. Continue?</source>
<translation>此操作将导致之前勾选的“记住我的选项”询问窗口再次出现,确定要重置对话框?</translation>
</message>
</context>
@@ -4772,11 +5400,15 @@ For the other games this is not a sufficient replacement for AI!</source>
</message>
<message>
<location filename="singleinstance.cpp" line="82"/>
- <location filename="singleinstance.cpp" line="88"/>
<source>failed to connect to running instance: %1</source>
<translation>无法连接到正在运行的实例: %1</translation>
</message>
<message>
+ <location filename="singleinstance.cpp" line="88"/>
+ <source>failed to communicate with running instance: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
<location filename="singleinstance.cpp" line="100"/>
<source>failed to receive data from secondary instance: %1</source>
<translation>无法获得第二个实例中的数据: %1</translation>
@@ -4801,7 +5433,7 @@ For the other games this is not a sufficient replacement for AI!</source>
</message>
<message>
<location filename="syncoverwritedialog.cpp" line="95"/>
- <source>&lt;don't sync&gt;</source>
+ <source>&lt;don&apos;t sync&gt;</source>
<translation>&lt;不要同步&gt;</translation>
</message>
<message>
@@ -4820,7 +5452,7 @@ For the other games this is not a sufficient replacement for AI!</source>
<message>
<location filename="transfersavesdialog.ui" line="14"/>
<source>Transfer Savegames</source>
- <translation type="unfinished">转移存档</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="transfersavesdialog.ui" line="22"/>
@@ -4830,7 +5462,7 @@ For the other games this is not a sufficient replacement for AI!</source>
<message>
<location filename="transfersavesdialog.ui" line="29"/>
<source>This is a list of characters in the global location.</source>
- <translation type="unfinished">这里是全局位置存档角色列表。</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="transfersavesdialog.ui" line="32"/>
@@ -4885,41 +5517,41 @@ On Windows XP:
<message>
<location filename="transfersavesdialog.ui" line="167"/>
<source>Profile Characters</source>
- <translation type="unfinished">配置文件中角色</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="transfersavesdialog.cpp" line="140"/>
<source>Overwrite</source>
- <translation type="unfinished">覆盖</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="transfersavesdialog.cpp" line="141"/>
- <source>Overwrite the file "%1"</source>
- <translation type="unfinished">覆盖文件 "%1"</translation>
+ <source>Overwrite the file &quot;%1&quot;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="164"/>
- <location filename="transfersavesdialog.cpp" line="202"/>
- <location filename="transfersavesdialog.cpp" line="237"/>
- <location filename="transfersavesdialog.cpp" line="276"/>
+ <location filename="transfersavesdialog.cpp" line="157"/>
+ <location filename="transfersavesdialog.cpp" line="195"/>
+ <location filename="transfersavesdialog.cpp" line="230"/>
+ <location filename="transfersavesdialog.cpp" line="269"/>
<source>Confirm</source>
<translation>确认</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="165"/>
- <location filename="transfersavesdialog.cpp" line="203"/>
- <source>Copy all save games of character "%1" to the profile?</source>
- <translation type="unfinished">是否复制角色 "%1" 的所有游戏存档到这个配置中?</translation>
+ <location filename="transfersavesdialog.cpp" line="158"/>
+ <location filename="transfersavesdialog.cpp" line="196"/>
+ <source>Copy all save games of character &quot;%1&quot; to the profile?</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="238"/>
- <source>Move all save games of character "%1" to the global location? Please be aware that this will mess up the running number of save games.</source>
- <translation type="unfinished">是否移动角色 "%1" 的所有游戏存档到全局路径?请注意这将使游戏存档的运行编号变得混乱。</translation>
+ <location filename="transfersavesdialog.cpp" line="231"/>
+ <source>Move all save games of character &quot;%1&quot; to the global location? Please be aware that this will mess up the running number of save games.</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="277"/>
- <source>Copy all save games of character "%1" to the global location? Please be aware that this will mess up the running number of save games.</source>
- <translation type="unfinished">是否拷贝角色 "%1" 的所有游戏存档到全局路径?请注意这将使游戏存档的运行编号变得混乱。</translation>
+ <location filename="transfersavesdialog.cpp" line="270"/>
+ <source>Copy all save games of character &quot;%1&quot; to the global location? Please be aware that this will mess up the running number of save games.</source>
+ <translation type="unfinished"/>
</message>
</context>
-</TS>
+</TS> \ No newline at end of file
diff --git a/src/organizer_zh_TW.ts b/src/organizer_zh_TW.ts
index 11f67f8a..08c9ed2e 100644
--- a/src/organizer_zh_TW.ts
+++ b/src/organizer_zh_TW.ts
@@ -1,36 +1,79 @@
-<!DOCTYPE TS>
-<TS version="2.0" language="zh_TW">
+<?xml version="1.0" ?><!DOCTYPE TS><TS language="zh_TW" version="2.0">
+<context>
+ <name>AboutDialog</name>
+ <message>
+ <location filename="aboutdialog.ui" line="14"/>
+ <location filename="aboutdialog.ui" line="53"/>
+ <source>About</source>
+ <translation>關於</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="66"/>
+ <source>Revision:</source>
+ <translation>版本:</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="104"/>
+ <source>Used Software</source>
+ <translation>使用的軟體</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="117"/>
+ <source>Credits</source>
+ <translation>歸功於</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="123"/>
+ <source>Translators</source>
+ <translation>翻譯者</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="189"/>
+ <source>Others</source>
+ <translation>其他</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.ui" line="266"/>
+ <source>Close</source>
+ <translation>關閉</translation>
+ </message>
+ <message>
+ <location filename="aboutdialog.cpp" line="80"/>
+ <source>No license</source>
+ <translation type="unfinished"/>
+ </message>
+</context>
<context>
<name>ActivateModsDialog</name>
<message>
<location filename="activatemodsdialog.ui" line="14"/>
<source>Activate Mods</source>
- <translation>激活 Mod</translation>
+ <translation>啟動 Mod</translation>
</message>
<message>
<location filename="activatemodsdialog.ui" line="20"/>
<source>This is a list of esps and esms that were active when the save game was created.</source>
- <translation>這是 esp 和 esm 檔案的列表,當您的存檔被建立時將會被激活。</translation>
+ <translation>這是 esp 和 esm 檔案的列表,當您的存檔被建立時將會被啟動。</translation>
</message>
<message>
<location filename="activatemodsdialog.ui" line="23"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a list of esps and esms that were active when the save game was created.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a list of esps and esms that were active when the save game was created.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;這是 esp 和 esm 檔案的列表,當您的存檔被建立時將會被激活。&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;對於每個 esp,右列中包含了可以通過啟用來使缺失的 esp 或 esm 變得可用的 Mod。&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;如果您點擊確定,那麼所有在右列中已選的並且可用的 Mod 和缺失的 esp 都將會被激活。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;這是 esp 和 esm 檔案的列表,當您的存檔被建立時將會被啟動。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;對於每個 esp,右列中包含了可以通過啟用來使缺失的 esp 或 esm 變得可用的 Mod。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;如果您點擊確定,那麼所有在右列中已選的並且可用的 Mod 和缺失的 esp 都將會被啟動。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="activatemodsdialog.ui" line="37"/>
@@ -73,9 +116,9 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="baincomplexinstallerdialog.ui" line="47"/>
<source>Components of this package.
-If there is a component called "00 Core" it is usually required. Options are ordered by priority as set up by the author.</source>
+If there is a component called &quot;00 Core&quot; it is usually required. Options are ordered by priority as set up by the author.</source>
<translation>此包中的組件。
-如果有一個組件叫作 "00 Core",那麼它應該就是必需安裝的,可選安装的檔案一般會被作者按優先級排列。</translation>
+如果有一個組件叫作 &quot;00 Core&quot;,那麼它應該就是必需安裝的,可選安装的檔案一般會被作者按優先級排列。</translation>
</message>
<message>
<location filename="baincomplexinstallerdialog.ui" line="57"/>
@@ -111,6 +154,29 @@ If there is a component called "00 Core" it is usually required. Options are ord
</message>
</context>
<context>
+ <name>BrowserDialog</name>
+ <message>
+ <location filename="browserdialog.ui" line="14"/>
+ <source>Some Page</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="browserdialog.ui" line="281"/>
+ <source>Search</source>
+ <translation>搜尋</translation>
+ </message>
+ <message>
+ <location filename="browserdialog.cpp" line="95"/>
+ <source>new</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="browserdialog.cpp" line="209"/>
+ <source>failed to start download</source>
+ <translation>下載失敗</translation>
+ </message>
+</context>
+<context>
<name>CategoriesDialog</name>
<message>
<location filename="categoriesdialog.ui" line="14"/>
@@ -155,20 +221,20 @@ If there is a component called "00 Core" it is usually required. Options are ord
</message>
<message>
<location filename="categoriesdialog.ui" line="94"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;You can match one or multiple nexus categories to a internal ID. Whenever you download a mod from a Nexus Page, Mod Organizer will try to resolve the category defined on the Nexus to one available in MO.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You can match one or multiple nexus categories to a internal ID. Whenever you download a mod from a Nexus Page, Mod Organizer will try to resolve the category defined on the Nexus to one available in MO.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;您可以關聯單個或多個N網類別到一個內部 ID,當您在N網下載 Mod 的時候,Mod Organizer 將會嘗試解析N網中的類別的定義並提供給 MO。&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;要找出一個N網所使用的類別 ID,您可以訪問N網頁面的種類列表並將鼠標懸停在連結上面。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;您可以關聯單個或多個N網類別到一個內部 ID,當您在N網下載 Mod 的時候,Mod Organizer 將會嘗試解析N網中的類別的定義並提供給 MO。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;要找出一個N網所使用的類別 ID,您可以訪問N網頁面的種類列表並將鼠標懸停在連結上面。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="categoriesdialog.ui" line="105"/>
@@ -200,7 +266,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="credentialsdialog.ui" line="20"/>
- <source>This feature may not work unless you're logged in with Nexus</source>
+ <source>This feature may not work unless you&apos;re logged in with Nexus</source>
<translation>當您尚未登入N網時此功能可能無法正常工作</translation>
</message>
<message>
@@ -227,33 +293,38 @@ p, li { white-space: pre-wrap; }
<context>
<name>DirectoryRefresher</name>
<message>
- <location filename="directoryrefresher.cpp" line="99"/>
+ <location filename="directoryrefresher.cpp" line="146"/>
<source>failed to read bsa: %1</source>
- <translation type="unfinished">無法讀取 %1: %2</translation>
+ <translation>無法讀取 %1</translation>
</message>
</context>
<context>
<name>DownloadList</name>
<message>
- <location filename="downloadlist.cpp" line="63"/>
+ <location filename="downloadlist.cpp" line="64"/>
<source>Name</source>
<translation>名稱</translation>
</message>
<message>
- <location filename="downloadlist.cpp" line="64"/>
+ <location filename="downloadlist.cpp" line="65"/>
<source>Filetime</source>
<translation>檔案時間</translation>
</message>
<message>
- <location filename="downloadlist.cpp" line="65"/>
+ <location filename="downloadlist.cpp" line="66"/>
<source>Done</source>
- <translation type="unfinished">完成</translation>
+ <translation>完成</translation>
</message>
<message>
- <location filename="downloadlist.cpp" line="80"/>
- <source>Information missing, please select "Query Info" from the context menu to re-retrieve.</source>
+ <location filename="downloadlist.cpp" line="82"/>
+ <source>Information missing, please select &quot;Query Info&quot; from the context menu to re-retrieve.</source>
<translation>訊息丟失,請在右鍵菜單裡選擇“查詢訊息”來重新檢索。</translation>
</message>
+ <message>
+ <location filename="downloadlist.cpp" line="89"/>
+ <source>pending download</source>
+ <translation>等待中的下載</translation>
+ </message>
</context>
<context>
<name>DownloadListWidget</name>
@@ -261,32 +332,32 @@ p, li { white-space: pre-wrap; }
<location filename="downloadlistwidget.ui" line="17"/>
<location filename="downloadlistwidget.ui" line="61"/>
<source>Placeholder</source>
- <translation>占位符</translation>
+ <translation>預留位置</translation>
</message>
<message>
<location filename="downloadlistwidget.ui" line="99"/>
- <location filename="downloadlistwidget.cpp" line="145"/>
- <location filename="downloadlistwidget.cpp" line="147"/>
+ <location filename="downloadlistwidget.cpp" line="150"/>
+ <location filename="downloadlistwidget.cpp" line="152"/>
<source>Done - Double Click to install</source>
<translation>完成 - 雙擊進行安裝</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="111"/>
- <location filename="downloadlistwidget.cpp" line="113"/>
+ <location filename="downloadlistwidget.cpp" line="116"/>
+ <location filename="downloadlistwidget.cpp" line="118"/>
<source>Paused - Double Click to resume</source>
- <translation type="unfinished"/>
+ <translation>暫停 - 雙擊以回復</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="131"/>
- <location filename="downloadlistwidget.cpp" line="133"/>
+ <location filename="downloadlistwidget.cpp" line="136"/>
+ <location filename="downloadlistwidget.cpp" line="138"/>
<source>Installed - Double Click to re-install</source>
<translation>已安裝 - 雙擊重新安裝</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="138"/>
- <location filename="downloadlistwidget.cpp" line="140"/>
+ <location filename="downloadlistwidget.cpp" line="143"/>
+ <location filename="downloadlistwidget.cpp" line="145"/>
<source>Uninstalled - Double Click to re-install</source>
- <translation type="unfinished">已安裝 - 雙擊重新安裝</translation>
+ <translation>解除安裝 - 雙擊重新安裝</translation>
</message>
</context>
<context>
@@ -295,7 +366,7 @@ p, li { white-space: pre-wrap; }
<location filename="downloadlistwidgetcompact.ui" line="17"/>
<location filename="downloadlistwidgetcompact.ui" line="56"/>
<source>Placeholder</source>
- <translation>占位符</translation>
+ <translation>預留位置</translation>
</message>
<message>
<location filename="downloadlistwidgetcompact.ui" line="122"/>
@@ -306,9 +377,19 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadListWidgetCompactDelegate</name>
<message>
+ <location filename="downloadlistwidgetcompact.cpp" line="92"/>
+ <source>&lt; mod %1 file %2 &gt;</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="downloadlistwidgetcompact.cpp" line="97"/>
+ <source>Pending</source>
+ <translation>等待</translation>
+ </message>
+ <message>
<location filename="downloadlistwidgetcompact.cpp" line="120"/>
<source>Paused</source>
- <translation type="unfinished">暫停</translation>
+ <translation>暫停</translation>
</message>
<message>
<location filename="downloadlistwidgetcompact.cpp" line="123"/>
@@ -328,7 +409,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="downloadlistwidgetcompact.cpp" line="133"/>
<source>Uninstalled</source>
- <translation type="unfinished"/>
+ <translation>已解除安裝</translation>
</message>
<message>
<location filename="downloadlistwidgetcompact.cpp" line="136"/>
@@ -336,95 +417,95 @@ p, li { white-space: pre-wrap; }
<translation>完成</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="220"/>
- <location filename="downloadlistwidgetcompact.cpp" line="229"/>
- <location filename="downloadlistwidgetcompact.cpp" line="238"/>
- <location filename="downloadlistwidgetcompact.cpp" line="247"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="245"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="254"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="263"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="272"/>
<source>Are you sure?</source>
<translation>確定?</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="221"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="246"/>
<source>This will remove all finished downloads from this list and from disk.</source>
<translation>這將會從列表和磁碟中移除所有已完成的下載。</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="230"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="255"/>
<source>This will remove all installed downloads from this list and from disk.</source>
<translation>這將會從列表和磁碟中移除所有已安裝的下載項目。</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="239"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="264"/>
<source>This will permanently remove all finished downloads from this list (but NOT from disk).</source>
- <translation type="unfinished"/>
+ <translation>這將會從列表中永久移除所有已完成的下載(但不會從硬碟中移除)。</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="248"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="273"/>
<source>This will permanently remove all installed downloads from this list (but NOT from disk).</source>
- <translation type="unfinished"/>
+ <translation>這將會從列表中永久移除所有已安裝的下載(但不會從硬碟中移除)。</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="275"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="302"/>
<source>Install</source>
<translation>安裝</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="277"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="304"/>
<source>Query Info</source>
<translation>查詢訊息</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="279"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="306"/>
<source>Delete</source>
- <translation type="unfinished">&amp;刪除</translation>
+ <translation>刪除</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="281"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="308"/>
<source>Un-Hide</source>
- <translation type="unfinished"/>
+ <translation>取消隱藏</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="283"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="310"/>
<source>Remove from View</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="286"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="313"/>
<source>Cancel</source>
<translation>取消</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="287"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="314"/>
<source>Pause</source>
<translation>暫停</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="289"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="316"/>
<source>Remove</source>
<translation>移除</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="290"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="317"/>
<source>Resume</source>
<translation>繼續</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="294"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="322"/>
<source>Delete Installed...</source>
- <translation type="unfinished">移除已安裝的項目...</translation>
+ <translation>刪除已安裝的項目...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="295"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="323"/>
<source>Delete All...</source>
- <translation type="unfinished"/>
+ <translation>刪除所有...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="298"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="326"/>
<source>Remove Installed...</source>
<translation>移除已安裝的項目...</translation>
</message>
<message>
- <location filename="downloadlistwidgetcompact.cpp" line="299"/>
+ <location filename="downloadlistwidgetcompact.cpp" line="327"/>
<source>Remove All...</source>
<translation>移除所有...</translation>
</message>
@@ -432,105 +513,115 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadListWidgetDelegate</name>
<message>
- <location filename="downloadlistwidget.cpp" line="118"/>
+ <location filename="downloadlistwidget.cpp" line="93"/>
+ <source>&lt; mod %1 file %2 &gt;</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="downloadlistwidget.cpp" line="96"/>
+ <source>Pending</source>
+ <translation>等待</translation>
+ </message>
+ <message>
+ <location filename="downloadlistwidget.cpp" line="123"/>
<source>Fetching Info 1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="121"/>
+ <location filename="downloadlistwidget.cpp" line="126"/>
<source>Fetching Info 2</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="233"/>
- <location filename="downloadlistwidget.cpp" line="242"/>
- <location filename="downloadlistwidget.cpp" line="251"/>
- <location filename="downloadlistwidget.cpp" line="260"/>
+ <location filename="downloadlistwidget.cpp" line="258"/>
+ <location filename="downloadlistwidget.cpp" line="267"/>
+ <location filename="downloadlistwidget.cpp" line="276"/>
+ <location filename="downloadlistwidget.cpp" line="285"/>
<source>Are you sure?</source>
<translation>確定?</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="234"/>
+ <location filename="downloadlistwidget.cpp" line="259"/>
<source>This will remove all finished downloads from this list and from disk.</source>
<translation>這將會從列表和磁碟中移除所有已完成的下載。</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="243"/>
+ <location filename="downloadlistwidget.cpp" line="268"/>
<source>This will remove all installed downloads from this list and from disk.</source>
<translation>這將會從列表和磁碟中移除所有已安裝的下載項目。</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="252"/>
+ <location filename="downloadlistwidget.cpp" line="277"/>
<source>This will remove all finished downloads from this list (but NOT from disk).</source>
- <translation type="unfinished">這將會從列表和磁碟中移除所有已完成的下載。</translation>
+ <translation>這將會從列表中移除所有已完成的下載(但不會從硬碟中移除)。</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="261"/>
+ <location filename="downloadlistwidget.cpp" line="286"/>
<source>This will remove all installed downloads from this list (but NOT from disk).</source>
- <translation type="unfinished">這將會從列表和磁碟中移除所有已安裝的下載項目。</translation>
+ <translation>這將會從列表中移除所有已安裝的下載(但不會從硬碟中移除)。</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="287"/>
+ <location filename="downloadlistwidget.cpp" line="314"/>
<source>Install</source>
<translation>安裝</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="289"/>
+ <location filename="downloadlistwidget.cpp" line="316"/>
<source>Query Info</source>
<translation>查詢訊息</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="291"/>
+ <location filename="downloadlistwidget.cpp" line="318"/>
<source>Delete</source>
- <translation type="unfinished">&amp;刪除</translation>
+ <translation>刪除</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="293"/>
+ <location filename="downloadlistwidget.cpp" line="320"/>
<source>Un-Hide</source>
- <translation type="unfinished"/>
+ <translation>取消隱藏</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="295"/>
+ <location filename="downloadlistwidget.cpp" line="322"/>
<source>Remove from View</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="298"/>
+ <location filename="downloadlistwidget.cpp" line="325"/>
<source>Cancel</source>
<translation>取消</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="299"/>
+ <location filename="downloadlistwidget.cpp" line="326"/>
<source>Pause</source>
<translation>暫停</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="301"/>
+ <location filename="downloadlistwidget.cpp" line="328"/>
<source>Remove</source>
<translation>移除</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="302"/>
+ <location filename="downloadlistwidget.cpp" line="329"/>
<source>Resume</source>
<translation>繼續</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="306"/>
+ <location filename="downloadlistwidget.cpp" line="334"/>
<source>Delete Installed...</source>
- <translation type="unfinished">移除已安裝的項目...</translation>
+ <translation>刪除已安裝的項目...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="307"/>
+ <location filename="downloadlistwidget.cpp" line="335"/>
<source>Delete All...</source>
- <translation type="unfinished"/>
+ <translation>刪除所有...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="310"/>
+ <location filename="downloadlistwidget.cpp" line="338"/>
<source>Remove Installed...</source>
<translation>移除已安裝的項目...</translation>
</message>
<message>
- <location filename="downloadlistwidget.cpp" line="311"/>
+ <location filename="downloadlistwidget.cpp" line="339"/>
<source>Remove All...</source>
<translation>移除所有...</translation>
</message>
@@ -538,116 +629,173 @@ p, li { white-space: pre-wrap; }
<context>
<name>DownloadManager</name>
<message>
- <location filename="downloadmanager.cpp" line="132"/>
- <source>failed to rename "%1" to "%2"</source>
- <translation>重新命名 "%1 "為 "%2" 時出錯</translation>
+ <location filename="downloadmanager.cpp" line="142"/>
+ <source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
+ <translation>重新命名 &quot;%1 &quot;為 &quot;%2&quot; 時出錯</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="323"/>
+ <location filename="downloadmanager.cpp" line="321"/>
+ <source>Memory allocation error (in refreshing directory).</source>
+ <translation>記憶體分配錯誤(於重新整理目錄時)。</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="369"/>
<source>Download again?</source>
<translation>重新下載?</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="323"/>
+ <location filename="downloadmanager.cpp" line="369"/>
<source>A file with the same name has already been downloaded. Do you want to download it again? The new file will receive a different name.</source>
<translation>已存在同名檔案。您確定要重新下載?新檔案將使用不同的檔案名。</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="355"/>
+ <location filename="downloadmanager.cpp" line="417"/>
<source>failed to download %1: could not open output file: %2</source>
<translation>下載 %1 失敗: 無法開啟輸出檔案: %2</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="384"/>
+ <location filename="downloadmanager.cpp" line="454"/>
<source>Wrong Game</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="downloadmanager.cpp" line="384"/>
- <source>The download link is for a mod for "%1" but this instance of MO has been set up for "%2".</source>
+ <location filename="downloadmanager.cpp" line="454"/>
+ <source>The download link is for a mod for &quot;%1&quot; but this instance of MO has been set up for &quot;%2&quot;.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="downloadmanager.cpp" line="396"/>
- <location filename="downloadmanager.cpp" line="463"/>
- <location filename="downloadmanager.cpp" line="635"/>
- <location filename="downloadmanager.cpp" line="645"/>
- <location filename="downloadmanager.cpp" line="654"/>
- <location filename="downloadmanager.cpp" line="668"/>
- <location filename="downloadmanager.cpp" line="678"/>
- <location filename="downloadmanager.cpp" line="688"/>
- <location filename="downloadmanager.cpp" line="698"/>
- <location filename="downloadmanager.cpp" line="709"/>
- <location filename="downloadmanager.cpp" line="717"/>
+ <location filename="downloadmanager.cpp" line="471"/>
+ <location filename="downloadmanager.cpp" line="538"/>
<location filename="downloadmanager.cpp" line="726"/>
- <location filename="downloadmanager.cpp" line="736"/>
- <location filename="downloadmanager.cpp" line="751"/>
+ <location filename="downloadmanager.cpp" line="735"/>
+ <location filename="downloadmanager.cpp" line="756"/>
+ <location filename="downloadmanager.cpp" line="773"/>
+ <location filename="downloadmanager.cpp" line="782"/>
+ <location filename="downloadmanager.cpp" line="796"/>
+ <location filename="downloadmanager.cpp" line="806"/>
+ <location filename="downloadmanager.cpp" line="816"/>
+ <location filename="downloadmanager.cpp" line="826"/>
+ <location filename="downloadmanager.cpp" line="841"/>
+ <location filename="downloadmanager.cpp" line="849"/>
+ <location filename="downloadmanager.cpp" line="858"/>
+ <location filename="downloadmanager.cpp" line="868"/>
+ <location filename="downloadmanager.cpp" line="883"/>
<source>invalid index</source>
<translation>無效的索引</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="414"/>
+ <location filename="downloadmanager.cpp" line="489"/>
<source>failed to delete %1</source>
<translation>無法刪除 %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="420"/>
+ <location filename="downloadmanager.cpp" line="495"/>
<source>failed to delete meta file for %1</source>
<translation>無法從 %1 中刪除 mate 檔案</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="496"/>
- <location filename="downloadmanager.cpp" line="514"/>
- <location filename="downloadmanager.cpp" line="527"/>
- <location filename="downloadmanager.cpp" line="544"/>
- <location filename="downloadmanager.cpp" line="555"/>
- <location filename="downloadmanager.cpp" line="590"/>
+ <location filename="downloadmanager.cpp" line="571"/>
+ <location filename="downloadmanager.cpp" line="589"/>
+ <location filename="downloadmanager.cpp" line="602"/>
+ <location filename="downloadmanager.cpp" line="622"/>
+ <location filename="downloadmanager.cpp" line="633"/>
+ <location filename="downloadmanager.cpp" line="673"/>
<source>invalid index %1</source>
<translation>無效的索引 %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="607"/>
+ <location filename="downloadmanager.cpp" line="640"/>
+ <source>No known download urls. Sorry, this download can&apos;t be resumed.</source>
+ <translation>沒有已知的下載url。抱歉,無法回復這個下載。</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="695"/>
<source>Please enter the nexus mod id</source>
<translation>請輸入N網 Mod ID</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="607"/>
+ <location filename="downloadmanager.cpp" line="695"/>
<source>Mod ID:</source>
<translation>Mod ID:</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="986"/>
+ <location filename="downloadmanager.cpp" line="744"/>
+ <source>Main</source>
+ <translation>主要檔案</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="745"/>
+ <source>Update</source>
+ <translation>更新</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="746"/>
+ <source>Optional</source>
+ <translation>可選檔案</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="747"/>
+ <source>Old</source>
+ <translation>舊檔</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="748"/>
+ <source>Misc</source>
+ <translation>雜項</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="749"/>
+ <source>Unknown</source>
+ <translation>未知</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="999"/>
+ <source>Memory allocation error (in processing progress event).</source>
+ <translation>記憶體分配錯誤(於處理程序時)。</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1012"/>
+ <source>Memory allocation error (in processing downloaded data).</source>
+ <translation>記憶體分配錯誤(於處理已下載資料時)。</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1141"/>
<source>Information updated</source>
<translation>訊息已更新</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="988"/>
- <location filename="downloadmanager.cpp" line="1002"/>
+ <location filename="downloadmanager.cpp" line="1143"/>
+ <location filename="downloadmanager.cpp" line="1157"/>
<source>No matching file found on Nexus! Maybe this file is no longer available or it was renamed?</source>
<translation>無法在N網上找到匹配的檔案!也許這個檔案已經不存在了或是它改名了?</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="990"/>
+ <location filename="downloadmanager.cpp" line="1145"/>
<source>No file on Nexus matches the selected file by name. Please manually choose the correct one.</source>
<translation>所選的檔案無法在N網上找到可匹配的項目,請手動選擇正確的一個。</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1127"/>
+ <location filename="downloadmanager.cpp" line="1285"/>
<source>No download server available. Please try again later.</source>
<translation>沒有可用的下載伺服器,請稍後再嘗試下載。</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1169"/>
+ <location filename="downloadmanager.cpp" line="1328"/>
<source>Failed to request file info from nexus: %1</source>
<translation>無法在N網上請求檔案訊息: %1</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1193"/>
+ <location filename="downloadmanager.cpp" line="1356"/>
+ <source>Download failed. Server reported: %1</source>
+ <translation>下載失敗。伺服器回報: %1</translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1358"/>
<source>Download failed: %1 (%2)</source>
<translation>下載失敗: %1 (%2)</translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1272"/>
+ <location filename="downloadmanager.cpp" line="1457"/>
<source>failed to re-open %1</source>
<translation>無法重新開啟 %1</translation>
</message>
@@ -759,7 +907,7 @@ Right now the only case I know of where this needs to be overwritten is for the
<message>
<location filename="editexecutablesdialog.ui" line="169"/>
<location filename="editexecutablesdialog.ui" line="172"/>
- <location filename="editexecutablesdialog.cpp" line="220"/>
+ <location filename="editexecutablesdialog.cpp" line="258"/>
<source>If checked, MO will be closed once the specified executable is run.</source>
<translation>如果選中,那麼 MO 將在指定的程式運行後關閉。</translation>
</message>
@@ -776,7 +924,7 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="editexecutablesdialog.ui" line="188"/>
- <location filename="editexecutablesdialog.cpp" line="190"/>
+ <location filename="editexecutablesdialog.cpp" line="196"/>
<source>Add</source>
<translation>添加</translation>
</message>
@@ -792,47 +940,64 @@ Right now the only case I know of where this needs to be overwritten is for the
<translation>移除</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="119"/>
+ <location filename="editexecutablesdialog.ui" line="233"/>
+ <source>Close</source>
+ <translation>關閉</translation>
+ </message>
+ <message>
+ <location filename="editexecutablesdialog.cpp" line="125"/>
<source>Select a binary</source>
<translation>選擇一個可執行檔案</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="119"/>
+ <location filename="editexecutablesdialog.cpp" line="125"/>
<source>Executable (%1)</source>
<translation>可執行程式 (%1)</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="143"/>
+ <location filename="editexecutablesdialog.cpp" line="149"/>
<source>Java (32-bit) required</source>
- <translation type="unfinished"/>
+ <translation>需要Java (32位元)</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="144"/>
+ <location filename="editexecutablesdialog.cpp" line="150"/>
<source>MO requires 32-bit java to run this application. If you already have it installed, select javaw.exe from that installation as the binary.</source>
- <translation type="unfinished"/>
+ <translation>MO需要32位元java來執行這個程式。如果你已經安裝了,選擇那個安裝下的binary中的javaw.exe。</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="160"/>
+ <location filename="editexecutablesdialog.cpp" line="166"/>
<source>Select a directory</source>
<translation>選擇一個目錄</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="169"/>
+ <location filename="editexecutablesdialog.cpp" line="175"/>
<source>Confirm</source>
<translation>確認</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="169"/>
- <source>Really remove "%1" from executables?</source>
- <translation>真的要从程式列表中移除 "%1" 吗?</translation>
+ <location filename="editexecutablesdialog.cpp" line="175"/>
+ <source>Really remove &quot;%1&quot; from executables?</source>
+ <translation>真的要从程式列表中移除 &quot;%1&quot; 吗?</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="194"/>
+ <location filename="editexecutablesdialog.cpp" line="200"/>
<source>Modify</source>
<translation>更改</translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="217"/>
+ <location filename="editexecutablesdialog.cpp" line="230"/>
+ <location filename="editexecutablesdialog.cpp" line="278"/>
+ <source>Save Changes?</source>
+ <translation>儲存修改?</translation>
+ </message>
+ <message>
+ <location filename="editexecutablesdialog.cpp" line="231"/>
+ <location filename="editexecutablesdialog.cpp" line="279"/>
+ <source>You made changes to the current executable, do you want to save them?</source>
+ <translation>你對現在的可執行檔案做出了改變,你想要保存它們嗎?</translation>
+ </message>
+ <message>
+ <location filename="editexecutablesdialog.cpp" line="255"/>
<source>MO must be kept running or this application will not work correctly.</source>
<translation>MO 必須持續運行,否則該程式將無法正常工作。</translation>
</message>
@@ -903,8 +1068,8 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="81"/>
- <source>&lt;a href="#"&gt;Link&lt;/a&gt;</source>
- <translation>&lt;a href="#"&gt;連結&lt;/a&gt;</translation>
+ <source>&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;</source>
+ <translation>&lt;a href=&quot;#&quot;&gt;連結&lt;/a&gt;</translation>
</message>
<message>
<location filename="fomodinstallerdialog.ui" line="160"/>
@@ -937,7 +1102,7 @@ Right now the only case I know of where this needs to be overwritten is for the
<message>
<location filename="installdialog.ui" line="32"/>
<source>New Mod</source>
- <translation>新增</translation>
+ <translation>新增 Mod</translation>
</message>
<message>
<location filename="installdialog.ui" line="46"/>
@@ -951,7 +1116,7 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="installdialog.ui" line="56"/>
- <source>Pick a name for the mod. This is also used as a directory name, so please don't use characters that are illegal in file names.</source>
+ <source>Pick a name for the mod. This is also used as a directory name, so please don&apos;t use characters that are illegal in file names.</source>
<translation>輸入一個 Mod 的名稱,這也將作為一個目錄的名稱,因此請不要使用非法字符。</translation>
</message>
<message>
@@ -966,39 +1131,39 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="installdialog.ui" line="78"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This displays the content of the archive. &amp;lt;data&amp;gt; represents the base directory which will map to the game's data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;amp;drop&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This displays the content of the archive. &amp;lt;data&amp;gt; represents the base directory which will map to the game&apos;s data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;amp;drop&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;這裡顯示了该壓縮包中的內容,&amp;lt;data&amp;gt; 將被作為映射到遊戲 Data 目錄的基本目錄,您可以通過右鍵菜單來改變基本目錄並使用拖放來移動檔案。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;這裡顯示了该壓縮包中的內容,&amp;lt;data&amp;gt; 將被作為映射到遊戲 Data 目錄的基本目錄,您可以通過右鍵菜單來改變基本目錄並使用拖放來移動檔案。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="installdialog.ui" line="121"/>
<source>Placeholder</source>
- <translation>占位符</translation>
+ <translation>預留位置</translation>
</message>
<message>
<location filename="installdialog.ui" line="141"/>
<source>OK</source>
- <translation type="unfinished">確定</translation>
+ <translation>確定</translation>
</message>
<message>
<location filename="installdialog.ui" line="148"/>
<source>Cancel</source>
- <translation type="unfinished">取消</translation>
+ <translation>取消</translation>
</message>
</context>
<context>
<name>InstallationManager</name>
<message>
<location filename="installationmanager.cpp" line="76"/>
- <source>archive.dll not loaded: "%1"</source>
- <translation type="unfinished"/>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation>archive.dll 並未載入: &quot;%1&quot;</translation>
</message>
<message>
<location filename="installationmanager.cpp" line="98"/>
@@ -1013,87 +1178,87 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="installationmanager.cpp" line="164"/>
<location filename="installationmanager.cpp" line="248"/>
- <location filename="installationmanager.cpp" line="529"/>
+ <location filename="installationmanager.cpp" line="532"/>
<source>Extracting files</source>
<translation>正在解壓檔案</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="439"/>
+ <location filename="installationmanager.cpp" line="441"/>
<source>failed to create backup</source>
- <translation type="unfinished"/>
+ <translation>產生備份失敗</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="448"/>
+ <location filename="installationmanager.cpp" line="450"/>
<source>Mod Name</source>
- <translation type="unfinished"/>
+ <translation>Mod 名稱</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="448"/>
+ <location filename="installationmanager.cpp" line="450"/>
<source>Name</source>
- <translation type="unfinished">名稱</translation>
+ <translation>名稱</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="501"/>
+ <location filename="installationmanager.cpp" line="503"/>
<source>Invalid name</source>
- <translation type="unfinished"/>
+ <translation>無效的名稱</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="502"/>
+ <location filename="installationmanager.cpp" line="504"/>
<source>The name you entered is invalid, please enter a different one.</source>
- <translation type="unfinished"/>
+ <translation>你輸入的名稱是無效的,請輸入不同的名稱。</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="609"/>
- <source>File format "%1" not supported</source>
- <translation>暫不支持檔案格式: "%1"</translation>
+ <location filename="installationmanager.cpp" line="612"/>
+ <source>File format &quot;%1&quot; not supported</source>
+ <translation>暫不支持檔案格式: &quot;%1&quot;</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="735"/>
+ <location filename="installationmanager.cpp" line="745"/>
<source>None of the available installer plugins were able to handle that archive</source>
- <translation type="unfinished"/>
+ <translation>沒有任何可用的安裝插件能夠處理那個壓縮檔</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="745"/>
+ <location filename="installationmanager.cpp" line="755"/>
<source>no error</source>
<translation>沒有錯誤</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="748"/>
+ <location filename="installationmanager.cpp" line="758"/>
<source>7z.dll not found</source>
<translation>未找到 7z.dll</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="751"/>
- <source>7z.dll isn't valid</source>
+ <location filename="installationmanager.cpp" line="761"/>
+ <source>7z.dll isn&apos;t valid</source>
<translation>無效的 7z.dll</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="754"/>
+ <location filename="installationmanager.cpp" line="764"/>
<source>archive not found</source>
<translation>未找到壓縮包</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="757"/>
+ <location filename="installationmanager.cpp" line="767"/>
<source>failed to open archive</source>
<translation>無法開啟壓縮包</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="760"/>
+ <location filename="installationmanager.cpp" line="770"/>
<source>unsupported archive type</source>
<translation>不支持的壓縮包類型</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="763"/>
+ <location filename="installationmanager.cpp" line="773"/>
<source>internal library error</source>
<translation>內部庫錯誤</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="766"/>
+ <location filename="installationmanager.cpp" line="776"/>
<source>archive invalid</source>
<translation>無效的壓縮包</translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="770"/>
+ <location filename="installationmanager.cpp" line="780"/>
<source>unknown archive error</source>
<translation>未知壓縮包錯誤</translation>
</message>
@@ -1107,7 +1272,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="lockeddialog.ui" line="20"/>
- <source>This dialog should disappear automatically if the application/game is done. Click unlock if it didn't.</source>
+ <source>This dialog should disappear automatically if the application/game is done. Click unlock if it didn&apos;t.</source>
<translation>當程式或遊戲結束後此對話方塊將自動消失,如果沒有請點擊解鎖。</translation>
</message>
<message>
@@ -1116,7 +1281,7 @@ p, li { white-space: pre-wrap; }
<translation>程式運行時 MO 將被鎖定。</translation>
</message>
<message>
- <location filename="lockeddialog.ui" line="51"/>
+ <location filename="lockeddialog.ui" line="54"/>
<source>Unlock</source>
<translation>解鎖</translation>
</message>
@@ -1124,7 +1289,7 @@ p, li { white-space: pre-wrap; }
<context>
<name>LogBuffer</name>
<message>
- <location filename="logbuffer.cpp" line="72"/>
+ <location filename="logbuffer.cpp" line="83"/>
<source>failed to write log to %1: %2</source>
<translation>無法生成日誌到 %1: %2</translation>
</message>
@@ -1132,1324 +1297,1576 @@ p, li { white-space: pre-wrap; }
<context>
<name>MOApplication</name>
<message>
- <location filename="moapplication.cpp" line="68"/>
+ <location filename="moapplication.cpp" line="115"/>
<source>an error occured: %1</source>
- <translation type="unfinished">發生錯誤: %1</translation>
+ <translation>發生錯誤: %1</translation>
</message>
<message>
- <location filename="moapplication.cpp" line="73"/>
+ <location filename="moapplication.cpp" line="120"/>
<source>an error occured</source>
- <translation type="unfinished">發生錯誤</translation>
+ <translation>發生錯誤</translation>
</message>
</context>
<context>
<name>MainWindow</name>
<message>
- <location filename="mainwindow.ui" line="42"/>
- <location filename="mainwindow.ui" line="383"/>
+ <location filename="mainwindow.ui" line="43"/>
+ <location filename="mainwindow.ui" line="482"/>
<source>Categories</source>
<translation>種類</translation>
</message>
<message>
+ <location filename="mainwindow.ui" line="97"/>
+ <source>Click blank area to deselect</source>
+ <translation>點擊空白區域以取消選擇</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="116"/>
+ <source>If checked, only mods that match all selected categories are displayed.</source>
+ <translation>如果打勾,符合所有選擇的類別的mod會被顯示。</translation>
+ </message>
+ <message>
<location filename="mainwindow.ui" line="119"/>
- <source>Profile</source>
- <translation type="unfinished">配置檔案</translation>
+ <source>And</source>
+ <translation>以及</translation>
</message>
<message>
<location filename="mainwindow.ui" line="129"/>
- <source>Pick a module collection</source>
- <translation type="unfinished">選擇一個配置檔案</translation>
+ <source>If checked, all mods that match at least one of the selected categories are displayed.</source>
+ <translation>如果打勾,符合至少一項選擇的類別的mod會被顯示。</translation>
</message>
<message>
<location filename="mainwindow.ui" line="132"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>Or</source>
+ <translation>或者</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="171"/>
+ <source>Profile</source>
+ <translation>配置檔案</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="181"/>
+ <source>Pick a module collection</source>
+ <translation>選擇一個配置檔案</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="184"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Please note that right now your esp load order is not kept seperate for different profiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Please note that right now your esp load order is not kept seperate for different profiles.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;在這裡建立配置檔案,每個配置檔案都包含了它們自己的 Mod 和 esp 的激活方案。這樣您就可以通過快速切換設定來體驗不同的遊戲歷程了。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;請注意: 當前您的配置檔案的 esp 加載順序並不是分開儲存的。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;在這裡建立配置檔案,每個配置檔案都包含了它們自己的 Mod 和 esp 的啟動方案。這樣您就可以通過快速切換設定來體驗不同的遊戲歷程了。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;請注意: 當前您的配置檔案的 esp 載入順序並不是分開儲存的。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="150"/>
- <source>Refresh list</source>
- <translation type="unfinished">重新整理列表</translation>
+ <location filename="mainwindow.ui" line="215"/>
+ <source>Open list options...</source>
+ <translation>打開名單選項...</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="153"/>
+ <location filename="mainwindow.ui" line="218"/>
<source>Refresh list. This is usually not necessary unless you modified data outside the program.</source>
- <translation type="unfinished">重新整理列表,這通常不是必須的,除非您在程式之外修改了檔案的數據。</translation>
+ <translation>重新整理列表,除非您在程式之外修改了檔案的資料,否則這通常是不必要的。</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="238"/>
+ <location filename="mainwindow.ui" line="739"/>
+ <source>Restore Backup...</source>
+ <translation>回復備份...</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="252"/>
+ <location filename="mainwindow.ui" line="759"/>
+ <source>Create Backup</source>
+ <translation>產生備份</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="269"/>
+ <location filename="mainwindow.ui" line="368"/>
<source>List of available mods.</source>
- <translation type="unfinished"/>
+ <translation>可用 Mod 名單</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="272"/>
- <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag &amp; drop mods to change their "installation" orders.</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.ui" line="371"/>
+ <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag &amp; drop mods to change their &quot;installation&quot; orders.</source>
+ <translation>這是已安裝的 Mod 名單。使用複選框來啟動/關閉 Mod 並拖曳 Mod 來改變它們的&quot;安裝&quot;順序。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="357"/>
+ <location filename="mainwindow.ui" line="456"/>
<source>Filter</source>
- <translation type="unfinished">過濾器</translation>
+ <translation>篩選</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="378"/>
+ <location filename="mainwindow.ui" line="477"/>
<source>No groups</source>
- <translation type="unfinished"/>
+ <translation>無群組</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="388"/>
+ <location filename="mainwindow.ui" line="487"/>
<source>Nexus IDs</source>
<translation>N網 ID</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="396"/>
- <location filename="mainwindow.ui" line="713"/>
- <location filename="mainwindow.ui" line="990"/>
+ <location filename="mainwindow.ui" line="495"/>
+ <location filename="mainwindow.ui" line="876"/>
+ <location filename="mainwindow.ui" line="1220"/>
<source>Namefilter</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="431"/>
+ <location filename="mainwindow.ui" line="530"/>
<source>Pick a program to run.</source>
- <translation type="unfinished">選擇要運行的程式。</translation>
+ <translation>選擇要執行的程式。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="434"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="533"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Choose the program to run. Once you start using ModOrganizer, you should always run your game and tools from here or through shortcuts created here, otherwise mods installed through MO will not be visible.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;You can add new Tools to this list, but I can't promise tools I haven't tested will work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Choose the program to run. Once you start using ModOrganizer, you should always run your game and tools from here or through shortcuts created here, otherwise mods installed through MO will not be visible.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;You can add new Tools to this list, but I can&apos;t promise tools I haven&apos;t tested will work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;選擇要運行的程式。一旦您開始使用 Mod Organizer,您應該始終從這裡或通過在這裡建立的捷徑來運行您的遊戲和工具,否則任何經由 MO 安裝的 Mod 都會變得不可見。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;您可以添加新的工具到此列表中,但我不能保證一些我沒有測試過的工具能够正常工作。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;選擇要執行的程式。一旦您開始使用 Mod Organizer,您應該始終從這裡或通過在這裡建立的捷徑來運行您的遊戲和工具,否則任何經由 MO 安裝的 Mod 都會變得不可見。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;您可以添加新的工具到此列表中,但我不能保證一些我沒有測試過的工具能夠正常工作。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="482"/>
+ <location filename="mainwindow.ui" line="581"/>
<source>Run program</source>
- <translation type="unfinished">運行程式</translation>
+ <translation>執行程式</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="485"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="584"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Run the selected program with ModOrganizer enabled.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Run the selected program with ModOrganizer enabled.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;在 Mod Organizer 啟用的狀態下運行指定的程式。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;在 Mod Organizer 啟用的狀態下執行指定的程式。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="495"/>
+ <location filename="mainwindow.ui" line="594"/>
<source>Run</source>
- <translation type="unfinished">運行</translation>
+ <translation>執行</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="536"/>
+ <location filename="mainwindow.ui" line="635"/>
<source>Create a shortcut in your start menu or on the desktop to the specified program</source>
- <translation type="unfinished"/>
+ <translation>為特定的程式在開始功能列或桌面上產生一個捷徑</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="539"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="638"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This creates a start menu shortcut that directly starts the selected program with the MO active.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This creates a start menu shortcut that directly starts the selected program with the MO active.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;建立一個開始菜單捷徑,使您可以直接在 MO 激活狀態下運行指定的程式。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;建立一個開始功能列捷徑,使您可以直接在 MO 啟動狀態下執行指定的程式。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="546"/>
+ <location filename="mainwindow.ui" line="645"/>
<source>Shortcut</source>
- <translation type="unfinished"/>
+ <translation>捷徑</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="660"/>
+ <location filename="mainwindow.ui" line="695"/>
+ <source>Plugins</source>
+ <translation>插件</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="715"/>
+ <source>Sort</source>
+ <translation>排序</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="821"/>
<source>List of available esp/esm files</source>
- <translation type="unfinished">可用 esp 或 esm 檔案的列表</translation>
+ <translation>可用 esp/esm 檔案名單</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="663"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="824"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.&lt;br /&gt;There is a great tool named &amp;quot;BOSS&amp;quot; to automatically sort these files.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.&lt;br /&gt;There is a great tool named &amp;quot;BOSS&amp;quot; to automatically sort these files.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;這個列表中包含了位于已激活 Mod 裡的 esp 和 esm 檔案。這些檔案都需要它們自己的加載順序,您可以使用拖放來修改加載順序。請注意: MO 將只儲存已激活或已勾選狀態的 Mod 的加載順序。&lt;br /&gt;有個非常棒的工具叫作 &amp;quot;BOSS&amp;quot;,它可以自動對這些檔案進行排序。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;這個列表中包含了位於已啟動 Mod 裡的 esp 和 esm 檔案。這些檔案都需要它們自己的載入順序,您可以拖曳來修改載入順序。請注意: MO 將只儲存已啟動或已勾選狀態的 Mod 的載入順序。&lt;br /&gt;有個非常棒的工具叫作 &quot;BOSS&quot;,它可以自動對這些檔案進行排序。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="886"/>
+ <source>Archives</source>
+ <translation>壓縮包</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="916"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;BSAs are bundles of game assets (textures, scripts, ...). By default, the engine loads these bundles in a separate step from loose files. MO can manage those archives to align their load order with that of loose files:&lt;/p&gt;&lt;p&gt;If archives are &lt;span style=&quot; font-weight:600;&quot;&gt;managed&lt;/span&gt;, their load order is specified by the priority of the corresponding mod (left pane), the same as the loose files. You can manually enable any BSA that has no corresponding plugin active.&lt;br/&gt;&lt;/p&gt;&lt;p&gt;If archives are &lt;span style=&quot; font-weight:600;&quot;&gt;not managed&lt;/span&gt; their load order is specified by the priority of the corresponding plugin (right pane, plugins tab). You can then not manually enable BSAs where the plugin isn&apos;t active.&lt;/p&gt;&lt;p&gt;In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;BSA 檔案是遊戲資源的包裹(材質、腳本......)。預設情況下,遊戲引擎自分散的檔案中分別載入這些包裹。MO 可以透過分散的檔案來管理這些壓縮包以調整它們的載入順序:&lt;/p&gt;&lt;p&gt;如果壓縮包&lt;span style=&quot; font-weight:600;&quot;&gt;有被管理&lt;/span&gt;,它們的載入順序是被對應的 Mod(左側的面板)決定其優先程度,分散的檔案也是如此。您可以手動啟用任何沒有對應插件於啟動狀態的 BSA 檔案。&lt;br/&gt;&lt;/p&gt;&lt;p&gt;如果壓縮包 &lt;span style=&quot; font-weight:600;&quot;&gt;沒有被管理&lt;/span&gt;,它們的載入順序是被對應的插件(右側的面板,插件選項)決定其優先程度。您就不可以手動啟用沒有插件於啟動狀態的 BSA 檔案。&lt;/p&gt;&lt;p&gt;在兩種狀況下您都不可以關閉有對應插件的壓縮包,遊戲仍然會載入它們。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="919"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Have MO manage archives (&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;read more&lt;/span&gt;&lt;/a&gt;)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.ui" line="733"/>
+ <location filename="mainwindow.ui" line="934"/>
<source>List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order.</source>
- <translation type="unfinished">可用 BSA 檔案的列表。未勾選的項目不會被 MO 管理並且會忽略安裝順序。</translation>
+ <translation>可用 BSA 檔案的列表。未勾選的項目不會被 MO 管理並且會忽略安裝順序。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="736"/>
- <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they "compete" with loose files in your data directory over which is loaded.
+ <location filename="mainwindow.ui" line="937"/>
+ <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they &quot;compete&quot; with loose files in your data directory over which is loaded.
By default, BSAs that share their base name with an enabled ESP (i.e. plugin.esp and plugin.bsa) are automatically loaded and will have precedence over all loose files, the installation order you set up to the left is then ignored!
BSAs checked here are loaded in such a way that your installation order is obeyed properly.</source>
- <translation type="unfinished">BSA 檔案是 Bethesda 專用的壓縮包檔案 (區別於 .zip 檔案),裡面包含了遊戲所用的 Data 內的檔案 (meshes, textures 等)。這與 Data 目錄裡分散的檔案是不同的。
+ <translation>BSA 檔案是 Bethesda 專用的壓縮包檔案 (區別於 .zip 檔案),裡面包含了遊戲所用的 Data 內的檔案 (meshes, textures 等)。這與 Data 目錄裡分散的檔案是不同的。
默認情況下,BSA 檔案的名稱取決於 ESP 插件的名稱 (例: plugins.esp 對應 plugins.bsa)。遊戲運行時,ESP 對應的 BSA 將會自動加載,並且比所有分散的檔案優先級都高,左邊您設定的安裝順序最終會被忽略掉。
-這裡勾選的 BSA 將會依從您的安裝順序,並且會自行調整加載順序。</translation>
+這裡勾選的 BSA 將會依從您的安裝順序,並且會自行調整載入順序。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="782"/>
- <location filename="mainwindow.ui" line="842"/>
+ <location filename="mainwindow.ui" line="983"/>
+ <location filename="mainwindow.ui" line="1042"/>
<source>File</source>
- <translation type="unfinished">檔案</translation>
- </message>
- <message>
- <location filename="mainwindow.ui" line="790"/>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Marked Archives (&lt;img src=":/MO/gui/warning_16"/&gt;) are still loaded on Skyrim but the &lt;a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"&gt;&lt;span style=" text-decoration: underline; color:#0000ff;"&gt;regular file override&lt;/span&gt;&lt;/a&gt; mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished"/>
+ <translation>檔案</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="801"/>
+ <location filename="mainwindow.ui" line="992"/>
<source>Data</source>
- <translation type="unfinished">Data</translation>
+ <translation>資料</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="810"/>
+ <location filename="mainwindow.ui" line="1010"/>
<source>refresh data-directory overview</source>
- <translation type="unfinished">重新整理 Data 目錄總覽</translation>
+ <translation>重新整理 Data 目錄總覽</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="813"/>
+ <location filename="mainwindow.ui" line="1013"/>
<source>Refresh the overview. This may take a moment.</source>
- <translation type="unfinished">重新整理總覽,這可能需要一些時間。</translation>
+ <translation>重新整理總覽,這可能需要一些時間。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="816"/>
- <location filename="mainwindow.cpp" line="3696"/>
- <location filename="mainwindow.cpp" line="4454"/>
+ <location filename="mainwindow.ui" line="1016"/>
+ <location filename="mainwindow.cpp" line="3858"/>
+ <location filename="mainwindow.cpp" line="4738"/>
<source>Refresh</source>
- <translation type="unfinished">重新整理</translation>
+ <translation>重新整理</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="832"/>
+ <location filename="mainwindow.ui" line="1032"/>
<source>This is an overview of your data directory as visible to the game (and tools). </source>
- <translation type="unfinished">這是在遊戲中可見的 Data 目錄 (和工具) 的總覽。</translation>
+ <translation>這是在遊戲中可見的 Data 目錄 (和工具) 的總覽。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="847"/>
+ <location filename="mainwindow.ui" line="1047"/>
<source>Mod</source>
- <translation type="unfinished">Mod</translation>
+ <translation>Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="857"/>
- <location filename="mainwindow.ui" line="860"/>
+ <location filename="mainwindow.ui" line="1057"/>
+ <location filename="mainwindow.ui" line="1060"/>
<source>Filter the above list so that only conflicts are displayed.</source>
- <translation type="unfinished">過濾上面的列表,使您只能看到有衝突的檔案。</translation>
+ <translation>篩選上面的列表,使您只能看到有衝突的檔案。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="863"/>
+ <location filename="mainwindow.ui" line="1063"/>
<source>Show only conflicts</source>
- <translation type="unfinished">只顯示衝突</translation>
+ <translation>只顯示衝突</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="871"/>
+ <location filename="mainwindow.ui" line="1071"/>
<source>Saves</source>
- <translation type="unfinished">存檔</translation>
+ <translation>存檔</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="886"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="mainwindow.ui" line="1095"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a list of all savegames for this game. Hover over a list entry to get detailed information about the save including a list of esps/esms that were used at the time this save was created but aren't active now.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you click &amp;quot;Fix Mods...&amp;quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a list of all savegames for this game. Hover over a list entry to get detailed information about the save including a list of esps/esms that were used at the time this save was created but aren't active now.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you click &amp;quot;Fix Mods...&amp;quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;這是此遊戲所有存檔的列表,將滑鼠懸停在項目上來獲取該存檔的詳細信息,裡面包含了現在沒有被激活但是當存檔被建立時所使用的 esp 或 esm 的清單。&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;如果您在右鍵菜單中點擊“修復 Mod”,那麼 MO 便會嘗試激活所有 Mod 和 esp 來修復那些缺失的 esp,它並不會禁用任何東西!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;這是此遊戲所有存檔的列表,將滑鼠懸停在項目上來獲取該存檔的詳細信息,裡面包含了現在沒有被啟動但是當存檔被建立時所使用的 esp 或 esm 的清單。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;如果您在右鍵選項中點擊“修復 Mod”,那麼 MO 便會嘗試啟動所有 Mod 和 esp 來修復那些缺失的 esp,它並不會禁用任何東西!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="900"/>
+ <location filename="mainwindow.ui" line="1115"/>
<source>Downloads</source>
- <translation type="unfinished">下載</translation>
+ <translation>下載</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="923"/>
+ <location filename="mainwindow.ui" line="1147"/>
<source>This is a list of mods you downloaded from Nexus. Double click one to install it.</source>
- <translation type="unfinished">這是當前已下載的 Mod 的列表,雙擊進行安裝。</translation>
+ <translation>這是自N網下載的 Mod 的列表,雙擊進行安裝。</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="976"/>
- <source>Compact</source>
- <translation type="unfinished">緊湊</translation>
- </message>
- <message>
- <location filename="mainwindow.ui" line="983"/>
+ <location filename="mainwindow.ui" line="1200"/>
<source>Show Hidden</source>
- <translation type="unfinished"/>
+ <translation>顯示隱藏</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1014"/>
+ <location filename="mainwindow.ui" line="1262"/>
<source>Tool Bar</source>
- <translation type="unfinished">工具欄</translation>
+ <translation>工具欄</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1056"/>
+ <location filename="mainwindow.ui" line="1304"/>
<source>Install Mod</source>
- <translation type="unfinished">安裝 Mod</translation>
+ <translation>安裝 Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1059"/>
+ <location filename="mainwindow.ui" line="1307"/>
<source>Install &amp;Mod</source>
- <translation type="unfinished">安裝 &amp;Mod</translation>
+ <translation>安裝 &amp;Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1062"/>
+ <location filename="mainwindow.ui" line="1310"/>
<source>Install a new mod from an archive</source>
- <translation type="unfinished">通過壓縮包來安裝一個新 Mod</translation>
+ <translation>通過壓縮包來安裝一個新 Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1065"/>
+ <location filename="mainwindow.ui" line="1313"/>
<source>Ctrl+M</source>
- <translation type="unfinished">Ctrl+M</translation>
+ <translation>Ctrl+M</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1074"/>
+ <location filename="mainwindow.ui" line="1322"/>
<source>Profiles</source>
- <translation type="unfinished">配置檔案</translation>
+ <translation>配置檔案</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1077"/>
+ <location filename="mainwindow.ui" line="1325"/>
<source>&amp;Profiles</source>
- <translation type="unfinished">&amp;配置檔案</translation>
+ <translation>&amp;配置檔案</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1080"/>
+ <location filename="mainwindow.ui" line="1328"/>
<source>Configure Profiles</source>
- <translation type="unfinished">設定配置檔案</translation>
+ <translation>設定配置檔案</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1083"/>
+ <location filename="mainwindow.ui" line="1331"/>
<source>Ctrl+P</source>
- <translation type="unfinished">Ctrl+P</translation>
+ <translation>Ctrl+P</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1092"/>
+ <location filename="mainwindow.ui" line="1340"/>
<source>Executables</source>
- <translation type="unfinished">可執行程式</translation>
+ <translation>可執行程式</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1095"/>
+ <location filename="mainwindow.ui" line="1343"/>
<source>&amp;Executables</source>
- <translation type="unfinished">&amp;可執行程式</translation>
+ <translation>&amp;可執行程式</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1098"/>
+ <location filename="mainwindow.ui" line="1346"/>
<source>Configure the executables that can be started through Mod Organizer</source>
- <translation type="unfinished">配置可通過 MO 來啟動的程式</translation>
+ <translation>配置可透過 Mod Organizer 來啟動的程式</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1101"/>
+ <location filename="mainwindow.ui" line="1349"/>
<source>Ctrl+E</source>
- <translation type="unfinished">Ctrl+E</translation>
+ <translation>Ctrl+E</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1110"/>
- <location filename="mainwindow.ui" line="1116"/>
+ <location filename="mainwindow.ui" line="1358"/>
+ <location filename="mainwindow.ui" line="1364"/>
<source>Tools</source>
- <translation type="unfinished"/>
+ <translation>工具</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1113"/>
+ <location filename="mainwindow.ui" line="1361"/>
<source>&amp;Tools</source>
- <translation type="unfinished"/>
+ <translation>&amp;工具</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1119"/>
+ <location filename="mainwindow.ui" line="1367"/>
<source>Ctrl+I</source>
- <translation type="unfinished">Ctrl+I</translation>
+ <translation>Ctrl+I</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1128"/>
+ <location filename="mainwindow.ui" line="1376"/>
<source>Settings</source>
- <translation type="unfinished">設定</translation>
+ <translation>設定</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1131"/>
+ <location filename="mainwindow.ui" line="1379"/>
<source>&amp;Settings</source>
- <translation type="unfinished">&amp;設定</translation>
+ <translation>&amp;設定</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1134"/>
+ <location filename="mainwindow.ui" line="1382"/>
<source>Configure settings and workarounds</source>
- <translation type="unfinished">配置設定和解決方案</translation>
+ <translation>配置設定和解決方案</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1137"/>
+ <location filename="mainwindow.ui" line="1385"/>
<source>Ctrl+S</source>
- <translation type="unfinished">Ctrl+S</translation>
+ <translation>Ctrl+S</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1146"/>
+ <location filename="mainwindow.ui" line="1394"/>
<source>Nexus</source>
- <translation type="unfinished">N網</translation>
+ <translation>N網</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1149"/>
+ <location filename="mainwindow.ui" line="1397"/>
<source>Search nexus network for more mods</source>
- <translation type="unfinished">搜尋N網以獲取更多 Mod</translation>
+ <translation>搜尋N網以獲取更多 Mod</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1152"/>
+ <location filename="mainwindow.ui" line="1400"/>
<source>Ctrl+N</source>
- <translation type="unfinished">Ctrl+N</translation>
+ <translation>Ctrl+N</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1164"/>
- <location filename="mainwindow.cpp" line="4402"/>
+ <location filename="mainwindow.ui" line="1412"/>
+ <location filename="mainwindow.cpp" line="4679"/>
<source>Update</source>
- <translation type="unfinished">更新</translation>
+ <translation>更新</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1167"/>
+ <location filename="mainwindow.ui" line="1415"/>
<source>Mod Organizer is up-to-date</source>
- <translation type="unfinished">Mod Organizer 現在是最新版本</translation>
+ <translation>Mod Organizer 現在是最新版本</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1179"/>
- <location filename="mainwindow.cpp" line="498"/>
+ <location filename="mainwindow.ui" line="1427"/>
+ <location filename="mainwindow.cpp" line="573"/>
<source>No Problems</source>
- <translation type="unfinished">沒有問題</translation>
+ <translation>沒有問題</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1182"/>
+ <location filename="mainwindow.ui" line="1430"/>
<source>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them.
!Work in progress!
Right now this has very limited functionality</source>
- <translation type="unfinished">如果 MO 檢測到您的安裝中存在潛在的問題,那麼此按鈕將會高亮顯示,同時 MO 也會給您相應的修復提示。
+ <translation>如果 MO 檢測到您的安裝中存在潛在的問題,那麼此按鈕將會高亮顯示,同時 MO 也會給您相應的修復提示。
!此功能尚未完善!
當前此功能所能提供的項目非常有限</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1194"/>
- <location filename="mainwindow.ui" line="1197"/>
+ <location filename="mainwindow.ui" line="1442"/>
+ <location filename="mainwindow.ui" line="1445"/>
<source>Help</source>
- <translation type="unfinished">幫助</translation>
+ <translation>幫助</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1200"/>
+ <location filename="mainwindow.ui" line="1448"/>
<source>Ctrl+H</source>
- <translation type="unfinished">Ctrl+M</translation>
+ <translation>Ctrl+M</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1209"/>
+ <location filename="mainwindow.ui" line="1457"/>
<source>Endorse MO</source>
- <translation type="unfinished"/>
+ <translation>贊同 MO</translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1212"/>
- <location filename="mainwindow.cpp" line="4483"/>
+ <location filename="mainwindow.ui" line="1460"/>
+ <location filename="mainwindow.cpp" line="4761"/>
<source>Endorse Mod Organizer</source>
- <translation type="unfinished"/>
+ <translation>贊同 Mod Organizer</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="1465"/>
+ <source>Copy Log to Clipboard</source>
+ <translation>複製紀錄到剪貼簿上</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="1468"/>
+ <source>Ctrl+C</source>
+ <translation>Ctrl+C</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="215"/>
+ <location filename="mainwindow.cpp" line="255"/>
<source>Toolbar</source>
- <translation type="unfinished">工具欄</translation>
+ <translation>工具欄</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="216"/>
+ <location filename="mainwindow.cpp" line="256"/>
<source>Desktop</source>
- <translation type="unfinished"/>
+ <translation>桌面</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="217"/>
+ <location filename="mainwindow.cpp" line="257"/>
<source>Start Menu</source>
- <translation type="unfinished"/>
+ <translation>開始功能列</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="494"/>
+ <location filename="mainwindow.cpp" line="561"/>
<source>Problems</source>
- <translation type="unfinished">問題</translation>
+ <translation>問題</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="495"/>
+ <location filename="mainwindow.cpp" line="562"/>
<source>There are potential problems with your setup</source>
- <translation type="unfinished">您的安裝中存在潛在的問題</translation>
+ <translation>您的安裝中存在潛在的問題</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="499"/>
+ <location filename="mainwindow.cpp" line="574"/>
<source>Everything seems to be in order</source>
- <translation type="unfinished">一切井然有序</translation>
+ <translation>一切看來井然有序</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="551"/>
+ <location filename="mainwindow.cpp" line="635"/>
<source>Help on UI</source>
- <translation type="unfinished">介面幫助</translation>
+ <translation>使用者介面幫助</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="555"/>
+ <location filename="mainwindow.cpp" line="639"/>
<source>Documentation Wiki</source>
- <translation type="unfinished">說明文檔 (維基)</translation>
+ <translation>說明文檔 (Wiki)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="559"/>
+ <location filename="mainwindow.cpp" line="643"/>
<source>Report Issue</source>
- <translation type="unfinished">報告問題</translation>
+ <translation>回報問題</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="563"/>
+ <location filename="mainwindow.cpp" line="647"/>
<source>Tutorials</source>
- <translation type="unfinished"/>
+ <translation>教學</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="620"/>
- <source>failed to save archives order, do you have write access to "%1"?</source>
- <translation type="unfinished">無法儲存檔案順序,您確定您有權限更改 "%1"?</translation>
+ <location filename="mainwindow.cpp" line="686"/>
+ <source>About</source>
+ <translation>關於</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="690"/>
+ <location filename="mainwindow.cpp" line="687"/>
+ <source>About Qt</source>
+ <translation>關於 Qt</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="782"/>
<source>failed to save load order: %1</source>
- <translation type="unfinished">無法儲存加載順序: %1</translation>
+ <translation>儲存加載順序失敗: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="707"/>
+ <location filename="mainwindow.cpp" line="793"/>
<source>Name</source>
- <translation type="unfinished">名稱</translation>
+ <translation>名稱</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="708"/>
+ <location filename="mainwindow.cpp" line="794"/>
<source>Please enter a name for the new profile</source>
<translation>請為新配置檔案輸入一個名稱</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="716"/>
+ <location filename="mainwindow.cpp" line="802"/>
<source>failed to create profile: %1</source>
- <translation type="unfinished">無法建立配置檔案: %1</translation>
+ <translation>建立配置檔案失敗: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="759"/>
+ <location filename="mainwindow.cpp" line="843"/>
<source>Show tutorial?</source>
- <translation type="unfinished"/>
+ <translation>顯示教學?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="760"/>
- <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the "Help"-menu.</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="844"/>
+ <source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the &quot;Help&quot;-menu.</source>
+ <translation>您正第一次啟動 Mod Organizer。您想要顯示其基本功能的教學嗎?如果你選擇不要,您仍然可以自&quot;幫助&quot;選單開啟教學。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="789"/>
+ <location filename="mainwindow.cpp" line="875"/>
<source>Downloads in progress</source>
- <translation type="unfinished">正在下載</translation>
+ <translation>正在下載</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="790"/>
+ <location filename="mainwindow.cpp" line="876"/>
<source>There are still downloads in progress, do you really want to quit?</source>
- <translation type="unfinished">仍有正在進行中的下載,您確定要退出嗎?</translation>
+ <translation>仍有正在進行中的下載,您確定要退出嗎?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="836"/>
+ <location filename="mainwindow.cpp" line="930"/>
<source>failed to read savegame: %1</source>
- <translation type="unfinished">無法讀取存檔: %1</translation>
+ <translation>讀取存檔失敗: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="960"/>
- <source>Plugin "%1" failed: %2</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="1053"/>
+ <source>Plugin &quot;%1&quot; failed: %2</source>
+ <translation>插件 &quot;%1&quot; 無效: %2</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1055"/>
+ <source>Plugin &quot;%1&quot; failed</source>
+ <translation>插件 &quot;%1&quot; 無效</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1098"/>
+ <source>Download?</source>
+ <translation>下載?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="962"/>
- <source>Plugin "%1" failed</source>
+ <location filename="mainwindow.cpp" line="1099"/>
+ <source>A download has been started but no installed page plugin recognizes it.
+If you download anyway no information (i.e. version) will be associated with the download.
+Continue?</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="1029"/>
+ <location filename="mainwindow.cpp" line="1140"/>
+ <source>Browse Mod Page</source>
+ <translation>瀏覽 Mod 頁面</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="1225"/>
<source>failed to init plugin %1: %2</source>
- <translation type="unfinished"/>
+ <translation>初始化插件 %1 失敗: %2</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1067"/>
+ <location filename="mainwindow.cpp" line="1263"/>
<source>Plugin error</source>
- <translation type="unfinished"/>
+ <translation>插件錯誤</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1068"/>
- <source>It appears the plugin "%1" failed to load last startup and caused MO to crash. Do you want to disable it?
+ <location filename="mainwindow.cpp" line="1264"/>
+ <source>It appears the plugin &quot;%1&quot; failed to load last startup and caused MO to crash. Do you want to disable it?
(Please note: If this is the first time you see this message for this plugin you may want to give it another try. The plugin may be able to recover from the problem)</source>
- <translation type="unfinished"/>
+ <translation>插件 &quot;%1&quot; 在開始時載入失敗並導致 MO 崩潰。您想要關閉它嗎?
+(請注意:如果這是您第一次看到有關這個插件的訊息,您最好再讓它試一次。這個插件可能有辦法自問題中修復。)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1252"/>
- <source>Failed to start "%1"</source>
- <translation type="unfinished">無法啟動 "%1"</translation>
+ <location filename="mainwindow.cpp" line="1323"/>
+ <source>Failed to start &quot;%1&quot;</source>
+ <translation>啟動 &quot;%1&quot; 失敗</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1254"/>
+ <location filename="mainwindow.cpp" line="1325"/>
<source>Waiting</source>
- <translation type="unfinished">稍等</translation>
+ <translation>稍等</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1254"/>
- <source>Please press OK once you're logged into steam.</source>
- <translation type="unfinished">當您登入 Steam 時請點擊確定。</translation>
+ <location filename="mainwindow.cpp" line="1325"/>
+ <source>Please press OK once you&apos;re logged into steam.</source>
+ <translation>當您登入 Steam 後請點擊確定。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1266"/>
- <source>"%1" not found</source>
- <translation type="unfinished">"%1" 未找到</translation>
+ <location filename="mainwindow.cpp" line="1337"/>
+ <source>Executable &quot;%1&quot; not found</source>
+ <translation>找不到可執行程式 &quot;%1&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1280"/>
+ <location filename="mainwindow.cpp" line="1351"/>
<source>Start Steam?</source>
- <translation type="unfinished">啟動 Steam?</translation>
+ <translation>啟動 Steam?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1281"/>
+ <location filename="mainwindow.cpp" line="1352"/>
<source>Steam is required to be running already to correctly start the game. Should MO try to start steam now?</source>
- <translation type="unfinished">想要正確地啟動遊戲,Steam 必須處於運行狀態,MO 要立即啟動 Steam 嗎?</translation>
+ <translation>Steam 必須處於運行狀態以正確地啟動遊戲,MO 要立即啟動 Steam 嗎?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1502"/>
+ <location filename="mainwindow.cpp" line="1572"/>
<source>Also in: &lt;br&gt;</source>
- <translation type="unfinished">也在: &lt;br&gt;</translation>
+ <translation>也在: &lt;br&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1513"/>
+ <location filename="mainwindow.cpp" line="1583"/>
<source>No conflict</source>
- <translation type="unfinished">沒有衝突</translation>
+ <translation>沒有衝突</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1630"/>
+ <location filename="mainwindow.cpp" line="1752"/>
<source>&lt;Edit...&gt;</source>
- <translation type="unfinished">&lt;編輯...&gt;</translation>
+ <translation>&lt;編輯...&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1714"/>
- <source>Failed to refresh list of esps: %s</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="1849"/>
+ <source>Failed to refresh list of esps: %1</source>
+ <translation>重新整理 esp 列表失敗: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1854"/>
+ <location filename="mainwindow.cpp" line="2025"/>
<source>This bsa is enabled in the ini file so it may be required!</source>
- <translation type="unfinished">該 BSA 已在 Ini 檔案中啟用,因此它可能是必需的。</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="1861"/>
- <source>This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order!</source>
- <translation type="unfinished">此檔案還是會被加載,因為存在同名插件。不過它所包含的的檔案不會遵循安裝順序!</translation>
+ <translation>該 BSA 已在 Ini 檔案中啟用,因此它可能是必需的。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1916"/>
+ <location filename="mainwindow.cpp" line="2087"/>
<source>Activating Network Proxy</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2047"/>
- <location filename="mainwindow.cpp" line="4150"/>
- <source>Installation successful</source>
- <translation type="unfinished">安裝成功</translation>
+ <location filename="mainwindow.cpp" line="2201"/>
+ <location filename="mainwindow.cpp" line="2208"/>
+ <source>Failed to write settings</source>
+ <translation>寫入設定失敗</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2058"/>
- <location filename="mainwindow.cpp" line="4163"/>
- <source>Configure Mod</source>
- <translation type="unfinished">配置 Mod</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="2059"/>
- <location filename="mainwindow.cpp" line="4164"/>
- <source>This mod contains ini tweaks. Do you want to configure them now?</source>
- <translation type="unfinished">此 Mod 中包含 Ini 設定檔案,您想現在就對它們進行配置嗎?</translation>
+ <location filename="mainwindow.cpp" line="2202"/>
+ <location filename="mainwindow.cpp" line="2209"/>
+ <source>An error occured trying to write back MO settings: %1</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2065"/>
- <location filename="mainwindow.cpp" line="4170"/>
- <source>mod "%1" not found</source>
- <translation type="unfinished">Mod "%1" 未找到</translation>
+ <location filename="mainwindow.cpp" line="2205"/>
+ <source>File is write protected</source>
+ <translation>檔案是唯獨的狀態</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2068"/>
- <location filename="mainwindow.cpp" line="4176"/>
- <source>Installation cancelled</source>
- <translation type="unfinished">安裝已取消</translation>
+ <location filename="mainwindow.cpp" line="2206"/>
+ <source>Invalid file format (probably a bug)</source>
+ <translation>無效的檔案格式 (可能是 bug)</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2068"/>
- <location filename="mainwindow.cpp" line="4176"/>
- <source>The mod was not installed completely.</source>
- <translation type="unfinished">Mod 沒有完全安裝。</translation>
+ <location filename="mainwindow.cpp" line="2207"/>
+ <source>Unknown error %1</source>
+ <translation>未知錯誤 %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2217"/>
+ <location filename="mainwindow.cpp" line="2254"/>
<source>Some plugins could not be loaded</source>
- <translation type="unfinished"/>
+ <translation>有些插件無法被載入</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2220"/>
+ <location filename="mainwindow.cpp" line="2257"/>
<source>Too many esps and esms enabled</source>
- <translation type="unfinished"/>
+ <translation>過多的 esp 和 esm 啟動</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2223"/>
- <location filename="mainwindow.cpp" line="2244"/>
+ <location filename="mainwindow.cpp" line="2260"/>
+ <location filename="mainwindow.cpp" line="2281"/>
<source>Description missing</source>
- <translation type="unfinished"/>
+ <translation>描述遺失</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2232"/>
+ <location filename="mainwindow.cpp" line="2269"/>
<source>The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version:</source>
- <translation type="unfinished"/>
+ <translation>以下的插件無法被載入。原因可能是因為遺失了它的依存檔案(例如 python)或是過期的版本:</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2240"/>
- <source>The game doesn't allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href="http://wiki.step-project.com/Guide:Merging_Plugins"&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="2277"/>
+ <source>The game doesn&apos;t allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href=&quot;http://wiki.step-project.com/Guide:Merging_Plugins&quot;&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
+ <translation>遊戲不允許超過 255 個啟動的插件(包括正式的)被載入。您必須關閉一些未使用的插件或是合併一些插件。您可以在此找到導覽:&lt;a href=&quot;http://wiki.step-project.com/Guide:Merging_Plugins&quot;&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2266"/>
+ <location filename="mainwindow.cpp" line="2303"/>
<source>Choose Mod</source>
- <translation type="unfinished">選擇 Mod</translation>
+ <translation>選擇 Mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2267"/>
+ <location filename="mainwindow.cpp" line="2304"/>
<source>Mod Archive</source>
- <translation type="unfinished">Mod 壓縮包</translation>
+ <translation>Mod 壓縮包</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2327"/>
+ <location filename="mainwindow.cpp" line="4382"/>
+ <source>Installation successful</source>
+ <translation>安裝成功</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2338"/>
+ <location filename="mainwindow.cpp" line="4394"/>
+ <source>Configure Mod</source>
+ <translation>配置 Mod</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2339"/>
+ <location filename="mainwindow.cpp" line="4395"/>
+ <source>This mod contains ini tweaks. Do you want to configure them now?</source>
+ <translation>此 Mod 中包含 ini 設定檔案,您想現在就對它們進行配置嗎?</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2346"/>
+ <location filename="mainwindow.cpp" line="4402"/>
+ <source>mod &quot;%1&quot; not found</source>
+ <translation>Mod &quot;%1&quot; 未找到</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="4408"/>
+ <source>Installation cancelled</source>
+ <translation>安裝已取消</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2349"/>
+ <location filename="mainwindow.cpp" line="4408"/>
+ <source>The mod was not installed completely.</source>
+ <translation>Mod 沒有完全安裝。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2420"/>
+ <location filename="mainwindow.cpp" line="2558"/>
<source>Start Tutorial?</source>
- <translation type="unfinished"/>
+ <translation>開始教學?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2421"/>
- <source>You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue?</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="2559"/>
+ <source>You&apos;re about to start a tutorial. For technical reasons it&apos;s not possible to end the tutorial early. Continue?</source>
+ <translation>您即將開始教學。因為技術上的原因所已無法提前結束教學。繼續?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2576"/>
- <location filename="mainwindow.cpp" line="4073"/>
+ <location filename="mainwindow.cpp" line="2703"/>
+ <location filename="mainwindow.cpp" line="4307"/>
<source>Download started</source>
- <translation type="unfinished">開始下載</translation>
+ <translation>開始下載</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2607"/>
+ <location filename="mainwindow.cpp" line="2764"/>
<source>failed to update mod list: %1</source>
- <translation type="unfinished">無法更新 Mod 列表: %1</translation>
+ <translation>更新 Mod 列表失敗: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2634"/>
+ <location filename="mainwindow.cpp" line="2808"/>
<source>failed to spawn notepad.exe: %1</source>
- <translation type="unfinished">無法生成 notepad.exe: %1</translation>
+ <translation>生成 notepad.exe 失敗: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2675"/>
+ <location filename="mainwindow.cpp" line="2845"/>
<source>failed to open %1</source>
- <translation type="unfinished">無法開啟 %1</translation>
+ <translation>開啟 %1 失敗</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2753"/>
+ <location filename="mainwindow.cpp" line="2920"/>
<source>failed to change origin name: %1</source>
- <translation type="unfinished">無法更改原始檔案名: %1</translation>
+ <translation>更改原始檔名失敗: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2779"/>
- <source>Failed to move "%1" from mod "%2" to "%3": %4</source>
+ <location filename="mainwindow.cpp" line="2950"/>
+ <source>failed to move &quot;%1&quot; from mod &quot;%2&quot; to &quot;%3&quot;: %4</source>
+ <translation>自 Mod &quot;%2&quot; 移動 &quot;%1&quot; 到 Mod &quot;%3&quot; 失敗: %4</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="2973"/>
+ <source>&lt;Contains %1&gt;</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2828"/>
+ <location filename="mainwindow.cpp" line="3006"/>
<source>&lt;Checked&gt;</source>
- <translation type="unfinished">&lt;已勾選&gt;</translation>
+ <translation>&lt;已勾選&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2829"/>
+ <location filename="mainwindow.cpp" line="3007"/>
<source>&lt;Unchecked&gt;</source>
- <translation type="unfinished">&lt;未勾選&gt;</translation>
+ <translation>&lt;未勾選&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2830"/>
+ <location filename="mainwindow.cpp" line="3008"/>
<source>&lt;Update&gt;</source>
- <translation type="unfinished">&lt;有更新&gt;</translation>
+ <translation>&lt;有更新&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2831"/>
+ <location filename="mainwindow.cpp" line="3009"/>
+ <source>&lt;Managed by MO&gt;</source>
+ <translation>&lt;由 MO 管理&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3010"/>
+ <source>&lt;Managed outside MO&gt;</source>
+ <translation>&lt;非由 MO 管理&gt;</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3011"/>
<source>&lt;No category&gt;</source>
- <translation type="unfinished">&lt;無類別&gt;</translation>
+ <translation>&lt;無類別&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2832"/>
+ <location filename="mainwindow.cpp" line="3012"/>
<source>&lt;Conflicted&gt;</source>
- <translation type="unfinished"/>
+ <translation>&lt;有衝突&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2833"/>
+ <location filename="mainwindow.cpp" line="3013"/>
<source>&lt;Not Endorsed&gt;</source>
- <translation type="unfinished"/>
+ <translation>&lt;尚未贊同&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2866"/>
+ <location filename="mainwindow.cpp" line="3051"/>
<source>failed to rename mod: %1</source>
- <translation type="unfinished">無法重新命名 Mod: %1</translation>
+ <translation>重新命名 Mod 失敗: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2879"/>
+ <location filename="mainwindow.cpp" line="3064"/>
<source>Overwrite?</source>
- <translation type="unfinished">覆蓋</translation>
+ <translation>覆蓋?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2880"/>
- <source>This will replace the existing mod "%1". Continue?</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="3065"/>
+ <source>This will replace the existing mod &quot;%1&quot;. Continue?</source>
+ <translation>即將取代已存在的 Mod &quot;%1&quot;。繼續?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2883"/>
- <source>failed to remove mod "%1"</source>
- <translation type="unfinished">無法移動 Mod: %1</translation>
+ <location filename="mainwindow.cpp" line="3068"/>
+ <source>failed to remove mod &quot;%1&quot;</source>
+ <translation>移除 Mod 失敗 &quot;%1&quot;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2887"/>
- <location filename="mainwindow.cpp" line="4348"/>
- <location filename="mainwindow.cpp" line="4372"/>
- <source>failed to rename "%1" to "%2"</source>
- <translation>重新命名 "%1 "為 "%2" 時出錯</translation>
+ <location filename="mainwindow.cpp" line="3072"/>
+ <location filename="mainwindow.cpp" line="4580"/>
+ <location filename="mainwindow.cpp" line="4604"/>
+ <source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
+ <translation>重新命名 &quot;%1 &quot;為 &quot;%2&quot; 時出錯</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2916"/>
- <source>Multiple esps activated, please check that they don't conflict.</source>
+ <location filename="mainwindow.cpp" line="3097"/>
+ <source>Multiple esps activated, please check that they don&apos;t conflict.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2942"/>
- <location filename="mainwindow.cpp" line="3602"/>
- <location filename="mainwindow.cpp" line="3610"/>
+ <location filename="mainwindow.cpp" line="3146"/>
+ <location filename="mainwindow.cpp" line="3771"/>
+ <location filename="mainwindow.cpp" line="3779"/>
+ <location filename="mainwindow.cpp" line="4014"/>
<source>Confirm</source>
- <translation type="unfinished">確認</translation>
+ <translation>確認</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2943"/>
+ <location filename="mainwindow.cpp" line="3147"/>
<source>Remove the following mods?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="2954"/>
+ <location filename="mainwindow.cpp" line="3158"/>
<source>failed to remove mod: %1</source>
- <translation type="unfinished">無法移動 Mod: %1</translation>
+ <translation>移除 Mod 失敗: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2989"/>
- <location filename="mainwindow.cpp" line="2992"/>
+ <location filename="mainwindow.cpp" line="3193"/>
+ <location filename="mainwindow.cpp" line="3196"/>
<source>Failed</source>
- <translation type="unfinished">失敗</translation>
+ <translation>失敗</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2989"/>
+ <location filename="mainwindow.cpp" line="3193"/>
<source>Installation file no longer exists</source>
- <translation type="unfinished">安裝檔案不複存在</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="2993"/>
- <source>Mods installed with old versions of MO can't be reinstalled in this way.</source>
- <translation type="unfinished">舊版 MO 安裝的 Mod 無法使用此方法重新安裝。</translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="3008"/>
- <location filename="mainwindow.cpp" line="3035"/>
- <source>You need to be logged in with Nexus to endorse</source>
- <translation type="unfinished"/>
+ <translation>安裝檔案不復存在</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3164"/>
- <location filename="mainwindow.cpp" line="4732"/>
- <source>Extract BSA</source>
- <translation type="unfinished">解壓 BSA</translation>
+ <location filename="mainwindow.cpp" line="3197"/>
+ <source>Mods installed with old versions of MO can&apos;t be reinstalled in this way.</source>
+ <translation>舊版 MO 安裝的 Mod 無法使用此方法重新安裝。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3165"/>
- <source>This mod contains at least one BSA. Do you want to unpack it?
-(This removes the BSA after completion. If you don't know about BSAs, just select no)</source>
- <translation type="unfinished">此 Mod 中至少包含一個 BSA。您確定要解壓嗎?
-(解壓完成後,BSA 檔案將會被刪除。如果您不瞭解 BSA 的話,請選擇“否”)</translation>
+ <location filename="mainwindow.cpp" line="3212"/>
+ <source>You need to be logged in with Nexus to resume a download</source>
+ <translation>您必須登入N網以回復下載。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3174"/>
- <location filename="mainwindow.cpp" line="4689"/>
- <location filename="mainwindow.cpp" line="4740"/>
- <source>failed to read %1: %2</source>
- <translation type="unfinished">無法讀取 %1: %2</translation>
+ <location filename="mainwindow.cpp" line="3228"/>
+ <location filename="mainwindow.cpp" line="3255"/>
+ <source>You need to be logged in with Nexus to endorse</source>
+ <translation>您必須登入N網以贊同。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3187"/>
- <location filename="mainwindow.cpp" line="4751"/>
- <source>This archive contains invalid hashes. Some files may be broken.</source>
- <translation type="unfinished">壓縮包 Hash 值錯誤。部分檔案可能已經損壞。</translation>
+ <location filename="mainwindow.cpp" line="3289"/>
+ <source>Failed to display overwrite dialog: %1</source>
+ <translation>顯示覆蓋的對話失敗: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3221"/>
+ <location filename="mainwindow.cpp" line="3407"/>
<source>Nexus ID for this Mod is unknown</source>
- <translation type="unfinished">此 Mod 的N網 ID 未知</translation>
+ <translation>此 Mod 的N網 ID 未知</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3260"/>
- <location filename="mainwindow.cpp" line="3707"/>
+ <location filename="mainwindow.cpp" line="3446"/>
+ <location filename="mainwindow.cpp" line="3886"/>
<source>Create Mod...</source>
- <translation type="unfinished"/>
+ <translation>創造 Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3261"/>
+ <location filename="mainwindow.cpp" line="3447"/>
<source>This will move all files from overwrite into a new, regular mod.
Please enter a name:</source>
- <translation type="unfinished"/>
+ <translation>即將移動所有在 overwrite 的檔案到一個新的、正常的 Mod。
+請輸入一個名稱:</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3270"/>
+ <location filename="mainwindow.cpp" line="3456"/>
<source>A mod with this name already exists</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3528"/>
+ <location filename="mainwindow.cpp" line="3697"/>
<source>Continue?</source>
- <translation type="unfinished"/>
+ <translation>繼續?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3529"/>
+ <location filename="mainwindow.cpp" line="3698"/>
<source>The versioning scheme decides which version is considered newer than another.
This function will guess the versioning scheme under the assumption that the installed version is outdated.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3549"/>
+ <location filename="mainwindow.cpp" line="3718"/>
+ <location filename="mainwindow.cpp" line="4650"/>
<source>Sorry</source>
- <translation type="unfinished"/>
+ <translation>抱歉</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3550"/>
- <source>I don't know a versioning scheme where %1 is newer than %2.</source>
+ <location filename="mainwindow.cpp" line="3719"/>
+ <source>I don&apos;t know a versioning scheme where %1 is newer than %2.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3602"/>
+ <location filename="mainwindow.cpp" line="3771"/>
<source>Really enable all visible mods?</source>
- <translation type="unfinished">確定要啟用全部可見的 Mod 嗎?</translation>
+ <translation>確定要啟用所有可見的 Mod 嗎?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3610"/>
+ <location filename="mainwindow.cpp" line="3779"/>
<source>Really disable all visible mods?</source>
- <translation type="unfinished">確定要禁用全部可見的 Mod 嗎?</translation>
+ <translation>確定要禁用所有可見的 Mod 嗎?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3618"/>
+ <location filename="mainwindow.cpp" line="3787"/>
<source>Choose what to export</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3620"/>
+ <location filename="mainwindow.cpp" line="3789"/>
<source>Everything</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3620"/>
+ <location filename="mainwindow.cpp" line="3789"/>
<source>All installed mods are included in the list</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3621"/>
+ <location filename="mainwindow.cpp" line="3790"/>
<source>Active Mods</source>
- <translation type="unfinished">激活 Mod</translation>
+ <translation>啟動 Mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3621"/>
+ <location filename="mainwindow.cpp" line="3790"/>
<source>Only active (checked) mods from your current profile are included</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3622"/>
+ <location filename="mainwindow.cpp" line="3791"/>
<source>Visible</source>
- <translation type="unfinished"/>
+ <translation>可見的</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3622"/>
+ <location filename="mainwindow.cpp" line="3791"/>
<source>All mods visible in the mod list are included</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3665"/>
+ <location filename="mainwindow.cpp" line="3834"/>
<source>export failed: %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3689"/>
+ <location filename="mainwindow.cpp" line="3851"/>
<source>Install Mod...</source>
- <translation type="unfinished">安裝 Mod...</translation>
+ <translation>安裝 Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3691"/>
+ <location filename="mainwindow.cpp" line="3853"/>
<source>Enable all visible</source>
- <translation type="unfinished">啟用所有可見項目</translation>
+ <translation>啟用所有可見項目</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3692"/>
+ <location filename="mainwindow.cpp" line="3854"/>
<source>Disable all visible</source>
- <translation type="unfinished">禁用所有可見項目</translation>
+ <translation>禁用所有可見項目</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3694"/>
+ <location filename="mainwindow.cpp" line="3856"/>
<source>Check all for update</source>
- <translation type="unfinished">檢查更新</translation>
+ <translation>檢查所有的更新</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3698"/>
+ <location filename="mainwindow.cpp" line="3860"/>
<source>Export to csv...</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3706"/>
+ <location filename="mainwindow.cpp" line="3879"/>
+ <source>All Mods</source>
+ <translation>所有 Mod</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="3885"/>
<source>Sync to Mods...</source>
- <translation type="unfinished">同步到 Mod...</translation>
+ <translation>同步到 Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3710"/>
+ <location filename="mainwindow.cpp" line="3889"/>
<source>Restore Backup</source>
- <translation type="unfinished"/>
+ <translation>回復備份</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3711"/>
+ <location filename="mainwindow.cpp" line="3890"/>
<source>Remove Backup...</source>
- <translation type="unfinished"/>
+ <translation>移除備份</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3713"/>
+ <location filename="mainwindow.cpp" line="3894"/>
<source>Add/Remove Categories</source>
- <translation type="unfinished"/>
+ <translation>增加/移除類別</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3718"/>
+ <location filename="mainwindow.cpp" line="3899"/>
<source>Replace Categories</source>
- <translation type="unfinished"/>
+ <translation>取代類別</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3723"/>
+ <location filename="mainwindow.cpp" line="3904"/>
<source>Primary Category</source>
- <translation type="unfinished"/>
+ <translation>主要類別</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3730"/>
+ <location filename="mainwindow.cpp" line="3911"/>
<source>Change versioning scheme</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="3734"/>
+ <location filename="mainwindow.cpp" line="3915"/>
<source>Un-ignore update</source>
- <translation type="unfinished"/>
+ <translation>取消忽略更新</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3736"/>
+ <location filename="mainwindow.cpp" line="3917"/>
<source>Ignore update</source>
- <translation type="unfinished"/>
+ <translation>忽略更新</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3741"/>
+ <location filename="mainwindow.cpp" line="3922"/>
<source>Rename Mod...</source>
- <translation type="unfinished">重新命名...</translation>
+ <translation>重新命名 Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3742"/>
+ <location filename="mainwindow.cpp" line="3923"/>
<source>Remove Mod...</source>
- <translation type="unfinished">移除 Mod...</translation>
+ <translation>移除 Mod...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3743"/>
+ <location filename="mainwindow.cpp" line="3924"/>
<source>Reinstall Mod</source>
- <translation type="unfinished">重新安裝 Mod</translation>
+ <translation>重新安裝 Mod</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3746"/>
+ <location filename="mainwindow.cpp" line="3927"/>
<source>Un-Endorse</source>
- <translation type="unfinished"/>
+ <translation>取消贊同</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3749"/>
- <location filename="mainwindow.cpp" line="3753"/>
+ <location filename="mainwindow.cpp" line="3930"/>
+ <location filename="mainwindow.cpp" line="3934"/>
<source>Endorse</source>
- <translation type="unfinished"/>
+ <translation>贊同</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3750"/>
- <source>Won't endorse</source>
- <translation type="unfinished"/>
+ <location filename="mainwindow.cpp" line="3931"/>
+ <source>Won&apos;t endorse</source>
+ <translation>拒絕贊同</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3756"/>
+ <location filename="mainwindow.cpp" line="3937"/>
<source>Endorsement state unknown</source>
- <translation type="unfinished"/>
+ <translation>贊同狀態不明</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3763"/>
+ <location filename="mainwindow.cpp" line="3944"/>
<source>Ignore missing data</source>
- <translation type="unfinished"/>
+ <translation>忽略遺失的檔案</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3766"/>
+ <location filename="mainwindow.cpp" line="3947"/>
<source>Visit on Nexus</source>
- <translation type="unfinished">在N網上流覽</translation>
+ <translation>在N網上訪問</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3767"/>
+ <location filename="mainwindow.cpp" line="3948"/>
<source>Open in explorer</source>
- <translation type="unfinished">在檔案總管中開啟</translation>
+ <translation>在檔案總管中開啟</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3770"/>
+ <location filename="mainwindow.cpp" line="3952"/>
<source>Information...</source>
- <translation type="unfinished">訊息...</translation>
+ <translation>訊息...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3776"/>
- <location filename="mainwindow.cpp" line="4936"/>
+ <location filename="mainwindow.cpp" line="3959"/>
+ <location filename="mainwindow.cpp" line="5225"/>
<source>Exception: </source>
- <translation type="unfinished">例外: </translation>
+ <translation>例外: </translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3778"/>
- <location filename="mainwindow.cpp" line="4938"/>
+ <location filename="mainwindow.cpp" line="3961"/>
+ <location filename="mainwindow.cpp" line="5227"/>
<source>Unknown exception</source>
- <translation type="unfinished">未知的例外</translation>
+ <translation>未知的例外</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3798"/>
+ <location filename="mainwindow.cpp" line="3988"/>
<source>&lt;All&gt;</source>
- <translation type="unfinished">&lt;全部&gt;</translation>
+ <translation>&lt;全部&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3800"/>
+ <location filename="mainwindow.cpp" line="3990"/>
<source>&lt;Multiple&gt;</source>
<translation type="unfinished"/>
</message>
+ <message numerus="yes">
+ <location filename="mainwindow.cpp" line="4014"/>
+ <source>Are you sure you want to remove the following %n save(s)?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Removed saves will be sent to the Recycle Bin.</source>
+ <translation type="unfinished"><numerusform></numerusform></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5483"/>
+ <source>Please wait while LOOT is running</source>
+ <translation>在 LOOT 執行時請等待</translation>
+ </message>
<message>
- <location filename="mainwindow.cpp" line="3912"/>
+ <location filename="mainwindow.cpp" line="4126"/>
<source>Fix Mods...</source>
- <translation type="unfinished">修復 Mod...</translation>
+ <translation>修復 Mod...</translation>
+ </message>
+ <message numerus="yes">
+ <location filename="mainwindow.cpp" line="4128"/>
+ <source>Delete %n save(s)</source>
+ <translation><numerusform>刪除存檔 %n</numerusform></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3936"/>
- <location filename="mainwindow.cpp" line="3967"/>
+ <location filename="mainwindow.cpp" line="4155"/>
+ <location filename="mainwindow.cpp" line="4188"/>
<source>failed to remove %1</source>
- <translation type="unfinished">無法刪除 %1</translation>
+ <translation>刪除 %1 失敗</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3951"/>
- <location filename="mainwindow.cpp" line="3982"/>
+ <location filename="mainwindow.cpp" line="4172"/>
+ <location filename="mainwindow.cpp" line="4204"/>
<source>failed to create %1</source>
- <translation type="unfinished">無法建立 %1</translation>
+ <translation>建立 %1 失敗</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4005"/>
- <source>Can't change download directory while downloads are in progress!</source>
- <translation type="unfinished">下載檔案時不能修改下載目錄!</translation>
+ <location filename="mainwindow.cpp" line="4228"/>
+ <source>Can&apos;t change download directory while downloads are in progress!</source>
+ <translation>下載檔案時不能修改下載路徑!</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4076"/>
+ <location filename="mainwindow.cpp" line="4310"/>
<source>Download failed</source>
- <translation type="unfinished">下載失敗</translation>
+ <translation>下載失敗</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4225"/>
+ <location filename="mainwindow.cpp" line="4457"/>
<source>failed to write to file %1</source>
- <translation type="unfinished">無法寫入檔案 %1</translation>
+ <translation>寫入檔案 %1 失敗</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4231"/>
+ <location filename="mainwindow.cpp" line="4463"/>
<source>%1 written</source>
- <translation type="unfinished">已寫入 %1</translation>
+ <translation>已寫入 %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4270"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Select binary</source>
- <translation type="unfinished">選擇可執行檔案</translation>
+ <translation>選擇可執行檔案</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4270"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Binary</source>
<translation>程式</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4296"/>
+ <location filename="mainwindow.cpp" line="4528"/>
<source>Enter Name</source>
- <translation type="unfinished">輸入名稱</translation>
+ <translation>輸入名稱</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4297"/>
+ <location filename="mainwindow.cpp" line="4529"/>
<source>Please enter a name for the executable</source>
- <translation type="unfinished">請為程式輸入一個名稱</translation>
+ <translation>請為程式輸入一個名稱</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4308"/>
+ <location filename="mainwindow.cpp" line="4540"/>
<source>Not an executable</source>
- <translation type="unfinished">不是可執行程式</translation>
+ <translation>不是可執行程式</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4308"/>
+ <location filename="mainwindow.cpp" line="4540"/>
<source>This is not a recognized executable.</source>
- <translation type="unfinished">無法識別的可執行檔案</translation>
+ <translation>無法識別的可執行檔案</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4333"/>
- <location filename="mainwindow.cpp" line="4358"/>
+ <location filename="mainwindow.cpp" line="4565"/>
+ <location filename="mainwindow.cpp" line="4590"/>
<source>Replace file?</source>
- <translation type="unfinished">取代檔案?</translation>
+ <translation>取代檔案?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4333"/>
+ <location filename="mainwindow.cpp" line="4565"/>
<source>There already is a hidden version of this file. Replace it?</source>
- <translation type="unfinished">已存在同名檔案,但該檔案被隱藏了。確定要覆蓋嗎?</translation>
+ <translation>已存在同名檔案,但該檔案被隱藏了。確定要覆蓋嗎?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4336"/>
- <location filename="mainwindow.cpp" line="4361"/>
+ <location filename="mainwindow.cpp" line="4568"/>
+ <location filename="mainwindow.cpp" line="4593"/>
<source>File operation failed</source>
- <translation type="unfinished">檔案操作錯誤</translation>
+ <translation>檔案操作失敗</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4336"/>
- <location filename="mainwindow.cpp" line="4361"/>
- <source>Failed to remove "%1". Maybe you lack the required file permissions?</source>
- <translation>無法移除 "%1"。也許您需要足夠的檔案權限?</translation>
+ <location filename="mainwindow.cpp" line="4568"/>
+ <location filename="mainwindow.cpp" line="4593"/>
+ <source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
+ <translation>無法移除 &quot;%1&quot;。也許您需要足夠的檔案權限?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4358"/>
+ <location filename="mainwindow.cpp" line="4590"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation>已存在同名檔案。確定要覆蓋嗎?</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4404"/>
+ <location filename="mainwindow.cpp" line="4623"/>
+ <source>file not found: %1</source>
+ <translation>找不到檔案: %1</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4636"/>
+ <source>failed to generate preview for %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4650"/>
+ <source>Sorry, can&apos;t preview anything. This function currently does not support extracting from bsas.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4681"/>
<source>Update available</source>
- <translation type="unfinished">更新可用</translation>
+ <translation>有可用的更新</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4441"/>
+ <location filename="mainwindow.cpp" line="4718"/>
<source>Open/Execute</source>
- <translation type="unfinished">開啟/執行</translation>
+ <translation>開啟/執行</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4442"/>
+ <location filename="mainwindow.cpp" line="4719"/>
<source>Add as Executable</source>
- <translation type="unfinished">添加為可執行檔案</translation>
+ <translation>添加為可執行檔案</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4723"/>
+ <source>Preview</source>
+ <translation>預覽</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4446"/>
+ <location filename="mainwindow.cpp" line="4729"/>
<source>Un-Hide</source>
- <translation type="unfinished">取消隱藏</translation>
+ <translation>取消隱藏</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4448"/>
+ <location filename="mainwindow.cpp" line="4731"/>
<source>Hide</source>
- <translation type="unfinished">隱藏</translation>
+ <translation>隱藏</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4453"/>
+ <location filename="mainwindow.cpp" line="4737"/>
<source>Write To File...</source>
- <translation type="unfinished">寫入檔案...</translation>
+ <translation>寫入檔案...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4484"/>
+ <location filename="mainwindow.cpp" line="4762"/>
<source>Do you want to endorse Mod Organizer on %1 now?</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4620"/>
+ <location filename="mainwindow.cpp" line="4858"/>
+ <source>Thank you!</source>
+ <translation>謝謝您!</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4858"/>
+ <source>Thank you for your endorsement!</source>
+ <translation>感謝您的贊同!</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4893"/>
<source>Request to Nexus failed: %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4627"/>
- <location filename="mainwindow.cpp" line="4644"/>
+ <location filename="mainwindow.cpp" line="4900"/>
+ <location filename="mainwindow.cpp" line="4918"/>
<source>login successful</source>
- <translation type="unfinished">登入成功</translation>
+ <translation>登入成功</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4653"/>
+ <location filename="mainwindow.cpp" line="4927"/>
<source>login failed: %1. Trying to download anyway</source>
- <translation type="unfinished">登入失敗: %1,請嘗試使用別的方法下載</translation>
+ <translation>登入失敗: %1,仍然嘗試下載</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4659"/>
+ <location filename="mainwindow.cpp" line="4933"/>
<source>login failed: %1</source>
<translation>無法登入: %1</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4668"/>
+ <location filename="mainwindow.cpp" line="4943"/>
<source>login failed: %1. You need to log-in with Nexus to update MO.</source>
- <translation type="unfinished">登入失敗: %1。您需要登入到N網才能更新 MO</translation>
+ <translation>登入失敗: %1。您需要登入到N網才能更新 MO</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4701"/>
+ <location filename="mainwindow.cpp" line="4964"/>
+ <location filename="mainwindow.cpp" line="5015"/>
+ <source>failed to read %1: %2</source>
+ <translation>讀取 %1 失敗: %2</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4976"/>
<source>Error</source>
- <translation type="unfinished">錯誤</translation>
+ <translation>錯誤</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4701"/>
+ <location filename="mainwindow.cpp" line="4976"/>
<source>failed to extract %1 (errorcode %2)</source>
- <translation type="unfinished">無法解壓 %1 (錯誤代碼 %2)</translation>
+ <translation>解壓 %1 失敗(錯誤代碼 %2)</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5007"/>
+ <source>Extract BSA</source>
+ <translation>解壓 BSA</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5026"/>
+ <source>This archive contains invalid hashes. Some files may be broken.</source>
+ <translation>壓縮包的 Hash 值錯誤。部分檔案可能已經損壞。</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4796"/>
+ <location filename="mainwindow.cpp" line="5071"/>
<source>Extract...</source>
- <translation type="unfinished">解壓...</translation>
+ <translation>解壓...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4852"/>
+ <location filename="mainwindow.cpp" line="5133"/>
<source>Edit Categories...</source>
- <translation type="unfinished">編輯類別...</translation>
+ <translation>編輯類別...</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4897"/>
- <source>Remove</source>
+ <location filename="mainwindow.cpp" line="5134"/>
+ <source>Deselect filter</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="4907"/>
+ <location filename="mainwindow.cpp" line="5185"/>
+ <source>Remove</source>
+ <translation>移除</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5196"/>
<source>Enable all</source>
- <translation type="unfinished">全部啟用</translation>
+ <translation>全部啟用</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4908"/>
+ <location filename="mainwindow.cpp" line="5197"/>
<source>Disable all</source>
- <translation type="unfinished">全部禁用</translation>
+ <translation>全部禁用</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4927"/>
+ <location filename="mainwindow.cpp" line="5216"/>
<source>Unlock load order</source>
- <translation type="unfinished"/>
+ <translation>解鎖載入順序</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4930"/>
+ <location filename="mainwindow.cpp" line="5219"/>
<source>Lock load order</source>
+ <translation>鎖定載入順序</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5352"/>
+ <source>depends on missing &quot;%1&quot;</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5356"/>
+ <source>incompatible with &quot;%1&quot;</source>
+ <translation>與 &quot;%1&quot; 不相容</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5376"/>
+ <source>No profile set</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5573"/>
+ <source>loot failed. Exit code was: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5579"/>
+ <source>failed to start loot</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5582"/>
+ <source>failed to run loot: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5585"/>
+ <source>Errors occured</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5636"/>
+ <source>Backup of load order created</source>
+ <translation>產生的載入順序備份</translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5646"/>
+ <source>Choose backup to restore</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5659"/>
+ <source>No Backups</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5659"/>
+ <source>There are no backups to restore</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5680"/>
+ <location filename="mainwindow.cpp" line="5701"/>
+ <source>Restore failed</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5681"/>
+ <location filename="mainwindow.cpp" line="5702"/>
+ <source>Failed to restore the backup. Errorcode: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5692"/>
+ <source>Backup of modlist created</source>
<translation type="unfinished"/>
</message>
</context>
@@ -2459,14 +2876,69 @@ This function will guess the versioning scheme under the assumption that the ins
<location filename="messagedialog.ui" line="150"/>
<location filename="messagedialog.ui" line="180"/>
<source>Placeholder</source>
- <translation>占位符</translation>
+ <translation>預留位置</translation>
</message>
</context>
<context>
<name>ModInfo</name>
<message>
+ <location filename="modinfo.cpp" line="87"/>
+ <source>Plugins</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="88"/>
+ <source>Textures</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="89"/>
+ <source>Meshes</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="90"/>
+ <source>UI Changes</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="91"/>
+ <source>Music</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="92"/>
+ <source>Sound Effects</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="93"/>
+ <source>Scripts</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="94"/>
+ <source>SKSE Plugins</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="95"/>
+ <source>SkyProc Tools</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
<location filename="modinfo.cpp" line="96"/>
- <location filename="modinfo.cpp" line="125"/>
+ <source>Strings</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="97"/>
+ <source>invalid content type %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfo.cpp" line="120"/>
+ <location filename="modinfo.cpp" line="149"/>
<source>invalid index %1</source>
<translation>無效的索引 %1</translation>
</message>
@@ -2474,7 +2946,7 @@ This function will guess the versioning scheme under the assumption that the ins
<context>
<name>ModInfoBackup</name>
<message>
- <location filename="modinfo.cpp" line="820"/>
+ <location filename="modinfo.cpp" line="949"/>
<source>This is the backup of a mod</source>
<translation type="unfinished"/>
</message>
@@ -2487,79 +2959,99 @@ This function will guess the versioning scheme under the assumption that the ins
<translation>Mod 訊息</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="27"/>
+ <location filename="modinfodialog.ui" line="30"/>
<source>Textfiles</source>
<translation>文字文件</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="39"/>
+ <location filename="modinfodialog.ui" line="42"/>
<source>A list of text-files in the mod directory.</source>
<translation>Mod 目錄裡包含的文字文件的列表。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="42"/>
+ <location filename="modinfodialog.ui" line="45"/>
<source>A list of text-files in the mod directory like readmes. </source>
<translation>Mod 目錄裡包含的文字文件 (類似於自述文檔) 的列表。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="64"/>
- <location filename="modinfodialog.ui" line="152"/>
+ <location filename="modinfodialog.ui" line="67"/>
+ <location filename="modinfodialog.ui" line="175"/>
<source>Save</source>
<translation>儲存</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="74"/>
+ <location filename="modinfodialog.ui" line="77"/>
<source>INI-Files</source>
<translation>Ini 檔案</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="94"/>
+ <location filename="modinfodialog.ui" line="91"/>
+ <source>Ini Files</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="104"/>
<source>This is a list of .ini files in the mod.</source>
<translation>Mod 目錄裡包含的 Ini 檔案的列表。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="97"/>
+ <location filename="modinfodialog.ui" line="107"/>
<source>This is a list of .ini files in the mod. These are usually used to configure the behaviour of mods if there are configurable parameters.</source>
<translation>Mod 目錄裡包含的 Ini 檔案的列表,這些檔案通常用來配置 Mod 的行為,如果有可設定的參數的話。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="146"/>
+ <location filename="modinfodialog.ui" line="114"/>
+ <source>Ini Tweaks</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="130"/>
+ <source>This is a list of ini tweaks (ini modifications that can be toggled).</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="133"/>
+ <source>This is a list of ini tweaks. Ini Tweaks are (usually small) fragments of ini files that are applied over existing settings in skyrim.ini/skyrimprefs.ini. Each tweak can be toggled individually. You should check the description of the mod wether the tweaks are really optional.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modinfodialog.ui" line="169"/>
<source>Save changes to the file.</source>
<translation>儲存更改到檔案中。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="149"/>
+ <location filename="modinfodialog.ui" line="172"/>
<source>Save changes to the file. This overwrites the original. There is no automatic backup!</source>
<translation>儲存更改到檔案中,這將會覆蓋原始檔案,並且沒有自動備份!</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="162"/>
+ <location filename="modinfodialog.ui" line="185"/>
<source>Images</source>
<translation>圖片</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="217"/>
+ <location filename="modinfodialog.ui" line="240"/>
<source>Images located in the mod.</source>
<translation>位於 Mod 中的圖片。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="220"/>
+ <location filename="modinfodialog.ui" line="243"/>
<source>This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="253"/>
- <location filename="modinfodialog.ui" line="272"/>
+ <location filename="modinfodialog.ui" line="276"/>
+ <location filename="modinfodialog.ui" line="295"/>
<source>Optional ESPs</source>
<translation>可選 ESP</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="259"/>
+ <location filename="modinfodialog.ui" line="282"/>
<source>List of esps and esms that can not be loaded by the game.</source>
<translation>包含了不會被遊戲載入的 esp 和 esm 的列表。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="262"/>
+ <location filename="modinfodialog.ui" line="285"/>
<source>List of esps and esms contained in this plugin that currently can not be loaded by the game. They will not even appear in the esp-list in the main MO-window.
They usually contain optional functionality, see the readme.
@@ -2567,613 +3059,687 @@ Most mods do not have optional esps, so chances are good you are looking at an e
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="287"/>
+ <location filename="modinfodialog.ui" line="310"/>
<source>Make the selected mod in the lower list unavailable.</source>
<translation>使下表中已選的 Mod 變得不可用。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="290"/>
- <source>The selected esp (in the lower list) will be pushed into a subdirectory of the mod and will thus become "invisible" to the game. It can then no longer be activated.</source>
+ <location filename="modinfodialog.ui" line="313"/>
+ <source>The selected esp (in the lower list) will be pushed into a subdirectory of the mod and will thus become &quot;invisible&quot; to the game. It can then no longer be activated.</source>
<translation>已選的 esp (在下表中) 將會被放入 Mod 的子目錄裡,在遊戲裡將會變得“不可見”,並且之後就不能再被激活了。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="316"/>
+ <location filename="modinfodialog.ui" line="339"/>
<source>Move a file to the data directory.</source>
<translation>移動一個檔案到 Data 目錄。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="319"/>
- <source>This moves a esp to the esp directory so it can be enabled in the main window. Please note that the ESP merely becomes "available", it will not necessarily be loaded! That is configured in the main window of omo.</source>
- <translation>移動一個 esp 檔案到 esp 目錄,這樣它就可以在主窗口中啟用了。請注意: ESP 只是變得“可用”,它并不一定會被載入!想要载入请在 MO 的主窗口中勾選。</translation>
+ <location filename="modinfodialog.ui" line="342"/>
+ <source>This moves a esp to the esp directory so it can be enabled in the main window. Please note that the ESP merely becomes &quot;available&quot;, it will not necessarily be loaded! That is configured in the main window of omo.</source>
+ <translation>移動一個 esp 檔案到 esp 目錄,這樣它就可以在主視窗中啟用了。請注意: ESP 只是變得“可用”,它並不一定會被載入!想要載入請在 MO 的主視窗中調整。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="354"/>
+ <location filename="modinfodialog.ui" line="377"/>
<source>ESPs in the data directory and thus visible to the game.</source>
<translation>ESP 在 Data 目錄,因此它在游戲裡會變得可見。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="357"/>
+ <location filename="modinfodialog.ui" line="380"/>
<source>These are the mod files that are in the (virtual) data directory of your game and will thus be selecteable in the esp list in the main window.</source>
<translation>這些 Mod 檔案位於您游戲的 (虛擬) Data 目錄裡,因此它們在主窗口的 esp 列表中會變得可選。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="364"/>
+ <location filename="modinfodialog.ui" line="387"/>
<source>Available ESPs</source>
<translation>可用 ESP</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="372"/>
+ <location filename="modinfodialog.ui" line="395"/>
<source>Conflicts</source>
<translation>衝突</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="380"/>
+ <location filename="modinfodialog.ui" line="403"/>
<source>The following conflicted files are provided by this mod</source>
<translation>以下衝突檔案由此 Mod 提供</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="430"/>
- <location filename="modinfodialog.ui" line="480"/>
+ <location filename="modinfodialog.ui" line="453"/>
+ <location filename="modinfodialog.ui" line="503"/>
<source>File</source>
<translation>檔案</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="435"/>
+ <location filename="modinfodialog.ui" line="458"/>
<source>Overwritten Mods</source>
<translation>覆蓋的 Mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="445"/>
+ <location filename="modinfodialog.ui" line="468"/>
<source>The following conflicted files are provided by other mods</source>
<translation>以下衝突檔案由其它 Mod 提供</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="485"/>
+ <location filename="modinfodialog.ui" line="508"/>
<source>Providing Mod</source>
<translation>提供的 Mod</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="495"/>
+ <location filename="modinfodialog.ui" line="518"/>
<source>Non-Conflicted files</source>
<translation>非衝突檔案</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="515"/>
+ <location filename="modinfodialog.ui" line="538"/>
<source>Categories</source>
<translation>類別</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="538"/>
+ <location filename="modinfodialog.ui" line="561"/>
<source>Primary Category</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="555"/>
+ <location filename="modinfodialog.ui" line="578"/>
<source>Nexus Info</source>
<translation>N網訊息</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="563"/>
+ <location filename="modinfodialog.ui" line="586"/>
<source>Mod ID</source>
<translation>Mod ID</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="570"/>
+ <location filename="modinfodialog.ui" line="593"/>
<source>Mod ID for this mod on Nexus.</source>
<translation>N網上此 Mod 的 ID。</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="573"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="596"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: &lt;/span&gt;&lt;a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; text-decoration: underline; color:#0000ff;"&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" font-size:8pt; color:#000000;"&gt;. In this example, 1334 is the id you're looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: &lt;/span&gt;&lt;a href=&quot; http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://skyrim.nexusmods.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; font-size:8pt; color:#000000;&quot;&gt;. In this example, 1334 is the id you&apos;re looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;N網上此 Mod 的 ID,如果您在 MO 中下載並安裝了 Mod 它將被自動填寫,否則您需要手動輸入。要找到正確的 ID,在N網找到 Mod。比如,像這樣的連結: &lt;a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"&gt;&lt;span style=" text-decoration: underline; color:#0000ff;"&gt;http://www.skyrimnexus.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt; 在上面的例子中,1334就是您要找的 ID。此外: 上面的就是 Mod Organizer 在N網的連結,為什麼不現在就到那裡去贊同我呢?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;N網上此 Mod 的 ID,如果您在 MO 中下載並安裝了 Mod 它將被自動填寫,否則您需要手動輸入。要找到正確的 ID,在N網找到 Mod。比如,像這樣的連結: &lt;a href=&quot; http://www.skyrimnexus.com/downloads/file.php?id=1334&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.skyrimnexus.com/downloads/file.php?id=1334&lt;/span&gt;&lt;/a&gt; 在上面的例子中,1334就是您要找的 ID。此外: 上面的就是 Mod Organizer 在N網的連結,為什麼不現在就到那裡去贊同我呢?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="597"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="620"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Installed Version of the Mod. The tooltip will contain the current version available on nexus. The installed version is only set if you installed the mod through MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Installed Version of the Mod. The tooltip will contain the current version available on nexus. The installed version is only set if you installed the mod through MO.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;Mod 的已安裝版本,滑鼠提示將顯示N網上的當前版本,已安裝的版本號只有在您通過 MO 來安裝 Mod 的時候才會自動填寫。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;Mod 的已安裝版本,滑鼠提示將顯示N網上的當前版本,已安裝的版本號只有在您通過 MO 來安裝 Mod 的時候才會自動填寫。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="604"/>
+ <location filename="modinfodialog.ui" line="627"/>
<source>Version</source>
<translation>版本</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="634"/>
+ <location filename="modinfodialog.ui" line="657"/>
<source>Refresh</source>
- <translation type="unfinished">重新整理</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="637"/>
+ <location filename="modinfodialog.ui" line="660"/>
<source>Refresh all information from Nexus.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="651"/>
+ <location filename="modinfodialog.ui" line="674"/>
<source>Description</source>
<translation>描述</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="666"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="689"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="701"/>
+ <location filename="modinfodialog.ui" line="724"/>
<source>Endorse</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="715"/>
+ <location filename="modinfodialog.ui" line="738"/>
<source>Notes</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="725"/>
+ <location filename="modinfodialog.ui" line="748"/>
<source>Filetree</source>
<translation>檔案樹</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="734"/>
+ <location filename="modinfodialog.ui" line="757"/>
<source>A directory view of this mod</source>
<translation>這個 Mod 的目錄視圖</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="737"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="modinfodialog.ui" line="760"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Changes happen immediately on disc, so do&lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt; be careful&lt;/span&gt;&lt;span style=" font-size:8pt;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;This is a modifiable directory view of the mod directory. You can move around files using drag &amp;amp; drop and rename them (double click).&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Changes happen immediately on disc, so do&lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt; be careful&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;這是一個可編輯的 Mod 目錄的目錄視圖,您可以通過拖放來移動檔案或者重新命名它們 (雙擊)。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;所做的更改將會立即作用於磁碟上的檔案,所以請&lt;/span&gt;&lt;span style=" font-size:9pt; font-weight:600;"&gt;謹慎操作&lt;/span&gt;&lt;span style=" font-size:9pt;"&gt;。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;這是一個可編輯的 Mod 目錄的目錄視圖,您可以通過拖放來移動檔案或者重新命名它們 (雙擊)。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;所做的更改將會立即作用於磁碟上的檔案,所以請&lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-weight:600;&quot;&gt;謹慎操作&lt;/span&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="764"/>
+ <location filename="modinfodialog.ui" line="787"/>
<source>Previous</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.ui" line="771"/>
+ <location filename="modinfodialog.ui" line="794"/>
<source>Next</source>
<translation>下一步</translation>
</message>
<message>
- <location filename="modinfodialog.ui" line="791"/>
+ <location filename="modinfodialog.ui" line="814"/>
<source>Close</source>
<translation>關閉</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="108"/>
+ <location filename="modinfodialog.cpp" line="170"/>
<source>&amp;Delete</source>
<translation>&amp;刪除</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="109"/>
+ <location filename="modinfodialog.cpp" line="171"/>
<source>&amp;Rename</source>
<translation>&amp;重新命名</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="110"/>
+ <location filename="modinfodialog.cpp" line="172"/>
<source>&amp;Hide</source>
<translation>&amp;隱藏</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="111"/>
+ <location filename="modinfodialog.cpp" line="173"/>
<source>&amp;Unhide</source>
<translation>&amp;取消隱藏</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="112"/>
+ <location filename="modinfodialog.cpp" line="174"/>
<source>&amp;Open</source>
<translation>&amp;開啟</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="113"/>
+ <location filename="modinfodialog.cpp" line="175"/>
<source>&amp;New Folder</source>
<translation>&amp;新增資料夾</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="354"/>
- <location filename="modinfodialog.cpp" line="369"/>
+ <location filename="modinfodialog.cpp" line="421"/>
+ <location filename="modinfodialog.cpp" line="436"/>
<source>Save changes?</source>
<translation>儲存更改嗎?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="354"/>
- <location filename="modinfodialog.cpp" line="369"/>
- <source>Save changes to "%1"?</source>
+ <location filename="modinfodialog.cpp" line="421"/>
+ <location filename="modinfodialog.cpp" line="436"/>
+ <source>Save changes to &quot;%1&quot;?</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.cpp" line="570"/>
+ <location filename="modinfodialog.cpp" line="626"/>
<source>File Exists</source>
<translation>檔案已存在</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="570"/>
+ <location filename="modinfodialog.cpp" line="626"/>
<source>A file with that name exists, please enter a new one</source>
<translation>檔案名已存在,請輸入其它名稱</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="587"/>
+ <location filename="modinfodialog.cpp" line="643"/>
<source>failed to move file</source>
<translation>無法移動檔案</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="612"/>
- <source>failed to create directory "optional"</source>
- <translation>無法建立 "optional" 目錄</translation>
+ <location filename="modinfodialog.cpp" line="668"/>
+ <source>failed to create directory &quot;optional&quot;</source>
+ <translation>無法建立 &quot;optional&quot; 目錄</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="650"/>
- <location filename="modinfodialog.cpp" line="1156"/>
+ <location filename="modinfodialog.cpp" line="706"/>
+ <location filename="modinfodialog.cpp" line="1211"/>
<source>Info requested, please wait</source>
<translation>請求訊息已發出,請稍後</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="704"/>
+ <location filename="modinfodialog.cpp" line="760"/>
<source>Main</source>
<translation>主要檔案</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="705"/>
+ <location filename="modinfodialog.cpp" line="761"/>
<source>Update</source>
<translation>更新</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="706"/>
+ <location filename="modinfodialog.cpp" line="762"/>
<source>Optional</source>
<translation>可選檔案</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="707"/>
+ <location filename="modinfodialog.cpp" line="763"/>
<source>Old</source>
<translation>舊檔</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="708"/>
+ <location filename="modinfodialog.cpp" line="764"/>
<source>Misc</source>
<translation>雜項</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="709"/>
+ <location filename="modinfodialog.cpp" line="765"/>
<source>Unknown</source>
<translation>未知</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="720"/>
+ <location filename="modinfodialog.cpp" line="776"/>
<source>Current Version: %1</source>
<translation>當前版本: %1</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="724"/>
+ <location filename="modinfodialog.cpp" line="780"/>
<source>No update available</source>
<translation>沒有可用的更新</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="765"/>
+ <location filename="modinfodialog.cpp" line="821"/>
<source>(description incomplete, please visit nexus)</source>
<translation>(描述訊息不完整,請訪問N網)</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="780"/>
- <source>&lt;a href="%1"&gt;Visit on Nexus&lt;/a&gt;</source>
- <translation>&lt;a href="%1"&gt;訪問N網&lt;/a&gt;</translation>
+ <location filename="modinfodialog.cpp" line="836"/>
+ <source>&lt;a href=&quot;%1&quot;&gt;Visit on Nexus&lt;/a&gt;</source>
+ <translation>&lt;a href=&quot;%1&quot;&gt;訪問N網&lt;/a&gt;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="859"/>
+ <location filename="modinfodialog.cpp" line="915"/>
<source>Failed to delete %1</source>
<translation>無法刪除 %1</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="870"/>
- <location filename="modinfodialog.cpp" line="875"/>
+ <location filename="modinfodialog.cpp" line="926"/>
+ <location filename="modinfodialog.cpp" line="931"/>
<source>Confirm</source>
<translation>確認</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="870"/>
- <source>Are sure you want to delete "%1"?</source>
- <translation>確定要刪除 "%1" 嗎?</translation>
+ <location filename="modinfodialog.cpp" line="926"/>
+ <source>Are sure you want to delete &quot;%1&quot;?</source>
+ <translation>確定要刪除 &quot;%1&quot; 嗎?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="875"/>
+ <location filename="modinfodialog.cpp" line="931"/>
<source>Are sure you want to delete the selected files?</source>
<translation>確定要刪除所選的檔案嗎?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="949"/>
- <location filename="modinfodialog.cpp" line="955"/>
+ <location filename="modinfodialog.cpp" line="1005"/>
+ <location filename="modinfodialog.cpp" line="1011"/>
<source>New Folder</source>
<translation>新增資料夾</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="961"/>
- <source>Failed to create "%1"</source>
- <translation>無法建立 "%1"</translation>
+ <location filename="modinfodialog.cpp" line="1017"/>
+ <source>Failed to create &quot;%1&quot;</source>
+ <translation>無法建立 &quot;%1&quot;</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1065"/>
- <location filename="modinfodialog.cpp" line="1089"/>
+ <location filename="modinfodialog.cpp" line="1121"/>
+ <location filename="modinfodialog.cpp" line="1145"/>
<source>Replace file?</source>
<translation>取代檔案?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1065"/>
+ <location filename="modinfodialog.cpp" line="1121"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation>已存在同名檔案,但該檔案被隱藏了。確定要覆蓋嗎?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1068"/>
- <location filename="modinfodialog.cpp" line="1092"/>
+ <location filename="modinfodialog.cpp" line="1124"/>
+ <location filename="modinfodialog.cpp" line="1148"/>
<source>File operation failed</source>
<translation>檔案操作錯誤</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1068"/>
- <location filename="modinfodialog.cpp" line="1092"/>
- <source>Failed to remove "%1". Maybe you lack the required file permissions?</source>
- <translation>無法移除 "%1"。也許您需要足夠的檔案權限?</translation>
+ <location filename="modinfodialog.cpp" line="1124"/>
+ <location filename="modinfodialog.cpp" line="1148"/>
+ <source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
+ <translation>無法移除 &quot;%1&quot;。也許您需要足夠的檔案權限?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1079"/>
- <location filename="modinfodialog.cpp" line="1102"/>
+ <location filename="modinfodialog.cpp" line="1135"/>
+ <location filename="modinfodialog.cpp" line="1158"/>
<source>failed to rename %1 to %2</source>
<translation>無法重新命名 %1 為 %2</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1089"/>
+ <location filename="modinfodialog.cpp" line="1145"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation>已存在同名檔案。確定要覆蓋嗎?</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1136"/>
+ <location filename="modinfodialog.cpp" line="1191"/>
<source>Un-Hide</source>
<translation>取消隱藏</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1138"/>
+ <location filename="modinfodialog.cpp" line="1193"/>
<source>Hide</source>
<translation>隱藏</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1179"/>
+ <location filename="modinfodialog.cpp" line="1234"/>
<source>Name</source>
- <translation type="unfinished"/>
+ <translation>名稱</translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1179"/>
+ <location filename="modinfodialog.cpp" line="1234"/>
<source>Please enter a name</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1183"/>
- <location filename="modinfodialog.cpp" line="1186"/>
+ <location filename="modinfodialog.cpp" line="1238"/>
+ <location filename="modinfodialog.cpp" line="1241"/>
<source>Error</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1183"/>
+ <location filename="modinfodialog.cpp" line="1238"/>
<source>Invalid name. Must be a valid file name</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1186"/>
+ <location filename="modinfodialog.cpp" line="1241"/>
<source>A tweak by that name exists</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1198"/>
+ <location filename="modinfodialog.cpp" line="1255"/>
<source>Create Tweak</source>
<translation type="unfinished"/>
</message>
</context>
<context>
+ <name>ModInfoForeign</name>
+ <message>
+ <location filename="modinfo.cpp" line="1040"/>
+ <source>This pseudo mod represents content managed outside MO. It isn&apos;t modified by MO.</source>
+ <translation type="unfinished"/>
+ </message>
+</context>
+<context>
<name>ModInfoOverwrite</name>
<message>
- <location filename="modinfo.cpp" line="866"/>
+ <location filename="modinfo.cpp" line="994"/>
<source>This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit)</source>
- <translation type="unfinished">此虛擬安裝包內包含來自虛擬 Data 樹的檔案,但檔案發生了變化 (例: 被CK修改了)</translation>
+ <translation type="unfinished"/>
</message>
</context>
<context>
<name>ModInfoRegular</name>
<message>
- <location filename="modinfo.cpp" line="393"/>
- <source>failed to write %1/meta.ini: %2</source>
- <translation>無法寫入 %1/meta.ini: %2</translation>
+ <location filename="modinfo.cpp" line="586"/>
+ <location filename="modinfo.cpp" line="589"/>
+ <source>failed to write %1/meta.ini: error %2</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modinfo.cpp" line="661"/>
+ <location filename="modinfo.cpp" line="862"/>
<source>%1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory</source>
- <translation type="unfinished">%1 中未包含 esp 或 esm 和有效的目錄 (textures, meshes, interface, ...)</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modinfo.cpp" line="665"/>
+ <location filename="modinfo.cpp" line="866"/>
<source>Categories: &lt;br&gt;</source>
- <translation type="unfinished">種類: &lt;br&gt;</translation>
+ <translation type="unfinished"/>
</message>
</context>
<context>
<name>ModList</name>
<message>
- <location filename="modlist.cpp" line="109"/>
+ <location filename="modlist.cpp" line="55"/>
+ <source>Game plugins (esp/esm)</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="56"/>
+ <source>Interface</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="57"/>
+ <source>Meshes</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="58"/>
+ <source>Music</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="59"/>
+ <source>Scripts (Papyrus)</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="60"/>
+ <source>Script Extender Plugin</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="61"/>
+ <source>SkyProc Patcher</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="62"/>
+ <source>Sound</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="63"/>
+ <source>Strings</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="64"/>
+ <source>Textures</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="117"/>
<source>This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit)</source>
<translation>此項目內檢測到了虛擬 Data 樹的檔案發生了變化 (例如:被 CK 修改了)</translation>
</message>
<message>
- <location filename="modlist.cpp" line="118"/>
+ <location filename="modlist.cpp" line="126"/>
<source>Backup</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="119"/>
+ <location filename="modlist.cpp" line="127"/>
<source>No valid game data</source>
- <translation type="unfinished"/>
+ <translation>無有效的遊戲資料</translation>
</message>
<message>
- <location filename="modlist.cpp" line="120"/>
+ <location filename="modlist.cpp" line="128"/>
<source>Not endorsed yet</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="122"/>
+ <location filename="modlist.cpp" line="130"/>
<source>Overwrites files</source>
- <translation type="unfinished"/>
+ <translation>覆蓋檔案</translation>
</message>
<message>
- <location filename="modlist.cpp" line="123"/>
+ <location filename="modlist.cpp" line="131"/>
<source>Overwritten files</source>
- <translation type="unfinished">覆蓋的 Mod</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="124"/>
+ <location filename="modlist.cpp" line="132"/>
<source>Overwrites &amp; Overwritten</source>
- <translation type="unfinished"/>
+ <translation>覆蓋與被覆蓋</translation>
</message>
<message>
- <location filename="modlist.cpp" line="125"/>
+ <location filename="modlist.cpp" line="133"/>
<source>Redundant</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="197"/>
+ <location filename="modlist.cpp" line="208"/>
+ <source>Non-MO</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="238"/>
<source>invalid</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="308"/>
- <source>installed version: %1, newest version: %2</source>
- <translation>當前版本: %1,最新版本: %2</translation>
+ <location filename="modlist.cpp" line="364"/>
+ <source>installed version: &quot;%1&quot;, newest version: &quot;%2&quot;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="310"/>
- <source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to "upgrade".</source>
+ <location filename="modlist.cpp" line="366"/>
+ <source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to &quot;upgrade&quot;.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="318"/>
+ <location filename="modlist.cpp" line="374"/>
<source>Categories: &lt;br&gt;</source>
<translation>種類: &lt;br&gt;</translation>
</message>
<message>
- <location filename="modlist.cpp" line="347"/>
+ <location filename="modlist.cpp" line="403"/>
<source>Invalid name</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="717"/>
+ <location filename="modlist.cpp" line="814"/>
<source>drag&amp;drop failed: %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="776"/>
+ <location filename="modlist.cpp" line="877"/>
<source>Confirm</source>
<translation>確認</translation>
</message>
<message>
- <location filename="modlist.cpp" line="776"/>
- <source>Are you sure you want to remove "%1"?</source>
- <translation>確定要移除 "%1" 吗?</translation>
+ <location filename="modlist.cpp" line="877"/>
+ <source>Are you sure you want to remove &quot;%1&quot;?</source>
+ <translation>確定要移除 &quot;%1&quot; 吗?</translation>
</message>
<message>
- <location filename="modlist.cpp" line="831"/>
+ <location filename="modlist.cpp" line="934"/>
<source>Flags</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="832"/>
+ <location filename="modlist.cpp" line="935"/>
+ <source>Content</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="936"/>
<source>Mod Name</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="833"/>
+ <location filename="modlist.cpp" line="937"/>
<source>Version</source>
<translation>版本</translation>
</message>
<message>
- <location filename="modlist.cpp" line="834"/>
+ <location filename="modlist.cpp" line="938"/>
<source>Priority</source>
<translation>優先級</translation>
</message>
<message>
- <location filename="modlist.cpp" line="835"/>
+ <location filename="modlist.cpp" line="939"/>
<source>Category</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="836"/>
+ <location filename="modlist.cpp" line="940"/>
<source>Nexus ID</source>
- <translation type="unfinished">N網 ID</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="837"/>
+ <location filename="modlist.cpp" line="941"/>
<source>Installation</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="838"/>
- <location filename="modlist.cpp" line="854"/>
+ <location filename="modlist.cpp" line="942"/>
+ <location filename="modlist.cpp" line="970"/>
<source>unknown</source>
- <translation type="unfinished">未知</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="846"/>
+ <location filename="modlist.cpp" line="950"/>
<source>Name of your mods</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="847"/>
+ <location filename="modlist.cpp" line="951"/>
<source>Version of the mod (if available)</source>
<translation>Mod 版本 (如果可用)</translation>
</message>
<message>
- <location filename="modlist.cpp" line="848"/>
- <source>Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority.</source>
+ <location filename="modlist.cpp" line="952"/>
+ <source>Installation priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites files from mods with lower priority.</source>
<translation>Mod 的安裝優先級。越高就表示越“重要”,從而覆蓋掉低優先級的 Mod 檔案。</translation>
</message>
<message>
- <location filename="modlist.cpp" line="850"/>
+ <location filename="modlist.cpp" line="954"/>
<source>Category of the mod.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="851"/>
+ <location filename="modlist.cpp" line="955"/>
<source>Id of the mod as used on Nexus.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="852"/>
+ <location filename="modlist.cpp" line="956"/>
<source>Emblemes to highlight things that might require attention.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="modlist.cpp" line="853"/>
+ <location filename="modlist.cpp" line="957"/>
+ <source>Depicts the content of the mod:&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/plugin&quot; width=32/&gt;Game plugins (esp/esm)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/interface&quot; width=32/&gt;interface&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/mesh&quot; width=32/&gt;Meshes&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/texture&quot; width=32/&gt;Textures&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/sound&quot; width=32/&gt;Sounds&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/music&quot; width=32/&gt;Music&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/string&quot; width=32/&gt;Strings&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/script&quot; width=32/&gt;Scripts (Papyrus)&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skse&quot; width=32/&gt;Script Extender plugins&lt;br&gt;&lt;img src=&quot;:/MO/gui/content/skyproc&quot; width=32/&gt;SkyProc Patcher&lt;br&gt;</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="969"/>
<source>Time this mod was installed</source>
<translation type="unfinished"/>
</message>
@@ -3207,17 +3773,22 @@ p, li { white-space: pre-wrap; }
<context>
<name>NXMAccessManager</name>
<message>
- <location filename="nxmaccessmanager.cpp" line="130"/>
+ <location filename="nxmaccessmanager.cpp" line="152"/>
<source>Logging into Nexus</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="145"/>
+ <location filename="nxmaccessmanager.cpp" line="167"/>
<source>timeout</source>
<translation>超時</translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="185"/>
+ <location filename="nxmaccessmanager.cpp" line="186"/>
+ <source>Unknown error</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="nxmaccessmanager.cpp" line="212"/>
<source>Please check your password</source>
<translation>請檢查您的密碼</translation>
</message>
@@ -3225,17 +3796,17 @@ p, li { white-space: pre-wrap; }
<context>
<name>NexusInterface</name>
<message>
- <location filename="nexusinterface.cpp" line="219"/>
- <source>Failed to guess mod id for "%1", please pick the correct one</source>
+ <location filename="nexusinterface.cpp" line="216"/>
+ <source>Failed to guess mod id for &quot;%1&quot;, please pick the correct one</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="nexusinterface.cpp" line="456"/>
+ <location filename="nexusinterface.cpp" line="482"/>
<source>empty response</source>
<translation>未回應</translation>
</message>
<message>
- <location filename="nexusinterface.cpp" line="484"/>
+ <location filename="nexusinterface.cpp" line="511"/>
<source>invalid response</source>
<translation>無效的回應</translation>
</message>
@@ -3253,184 +3824,211 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"/>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="90"/>
+ <location filename="overwriteinfodialog.cpp" line="88"/>
<source>&amp;Delete</source>
<translation>&amp;刪除</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="91"/>
+ <location filename="overwriteinfodialog.cpp" line="89"/>
<source>&amp;Rename</source>
<translation>&amp;重新命名</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="92"/>
+ <location filename="overwriteinfodialog.cpp" line="90"/>
<source>&amp;Open</source>
<translation>&amp;開啟</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="93"/>
+ <location filename="overwriteinfodialog.cpp" line="91"/>
<source>&amp;New Folder</source>
<translation>&amp;新增資料夾</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="136"/>
- <source>Failed to delete "%1"</source>
- <translation>無法刪除 "%1"</translation>
+ <location filename="overwriteinfodialog.cpp" line="109"/>
+ <source>%1 not found</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="147"/>
- <location filename="overwriteinfodialog.cpp" line="152"/>
+ <location filename="overwriteinfodialog.cpp" line="144"/>
+ <source>Failed to delete &quot;%1&quot;</source>
+ <translation>無法刪除 &quot;%1&quot;</translation>
+ </message>
+ <message>
+ <location filename="overwriteinfodialog.cpp" line="155"/>
+ <location filename="overwriteinfodialog.cpp" line="160"/>
<source>Confirm</source>
<translation>確認</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="147"/>
- <source>Are sure you want to delete "%1"?</source>
- <translation>確定要刪除 "%1" 嗎?</translation>
+ <location filename="overwriteinfodialog.cpp" line="155"/>
+ <source>Are sure you want to delete &quot;%1&quot;?</source>
+ <translation>確定要刪除 &quot;%1&quot; 嗎?</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="152"/>
+ <location filename="overwriteinfodialog.cpp" line="160"/>
<source>Are sure you want to delete the selected files?</source>
<translation>確定要刪除所選的檔案嗎?</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="202"/>
- <location filename="overwriteinfodialog.cpp" line="208"/>
+ <location filename="overwriteinfodialog.cpp" line="210"/>
+ <location filename="overwriteinfodialog.cpp" line="216"/>
<source>New Folder</source>
<translation>新增資料夾</translation>
</message>
<message>
- <location filename="overwriteinfodialog.cpp" line="214"/>
- <source>Failed to create "%1"</source>
- <translation>無法建立 "%1"</translation>
+ <location filename="overwriteinfodialog.cpp" line="222"/>
+ <source>Failed to create &quot;%1&quot;</source>
+ <translation>無法建立 &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>PluginList</name>
<message>
- <location filename="pluginlist.cpp" line="101"/>
+ <location filename="pluginlist.cpp" line="104"/>
<source>Name</source>
<translation>名稱</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="102"/>
+ <location filename="pluginlist.cpp" line="105"/>
<source>Priority</source>
<translation>優先級</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="103"/>
+ <location filename="pluginlist.cpp" line="106"/>
<source>Mod Index</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="104"/>
- <location filename="pluginlist.cpp" line="116"/>
+ <location filename="pluginlist.cpp" line="107"/>
+ <source>Flags</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="pluginlist.cpp" line="108"/>
+ <location filename="pluginlist.cpp" line="120"/>
<source>unknown</source>
- <translation type="unfinished">未知</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="112"/>
+ <location filename="pluginlist.cpp" line="116"/>
<source>Name of your mods</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="113"/>
- <source>Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority.</source>
+ <location filename="pluginlist.cpp" line="117"/>
+ <source>Load priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites data from plugins with lower priority.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="115"/>
+ <location filename="pluginlist.cpp" line="119"/>
<source>The modindex determins the formids of objects originating from this mods.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="155"/>
+ <location filename="pluginlist.cpp" line="160"/>
<source>failed to update esp info for file %1 (source id: %2), error: %3</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="222"/>
+ <location filename="pluginlist.cpp" line="228"/>
<source>esp not found: %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="229"/>
- <location filename="pluginlist.cpp" line="241"/>
+ <location filename="pluginlist.cpp" line="235"/>
+ <location filename="pluginlist.cpp" line="247"/>
<source>Confirm</source>
- <translation type="unfinished"/>
+ <translation>確認</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="229"/>
+ <location filename="pluginlist.cpp" line="235"/>
<source>Really enable all plugins?</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="241"/>
+ <location filename="pluginlist.cpp" line="247"/>
<source>Really disable all plugins?</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="369"/>
+ <location filename="pluginlist.cpp" line="398"/>
<source>The file containing locked plugin indices is broken</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="382"/>
- <location filename="pluginlist.cpp" line="421"/>
- <source>failed to open output file: %1</source>
- <translation>無法開啟輸出檔案: %1</translation>
- </message>
- <message>
- <location filename="pluginlist.cpp" line="409"/>
+ <location filename="pluginlist.cpp" line="439"/>
<source>Some of your plugins have invalid names! These plugins can not be loaded by the game. Please see mo_interface.log for a list of affected plugins and rename them.</source>
<translation>您的一些插件名稱無效!這些插件無法被遊戲載入。請查看 mo_interface.log 來確認那些受影響的插件並重新命名它們。</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="757"/>
- <source>This plugin can't be disabled (enforced by the game)</source>
+ <location filename="pluginlist.cpp" line="806"/>
+ <source>This plugin can&apos;t be disabled (enforced by the game)</source>
<translation>這個插件不能被禁用 (由遊戲執行)</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="759"/>
- <source>Origin: %1</source>
- <translation>隸屬於: %1</translation>
+ <location filename="pluginlist.cpp" line="808"/>
+ <source>&lt;b&gt;Origin&lt;/b&gt;: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="pluginlist.cpp" line="810"/>
+ <source>Author</source>
+ <translation>作者</translation>
+ </message>
+ <message>
+ <location filename="pluginlist.cpp" line="813"/>
+ <source>Description</source>
+ <translation>描述</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="761"/>
+ <location filename="pluginlist.cpp" line="816"/>
<source>Missing Masters</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="767"/>
+ <location filename="pluginlist.cpp" line="823"/>
<source>Enabled Masters</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="pluginlist.cpp" line="882"/>
+ <location filename="pluginlist.cpp" line="974"/>
<source>failed to restore load order for %1</source>
+ <translation>為 %1 回復載入順序失敗</translation>
+ </message>
+</context>
+<context>
+ <name>PreviewDialog</name>
+ <message>
+ <location filename="previewdialog.ui" line="14"/>
+ <source>Preview</source>
<translation type="unfinished"/>
</message>
+ <message>
+ <location filename="previewdialog.ui" line="78"/>
+ <source>Close</source>
+ <translation>關閉</translation>
+ </message>
</context>
<context>
<name>ProblemsDialog</name>
<message>
<location filename="problemsdialog.ui" line="14"/>
<source>Problems</source>
- <translation type="unfinished">問題</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="problemsdialog.ui" line="49"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="problemsdialog.ui" line="75"/>
<source>Close</source>
- <translation type="unfinished"/>
+ <translation>關閉</translation>
</message>
<message>
<location filename="problemsdialog.cpp" line="44"/>
@@ -3447,83 +4045,78 @@ p, li { white-space: pre-wrap; }
<context>
<name>Profile</name>
<message>
- <location filename="profile.cpp" line="58"/>
+ <location filename="profile.cpp" line="59"/>
<source>invalid profile name %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="62"/>
+ <location filename="profile.cpp" line="63"/>
<source>failed to create %1</source>
- <translation type="unfinished">無法建立 %1</translation>
- </message>
- <message>
- <location filename="profile.cpp" line="155"/>
- <source>failed to open temporary file</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="192"/>
- <source>failed to open "%1" for writing</source>
- <translation type="unfinished"/>
- </message>
- <message>
- <location filename="profile.cpp" line="198"/>
+ <location filename="profile.cpp" line="184"/>
<source>failed to write mod list: %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="209"/>
+ <location filename="profile.cpp" line="195"/>
<source>failed to update tweaked ini file, wrong settings may be used: %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="239"/>
+ <location filename="profile.cpp" line="226"/>
<source>failed to create tweaked ini: %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="292"/>
- <location filename="profile.cpp" line="321"/>
- <location filename="profile.cpp" line="406"/>
- <location filename="profile.cpp" line="424"/>
- <location filename="profile.cpp" line="434"/>
+ <location filename="profile.cpp" line="236"/>
+ <source>&quot;%1&quot; is missing or inaccessible</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="profile.cpp" line="282"/>
+ <location filename="profile.cpp" line="314"/>
+ <location filename="profile.cpp" line="416"/>
+ <location filename="profile.cpp" line="436"/>
+ <location filename="profile.cpp" line="446"/>
<source>invalid index %1</source>
<translation>無效的索引 %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="387"/>
- <source>Overwrite directory couldn't be parsed</source>
+ <location filename="profile.cpp" line="397"/>
+ <source>Overwrite directory couldn&apos;t be parsed</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="396"/>
+ <location filename="profile.cpp" line="406"/>
<source>invalid priority %1</source>
<translation>無效的優先級 %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="584"/>
+ <location filename="profile.cpp" line="596"/>
<source>failed to parse ini file (%1)</source>
- <translation type="unfinished">無法解析 Ini 檔案 (%1): %2</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="612"/>
+ <location filename="profile.cpp" line="624"/>
<source>failed to parse ini file (%1): %2</source>
<translation>無法解析 Ini 檔案 (%1): %2</translation>
</message>
<message>
- <location filename="profile.cpp" line="636"/>
- <location filename="profile.cpp" line="673"/>
- <source>failed to modify "%1"</source>
- <translation type="unfinished">未能找到 "%1"</translation>
+ <location filename="profile.cpp" line="648"/>
+ <location filename="profile.cpp" line="685"/>
+ <source>failed to modify &quot;%1&quot;</source>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="701"/>
+ <location filename="profile.cpp" line="713"/>
<source>Delete savegames?</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="profile.cpp" line="702"/>
- <source>Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames)</source>
+ <location filename="profile.cpp" line="714"/>
+ <source>Do you want to delete local savegames? (If you select &quot;No&quot;, the save games will show up again if you re-enable local savegames)</source>
<translation type="unfinished"/>
</message>
</context>
@@ -3546,7 +4139,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profileinputdialog.ui" line="33"/>
- <source>If checked, the new profile will use the default game settings instead of the "global" settings. Global settings are the settings you configure when running the game launcher directly, without MO.</source>
+ <source>If checked, the new profile will use the default game settings instead of the &quot;global&quot; settings. Global settings are the settings you configure when running the game launcher directly, without MO.</source>
<translation>如果選中,那麼新配置檔案將會使用默認的遊戲設定來取代全局設定。全局設定是您不使用 MO,直接運行遊戲時所配置的設定。</translation>
</message>
<message>
@@ -3569,20 +4162,20 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.ui" line="25"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;This is the list of profiles. Each Profile contains its own list and installation order of enabled mods (from a shared pool), a configuration of enabled esps/esms, a copy of the games ini-file and an optional savegame filter.&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;Note&lt;/span&gt; For technical reasons it's currently not possible to have seperate load-orders for esps. This means you can't load moda.esp before modb.esp in one profile and the other way around in another.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This is the list of profiles. Each Profile contains its own list and installation order of enabled mods (from a shared pool), a configuration of enabled esps/esms, a copy of the games ini-file and an optional savegame filter.&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note&lt;/span&gt; For technical reasons it&apos;s currently not possible to have seperate load-orders for esps. This means you can&apos;t load moda.esp before modb.esp in one profile and the other way around in another.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;這是配置檔案的列表,每個配置檔案都包含了它們自己的已激活 Mod 的列表和安裝順序 (從共享區域)、一個已激活的 esp 或 esm 的配置、一個遊戲 Ini 檔案的拷貝和一個可選的存檔過濾器。&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;注意: &lt;/span&gt;由于技術上的原因,目前不可能有分開儲存的插件加載順序。這意味著您不能同时在兩個配置檔案裡使用兩種不同的插件配置方案。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;這是配置檔案的列表,每個配置檔案都包含了它們自己的已啟動 Mod 的列表和安裝順序 (從共享區域)、一個已啟動的 esp 或 esm 的配置、一個遊戲 Ini 檔案的拷貝和一個可選的存檔過濾器。&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;注意: &lt;/span&gt;由於技術上的原因,目前不可能有分開儲存的插件載入順序。這意味著您不能同時在兩個配置檔案裡使用兩種不同的插件配置方案。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="38"/>
@@ -3602,22 +4195,22 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.ui" line="54"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The games Oblivion, Fallout 3 and Fallout NV contain a bug which prevents texture and mesh replacers (that is: all modifications to meshes and textures already in game) from working.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Mod Organizer uses a workaround called &amp;quot;BSA redirection&amp;quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;With Skyrim this bug seems to be fixed to a degree but whether a mod becomes active still depends on file dates. Therefore, it still makes sense to activate this.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The games Oblivion, Fallout 3 and Fallout NV contain a bug which prevents texture and mesh replacers (that is: all modifications to meshes and textures already in game) from working.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Mod Organizer uses a workaround called &amp;quot;BSA redirection&amp;quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;With Skyrim this bug seems to be fixed to a degree but whether a mod becomes active still depends on file dates. Therefore, it still makes sense to activate this.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;湮滅、輻射3和輻射新維加斯包含了一個 Bug: 遊戲阻止了用來運行遊戲的 Texture 和 Mesh 被替換 (所有改動到遊戲中已存在的 Meshes 和 Textures 的 Mod)。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;Mod Organizer 使用了一種叫作“BSA 重定向”的解決方案可靠地修復了這個問題,並且无需進一步的操作,簡單地激活然後忘記這件事吧。&lt;/span&gt;&lt;/p&gt;
-&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;伴隨著天際的到來,這個 Bug 似乎在一定程度上被修復了。但是一個 Mod 是否能夠被正確地激活仍取決于檔案的日期。因此,激活它還是有意義的。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;湮滅、輻射3和輻射新維加斯包含了一個 Bug: 遊戲阻止了用來運行遊戲的 Texture 和 Mesh 被替換 (所有改動到遊戲中已存在的 Meshes 和 Textures 的 Mod)。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;Mod Organizer 使用了一種叫作“BSA 重定向”的解決方案可靠地修復了這個問題,並且无需進一步的操作,簡單地激活然後忘記這件事吧。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;伴隨著天際的到來,這個 Bug 似乎在一定程度上被修復了。但是一個 Mod 是否能夠被正確地激活仍取決于檔案的日期。因此,激活它還是有意義的。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="profilesdialog.ui" line="64"/>
@@ -3664,7 +4257,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="profilesdialog.ui" line="123"/>
<source>Rename</source>
- <translation type="unfinished">&amp;重新命名</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="profilesdialog.ui" line="133"/>
@@ -3684,7 +4277,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.cpp" line="61"/>
- <source>Archive invalidation isn't required for this game.</source>
+ <source>Archive invalidation isn&apos;t required for this game.</source>
<translation>這個遊戲並不需要檔案無效化。</translation>
</message>
<message>
@@ -3735,7 +4328,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="profilesdialog.cpp" line="183"/>
- <source>This profile you're about to delete seems to be broken or the path is invalid. I'm about to delete the following folder: "%1". Proceed?</source>
+ <source>This profile you&apos;re about to delete seems to be broken or the path is invalid. I&apos;m about to delete the following folder: &quot;%1&quot;. Proceed?</source>
<translation type="unfinished"/>
</message>
<message>
@@ -3781,22 +4374,22 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="csvbuilder.cpp" line="70"/>
- <source>invalid field name "%1"</source>
+ <source>invalid field name &quot;%1&quot;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="csvbuilder.cpp" line="76"/>
- <source>invalid type for "%1" (should be integer)</source>
+ <source>invalid type for &quot;%1&quot; (should be integer)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="csvbuilder.cpp" line="81"/>
- <source>invalid type for "%1" (should be string)</source>
+ <source>invalid type for &quot;%1&quot; (should be string)</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="csvbuilder.cpp" line="86"/>
- <source>invalid type for "%1" (should be float)</source>
+ <source>invalid type for &quot;%1&quot; (should be float)</source>
<translation type="unfinished"/>
</message>
<message>
@@ -3806,12 +4399,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="csvbuilder.cpp" line="140"/>
- <source>field not set "%1"</source>
+ <source>field not set &quot;%1&quot;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="csvbuilder.cpp" line="237"/>
- <source>invalid character in field "%1"</source>
+ <source>invalid character in field &quot;%1&quot;</source>
<translation type="unfinished"/>
</message>
<message>
@@ -3860,7 +4453,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="loadmechanism.cpp" line="144"/>
<source>Failed to deactivate script extender loading</source>
- <translation>無法停用脚本扩展加載</translation>
+ <translation>停用腳本擴充載入失敗</translation>
</message>
<message>
<location filename="loadmechanism.cpp" line="165"/>
@@ -3876,7 +4469,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="loadmechanism.cpp" line="175"/>
<source>Failed to deactivate proxy-dll loading</source>
- <translation>無法停用代理DLL加載</translation>
+ <translation>停用代理DLL載入失敗</translation>
</message>
<message>
<location filename="loadmechanism.cpp" line="209"/>
@@ -3888,7 +4481,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="loadmechanism.cpp" line="214"/>
<source>Failed to set up script extender loading</source>
- <translation>無法設定腳本拓展加載</translation>
+ <translation>設定腳本擴充載入失敗</translation>
</message>
<message>
<location filename="loadmechanism.cpp" line="240"/>
@@ -3903,102 +4496,106 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="loadmechanism.cpp" line="268"/>
<source>Failed to set up proxy-dll loading</source>
- <translation>無法設定代理DLL加載</translation>
+ <translation>設定代理DLL載入失敗</translation>
</message>
<message>
- <location filename="main.cpp" line="138"/>
+ <location filename="main.cpp" line="122"/>
<source>Permissions required</source>
<translation>需要權限</translation>
</message>
<message>
- <location filename="main.cpp" line="139"/>
- <source>The current user account doesn't have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run "helper.exe" with administrative rights.</source>
+ <location filename="main.cpp" line="123"/>
+ <source>The current user account doesn&apos;t have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run &quot;helper.exe&quot; with administrative rights.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="main.cpp" line="230"/>
- <location filename="main.cpp" line="268"/>
+ <location filename="main.cpp" line="202"/>
+ <location filename="main.cpp" line="241"/>
<source>Woops</source>
<translation>糟糕</translation>
</message>
<message>
- <location filename="main.cpp" line="231"/>
+ <location filename="main.cpp" line="203"/>
<source>ModOrganizer has crashed! Should a diagnostic file be created? If you send me this file (%1) to sherb@gmx.net, the bug is a lot more likely to be fixed. Please include a short description of what you were doing when the crash happened</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="main.cpp" line="269"/>
+ <location filename="main.cpp" line="242"/>
<source>ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1</source>
<translation>Mod Organizer 崩潰了!遺憾的是,我無法生成診斷檔案: %1</translation>
</message>
<message>
- <location filename="main.cpp" line="331"/>
- <location filename="settings.cpp" line="533"/>
+ <location filename="main.cpp" line="383"/>
+ <location filename="settings.cpp" line="528"/>
<source>Mod Organizer</source>
<translation>Mod Organizer</translation>
</message>
<message>
- <location filename="main.cpp" line="331"/>
+ <location filename="main.cpp" line="383"/>
<source>An instance of Mod Organizer is already running</source>
<translation>Mod Organizer 的一個實例正在運行</translation>
</message>
<message>
- <location filename="main.cpp" line="353"/>
- <source>No game identified in "%1". The directory is required to contain the game binary and its launcher.</source>
- <translation>"%1" 中未檢測到遊戲。請確保該路徑中包含遊戲執行程式以及對應的 Launcher 檔案。</translation>
+ <location filename="main.cpp" line="397"/>
+ <source>No game identified in &quot;%1&quot;. The directory is required to contain the game binary and its launcher.</source>
+ <translation>&quot;%1&quot; 中未檢測到遊戲。請確保該路徑中包含遊戲執行程式以及對應的 Launcher 檔案。</translation>
</message>
<message>
- <location filename="main.cpp" line="356"/>
- <location filename="main.cpp" line="385"/>
+ <location filename="main.cpp" line="400"/>
+ <location filename="main.cpp" line="429"/>
<source>Please select the game to manage</source>
<translation>請選擇想要管理的遊戲</translation>
</message>
<message>
- <location filename="main.cpp" line="411"/>
- <source>Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!)</source>
+ <location filename="main.cpp" line="456"/>
+ <source>Please select the game edition you have (MO can&apos;t start the game correctly if this is set incorrectly!)</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="main.cpp" line="545"/>
+ <source>failed to start application: %1</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="mainwindow.cpp" line="772"/>
- <source>Please use "Help" from the toolbar to get usage instructions to all elements</source>
+ <location filename="mainwindow.cpp" line="856"/>
+ <source>Please use &quot;Help&quot; from the toolbar to get usage instructions to all elements</source>
<translation>請使用工具列上的“幫助”來獲得所有元素的使用說明</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1548"/>
- <location filename="mainwindow.cpp" line="4118"/>
+ <location filename="mainwindow.cpp" line="1659"/>
+ <location filename="mainwindow.cpp" line="4347"/>
<source>&lt;Manage...&gt;</source>
<translation>&lt;管理...&gt;</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1566"/>
+ <location filename="mainwindow.cpp" line="1677"/>
<source>failed to parse profile %1: %2</source>
<translation>無法解析配置檔案 %1: %2</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="324"/>
- <location filename="profile.cpp" line="249"/>
- <source>failed to find "%1"</source>
- <translation>未能找到 "%1"</translation>
+ <location filename="pluginlist.cpp" line="353"/>
+ <source>failed to find &quot;%1&quot;</source>
+ <translation>未能找到 &quot;%1&quot;</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="483"/>
+ <location filename="pluginlist.cpp" line="518"/>
<source>failed to access %1</source>
<translation>無法訪問 %1</translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="497"/>
+ <location filename="pluginlist.cpp" line="532"/>
<source>failed to set file time %1</source>
<translation>無法設定檔案時間 %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="69"/>
+ <location filename="profile.cpp" line="70"/>
<source>failed to create %1</source>
<translation>無法建立 %1</translation>
</message>
<message>
- <location filename="profile.cpp" line="95"/>
- <source>"%1" is missing</source>
- <translation>"%1" 缺失</translation>
+ <location filename="profile.cpp" line="96"/>
+ <source>&quot;%1&quot; is missing or inaccessible</source>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="profilesdialog.cpp" line="80"/>
@@ -4012,66 +4609,71 @@ p, li { white-space: pre-wrap; }
<translation>錯誤</translation>
</message>
<message>
- <location filename="savegamegamebryo.cpp" line="139"/>
- <location filename="savegamegamebryo.cpp" line="198"/>
- <location filename="savegamegamebryo.cpp" line="240"/>
+ <location filename="safewritefile.cpp" line="33"/>
+ <source>failed to open temporary file</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="savegamegamebryo.cpp" line="130"/>
+ <location filename="savegamegamebryo.cpp" line="189"/>
+ <location filename="savegamegamebryo.cpp" line="231"/>
<source>wrong file format</source>
<translation>錯誤的檔案格式</translation>
</message>
<message>
- <location filename="savegamegamebryo.cpp" line="326"/>
+ <location filename="savegamegamebryo.cpp" line="317"/>
<source>failed to open %1</source>
<translation>無法開啟 %1</translation>
</message>
<message>
- <location filename="settings.cpp" line="540"/>
+ <location filename="settings.cpp" line="535"/>
<source>Script Extender</source>
<translation>腳本拓展</translation>
</message>
<message>
- <location filename="settings.cpp" line="547"/>
+ <location filename="settings.cpp" line="542"/>
<source>Proxy DLL</source>
<translation>代理DLL</translation>
</message>
<message>
- <location filename="spawn.cpp" line="106"/>
- <source>failed to spawn "%1"</source>
- <translation>無法生成 "%1"</translation>
+ <location filename="spawn.cpp" line="140"/>
+ <source>failed to spawn &quot;%1&quot;</source>
+ <translation>無法生成 &quot;%1&quot;</translation>
</message>
<message>
- <location filename="spawn.cpp" line="113"/>
+ <location filename="spawn.cpp" line="147"/>
<source>Elevation required</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="spawn.cpp" line="114"/>
+ <location filename="spawn.cpp" line="148"/>
<source>This process requires elevation to run.
This is a potential security risk so I highly advice you to investigate if
-"%1"
+&quot;%1&quot;
can be installed to work without elevation.
Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe to make changes to the system)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="spawn.cpp" line="128"/>
- <source>failed to spawn "%1": %2</source>
- <translation>無法生成 "%1": %2</translation>
+ <location filename="spawn.cpp" line="163"/>
+ <source>failed to spawn &quot;%1&quot;: %2</source>
+ <translation>無法生成 &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="spawn.cpp" line="137"/>
- <source>"%1" doesn't exist</source>
- <translation>"%1" 不存在</translation>
+ <location filename="spawn.cpp" line="172"/>
+ <source>&quot;%1&quot; doesn&apos;t exist</source>
+ <translation>&quot;%1&quot; 不存在</translation>
</message>
<message>
- <location filename="spawn.cpp" line="144"/>
- <source>failed to inject dll into "%1": %2</source>
- <translation>無法注入 dll 到 "%1": %2</translation>
+ <location filename="spawn.cpp" line="179"/>
+ <source>failed to inject dll into &quot;%1&quot;: %2</source>
+ <translation>無法注入 dll 到 &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="spawn.cpp" line="152"/>
- <source>failed to run "%1"</source>
- <translation>無法運行 "%1"</translation>
+ <location filename="spawn.cpp" line="197"/>
+ <source>failed to run &quot;%1&quot;</source>
+ <translation>無法運行 &quot;%1&quot;</translation>
</message>
</context>
<context>
@@ -4099,17 +4701,17 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="queryoverwritedialog.ui" line="77"/>
<source>Replace</source>
- <translation type="unfinished">取代</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="84"/>
<source>Rename</source>
- <translation type="unfinished">&amp;重新命名</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="queryoverwritedialog.ui" line="91"/>
<source>Cancel</source>
- <translation type="unfinished">取消</translation>
+ <translation type="unfinished"/>
</message>
</context>
<context>
@@ -4137,7 +4739,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savegameinfowidget.ui" line="87"/>
<source>Date</source>
- <translation type="unfinished">Data</translation>
+ <translation type="unfinished"/>
</message>
</context>
<context>
@@ -4145,7 +4747,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savegameinfowidgetgamebryo.cpp" line="41"/>
<source>Missing ESPs</source>
- <translation type="unfinished">缺失的 ESP</translation>
+ <translation type="unfinished"/>
</message>
</context>
<context>
@@ -4153,7 +4755,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savetextasdialog.ui" line="14"/>
<source>Dialog</source>
- <translation type="unfinished">對話方塊</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="savetextasdialog.ui" line="32"/>
@@ -4168,7 +4770,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savetextasdialog.ui" line="59"/>
<source>Close</source>
- <translation type="unfinished">關閉</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="savetextasdialog.cpp" line="36"/>
@@ -4178,11 +4780,11 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="savetextasdialog.cpp" line="36"/>
<source>Text Files</source>
- <translation type="unfinished">文字文件</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="savetextasdialog.cpp" line="40"/>
- <source>failed to open "%1" for writing</source>
+ <source>failed to open &quot;%1&quot; for writing</source>
<translation type="unfinished"/>
</message>
</context>
@@ -4196,7 +4798,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<message>
<location filename="selectiondialog.ui" line="23"/>
<source>Placeholder</source>
- <translation>占位符</translation>
+ <translation>預留位置</translation>
</message>
<message>
<location filename="selectiondialog.ui" line="77"/>
@@ -4208,98 +4810,108 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<name>SelfUpdater</name>
<message>
<location filename="selfupdater.cpp" line="66"/>
- <source>archive.dll not loaded: "%1"</source>
- <translation type="unfinished"/>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation>archive.dll 並未載入: &quot;%1&quot;</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="116"/>
- <location filename="selfupdater.cpp" line="139"/>
- <location filename="selfupdater.cpp" line="268"/>
- <location filename="selfupdater.cpp" line="415"/>
+ <location filename="selfupdater.cpp" line="117"/>
+ <location filename="selfupdater.cpp" line="140"/>
+ <location filename="selfupdater.cpp" line="269"/>
+ <location filename="selfupdater.cpp" line="416"/>
<source>Update</source>
<translation>更新</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="117"/>
+ <location filename="selfupdater.cpp" line="118"/>
<source>An update is available (newest version: %1), do you want to install it?</source>
<translation>有可用的更新 (最新版本: %1),您想要安裝它嗎?</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="140"/>
+ <location filename="selfupdater.cpp" line="141"/>
<source>Download in progress</source>
<translation>正在下載</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="195"/>
+ <location filename="selfupdater.cpp" line="196"/>
<source>Download failed: %1</source>
<translation>下載失敗: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="206"/>
+ <location filename="selfupdater.cpp" line="207"/>
<source>Failed to install update: %1</source>
<translation>無法安裝更新: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="227"/>
- <source>failed to open archive "%1": %2</source>
- <translation>無法開啟壓縮包 "%1": %2</translation>
+ <location filename="selfupdater.cpp" line="228"/>
+ <source>failed to open archive &quot;%1&quot;: %2</source>
+ <translation>無法開啟壓縮包 &quot;%1&quot;: %2</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="250"/>
+ <location filename="selfupdater.cpp" line="251"/>
<source>failed to move outdated files: %1. Please update manually.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="selfupdater.cpp" line="268"/>
+ <location filename="selfupdater.cpp" line="269"/>
<source>Update installed, Mod Organizer will now be restarted.</source>
<translation>更新完成,Mod Organizer 現在將重新啟動。</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="296"/>
+ <location filename="selfupdater.cpp" line="297"/>
<source>Error</source>
<translation>錯誤</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="351"/>
+ <location filename="selfupdater.cpp" line="352"/>
<source>Failed to parse response. Please report this as a bug and include the file mo_interface.log.</source>
<translation>解析回應時發生錯誤。請回報此 Bug 並附上 mo_interface.log!</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="416"/>
+ <location filename="selfupdater.cpp" line="417"/>
<source>No incremental update available for this version, the complete package needs to be downloaded (%1 kB)</source>
- <translation>沒有可用于此版本的更新檔案,需要下載完整的安裝包 (%1 KB)</translation>
+ <translation>沒有可用於此版本的更新檔案,需要下載完整的安裝包 (%1 kB)</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="425"/>
+ <location filename="selfupdater.cpp" line="426"/>
<source>no file for update found. Please update manually.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="selfupdater.cpp" line="440"/>
+ <location filename="selfupdater.cpp" line="441"/>
<source>Failed to retrieve update information: %1</source>
<translation>無法檢索更新信息: %1</translation>
</message>
<message>
- <location filename="selfupdater.cpp" line="460"/>
+ <location filename="selfupdater.cpp" line="461"/>
<source>No download server available. Please try again later.</source>
- <translation type="unfinished">沒有可用的下載伺服器,請稍後再嘗試下載。</translation>
+ <translation>沒有可用的下載伺服器,請稍後再嘗試下載。</translation>
</message>
</context>
<context>
<name>Settings</name>
<message>
- <location filename="settings.cpp" line="311"/>
- <location filename="settings.cpp" line="330"/>
- <source>attempt to store setting for unknown plugin "%1"</source>
+ <location filename="settings.cpp" line="115"/>
+ <source>Failed</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="116"/>
+ <source>Sorry, failed to start the helper application</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settings.cpp" line="651"/>
+ <location filename="settings.cpp" line="335"/>
+ <location filename="settings.cpp" line="354"/>
+ <source>attempt to store setting for unknown plugin &quot;%1&quot;</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="647"/>
<source>Confirm</source>
<translation>確認</translation>
</message>
<message>
- <location filename="settings.cpp" line="651"/>
+ <location filename="settings.cpp" line="647"/>
<source>Changing the mod directory affects all your profiles! Mods not present (or named differently) in the new location will be disabled in all profiles. There is no way to undo this unless you backed up your profiles manually. Proceed?</source>
<translation>修改 Mod 目錄將會影響您的配置!新目錄中不存在 (或者名稱不同) 的 Mod 將在所有配置中被禁止掉。此操作無法撤銷,所以執行此操作前建議先備份下自己的配置。立即執行?</translation>
</message>
@@ -4328,16 +4940,16 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
</message>
<message>
<location filename="settingsdialog.ui" line="42"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The display language. This will only displaye languages for which you have a translation installed.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The display language. This will only displaye languages for which you have a translation installed.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;介面語言,此處僅顯示您已安裝的翻譯語言。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;介面語言,此處僅顯示您已安裝的翻譯語言。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="settingsdialog.ui" line="57"/>
@@ -4361,13 +4973,13 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="settingsdialog.ui" line="85"/>
- <source>Decides the amount of data printed to "ModOrganizer.log"</source>
+ <source>Decides the amount of data printed to &quot;ModOrganizer.log&quot;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="settingsdialog.ui" line="88"/>
- <source>Decides the amount of data printed to "ModOrganizer.log".
-"Debug" produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the "Info" level for regluar use. On the "Error" level the log file usually remains empty.</source>
+ <source>Decides the amount of data printed to &quot;ModOrganizer.log&quot;.
+&quot;Debug&quot; produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the &quot;Info&quot; level for regluar use. On the &quot;Error&quot; level the log file usually remains empty.</source>
<translation type="unfinished"/>
</message>
<message>
@@ -4383,7 +4995,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="settingsdialog.ui" line="103"/>
<source>Error</source>
- <translation type="unfinished">錯誤</translation>
+ <translation type="unfinished"/>
</message>
<message>
<location filename="settingsdialog.ui" line="113"/>
@@ -4408,7 +5020,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="settingsdialog.ui" line="158"/>
- <source>Directory where mods are stored. Please note that changing this will break all associations of profiles with mods that don't exist in the new location (with the same name).</source>
+ <source>Directory where mods are stored. Please note that changing this will break all associations of profiles with mods that don&apos;t exist in the new location (with the same name).</source>
<translation>儲存 Mod 的目錄。請注意: 修改此目錄將會破壞所有配置檔案與新目錄中已不存在的 Mod (相同名稱) 的關聯。</translation>
</message>
<message>
@@ -4422,310 +5034,358 @@ p, li { white-space: pre-wrap; }
<translation>緩存目錄</translation>
</message>
<message>
+ <location filename="settingsdialog.ui" line="199"/>
+ <source>User interface</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
<location filename="settingsdialog.ui" line="205"/>
+ <source>If checked, the download interface will be more compact.</source>
+ <translation>如果勾選,下載介面將會更簡潔。</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="208"/>
+ <source>Compact Download Interface</source>
+ <translation>壓縮下載介面</translation>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="215"/>
+ <source>If checked, the download list will display meta information instead of file names.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="218"/>
+ <source>Download Meta Information</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="234"/>
<source>Reset stored information from dialogs.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="208"/>
- <source>This will make all dialogs show up again where you checked the "Remember selection"-box.</source>
+ <location filename="settingsdialog.ui" line="237"/>
+ <source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="211"/>
+ <location filename="settingsdialog.ui" line="240"/>
<source>Reset Dialogs</source>
<translation>重置對話方塊</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="231"/>
- <location filename="settingsdialog.ui" line="234"/>
+ <location filename="settingsdialog.ui" line="260"/>
+ <location filename="settingsdialog.ui" line="263"/>
<source>Modify the categories available to arrange your mods.</source>
<translation>修改可用的類別來整理您的 Mod。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="237"/>
+ <location filename="settingsdialog.ui" line="266"/>
<source>Configure Mod Categories</source>
<translation>配置 Mod 類別</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="245"/>
- <location filename="settingsdialog.ui" line="261"/>
+ <location filename="settingsdialog.ui" line="274"/>
+ <location filename="settingsdialog.ui" line="290"/>
<source>Nexus</source>
<translation>N網</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="251"/>
+ <location filename="settingsdialog.ui" line="280"/>
<source>Allows automatic log-in when the Nexus-Page for the game is clicked.</source>
<translation>當N網頁面開啟時將自動登入。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="254"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="settingsdialog.ui" line="283"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;Allows automatic log-in when the Nexus-Page for the game is clicked. Please note that the obfuscation with which the password is stored in modorganizer.ini is not very strong. If you're worried someone might steal your password, don't store it here.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Allows automatic log-in when the Nexus-Page for the game is clicked. Please note that the obfuscation with which the password is stored in modorganizer.ini is not very strong. If you&apos;re worried someone might steal your password, don&apos;t store it here.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;允許當N網頁面開啟時自動登入。請注意: 密碼是存儲在 modorganizer.ini 裡的,混淆得不是很強烈。如果您擔心有人可能會竊取您的密碼,那麼請不要存儲在這裡。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;允許當N網頁面開啟時自動登入。請注意: 密碼是存儲在 modorganizer.ini 裡的,混淆得不是很強烈。如果您擔心有人可能會竊取您的密碼,那麼請不要存儲在這裡。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="270"/>
+ <location filename="settingsdialog.ui" line="299"/>
<source>If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="273"/>
+ <location filename="settingsdialog.ui" line="302"/>
<source>Automatically Log-In to Nexus</source>
<translation>自動登入</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="285"/>
+ <location filename="settingsdialog.ui" line="311"/>
<source>Username</source>
<translation>帳號</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="299"/>
+ <location filename="settingsdialog.ui" line="325"/>
<source>Password</source>
<translation>密碼</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="321"/>
+ <location filename="settingsdialog.ui" line="347"/>
<source>Disable automatic internet features</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="324"/>
+ <location filename="settingsdialog.ui" line="350"/>
<source>Disable automatic internet features. This does not affect features that are explicitly invoked by the user (like checking mods for updates, endorsing, opening the web browser)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="327"/>
+ <location filename="settingsdialog.ui" line="353"/>
<source>Offline Mode</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="334"/>
+ <location filename="settingsdialog.ui" line="360"/>
<source>Use a proxy for network connections.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="337"/>
+ <location filename="settingsdialog.ui" line="363"/>
<source>Use a proxy for network connections. This uses the system-wide settings which can be configured in Internet Explorer. Please note that MO will start up a few seconds slower on some systems when using a proxy.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="340"/>
+ <location filename="settingsdialog.ui" line="366"/>
<source>Use HTTP Proxy (Uses System Settings)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="351"/>
- <source>Known Servers (Dynamically updated every download)</source>
+ <location filename="settingsdialog.ui" line="375"/>
+ <source>Associate with &quot;Download with manager&quot; links</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="372"/>
+ <location filename="settingsdialog.ui" line="404"/>
+ <source>Known Servers (updated on download)</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="425"/>
<source>Preferred Servers (Drag &amp; Drop)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="407"/>
+ <location filename="settingsdialog.ui" line="460"/>
<source>Plugins</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="429"/>
+ <location filename="settingsdialog.ui" line="482"/>
<source>Author:</source>
- <translation type="unfinished">作者</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="443"/>
+ <location filename="settingsdialog.ui" line="496"/>
<source>Version:</source>
- <translation type="unfinished">版本</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="457"/>
+ <location filename="settingsdialog.ui" line="510"/>
<source>Description:</source>
- <translation type="unfinished">描述</translation>
+ <translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="495"/>
+ <location filename="settingsdialog.ui" line="548"/>
<source>Key</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="500"/>
+ <location filename="settingsdialog.ui" line="553"/>
<source>Value</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="512"/>
+ <location filename="settingsdialog.ui" line="565"/>
<source>Blacklisted Plugins (use &lt;del&gt; to remove):</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="523"/>
+ <location filename="settingsdialog.ui" line="576"/>
<source>Workarounds</source>
<translation>解決方案</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="531"/>
+ <location filename="settingsdialog.ui" line="584"/>
<source>Steam App ID</source>
<translation>Steam App ID</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="551"/>
+ <location filename="settingsdialog.ui" line="604"/>
<source>The Steam AppID for your game</source>
<translation>您遊戲的 Steam AppID</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="554"/>
- <source>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+ <location filename="settingsdialog.ui" line="607"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;The preset for this is the App ID of the &amp;quot;regular&amp;quot; version so in most cases, you should be set.&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;If you think you have a different version (GotY or something), follow these steps to get to the id:&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;1. Navigate to the game library in steam&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;2. right-click on the game you need the id for and choose &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Create desktop shortcut&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;3. right-click on the newly created shortcut on your desktop and select &lt;/span&gt;&lt;span style=" font-size:8pt; font-weight:600;"&gt;Properties&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;4. in the URL-field you should see something like this: &lt;/span&gt;&lt;span style=" font-size:8pt; font-style:italic;"&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:8pt;"&gt;22380 is the id you're looking for.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
-&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &amp;quot;Mod Organizer&amp;quot; load mechanism may not work properly.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The preset for this is the App ID of the &amp;quot;regular&amp;quot; version so in most cases, you should be set.&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;If you think you have a different version (GotY or something), follow these steps to get to the id:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;1. Navigate to the game library in steam&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;2. right-click on the game you need the id for and choose &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Create desktop shortcut&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;3. right-click on the newly created shortcut on your desktop and select &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Properties&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;4. in the URL-field you should see something like this: &lt;/span&gt;&lt;span style=&quot; font-size:8pt; font-style:italic;&quot;&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;22380 is the id you&apos;re looking for.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;Steam App ID 是必須的,它被用來直接啟動一些遊戲。對於天際,如果沒有設定或設定錯誤,&amp;quot;Mod Organizer&amp;quot; 的加載機制可能會無法正常工作。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;此預設是應用程式 ID 的“常規”版本,因此在大多數情況下,您應該要重新設定一下。&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;如果您認為您有不同的版本 (年度版或其它版本),那麼請參照下列的步驟來獲取 ID: &lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;1. 進入 Steam 裡的遊戲庫&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;2. 右鍵點擊您想要獲取 ID 的遊戲,選擇&lt;/span&gt;&lt;span style=" font-size:9pt; font-weight:600;"&gt;建立桌面捷徑&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;3. 右鍵點擊您剛才在桌面上建立的捷徑,選擇&lt;/span&gt;&lt;span style=" font-size:9pt; font-weight:600;"&gt;內容&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;4. 在連結區域您應該會看到一些像這樣的: &lt;/span&gt;&lt;span style=" font-size:9pt; font-style:italic;"&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-size:9pt;"&gt;其中 22380 就是您要找的 ID。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;Steam App ID 是必須的,它被用來直接啟動一些遊戲。對於 Skyrim,如果沒有設定或設定錯誤,&amp;quot;Mod Organizer&amp;quot; 的加載機制可能會無法正常工作。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;此預設是應用程式 ID 的“正常”版本,因此在大多數情況下,您應該要重新設定一下。&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;如果您認為您有不同的版本 (年度版或其它版本),那麼請參照下列的步驟來獲取 ID: &lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;1. 進入 Steam 裡的遊戲庫&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;2. 右鍵點擊您想要獲取 ID 的遊戲,選擇&lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-weight:600;&quot;&gt;建立桌面捷徑&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;3. 右鍵點擊您剛才在桌面上建立的捷徑,選擇&lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-weight:600;&quot;&gt;內容&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;4. 在連結區域您應該會看到一些像這樣的: &lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-style:italic;&quot;&gt;steam://rungameid/22380&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;其中 22380 就是您要找的 ID。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="585"/>
+ <location filename="settingsdialog.ui" line="638"/>
<source>Load Mechanism</source>
- <translation>加載機制</translation>
+ <translation>載入機制</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="605"/>
+ <location filename="settingsdialog.ui" line="658"/>
<source>Select loading mechanism. See help for details.</source>
- <translation>選擇加載機制,使用幫助查看更多細節。</translation>
+ <translation>選擇載入機制,使用幫助查看更多細節。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="608"/>
+ <location filename="settingsdialog.ui" line="661"/>
<source>Mod Organizer needs a dll to be injected into the game so all mods are visible to it.
There are several means to do this:
*Mod Organizer* (default) In this mode the Mod Organizer itself injects the dll. The disadvantage is that you always have to start the game through MO or a link created by it.
*Script Extender* In this mode, MO is installed as a Script Extender (obse, fose, nvse, skse) plugin.
*Proxy DLL* In this mode, MO replaces one of the game's dlls with one that loads MO (and the original dll of course). This will ONLY work with Steam games and it has only been tested with Skyrim. Please use this only if the other mechanisms don't work.
-If you use the Steam version of Oblivion the default will NOT work. In this case, please install obse and use "Script Extender" as the load mechanism. Also you can then not start Oblivion from MO. Instead, use MO only to set up your mods, then quit and start Oblivion through Steam.</source>
+If you use the Steam version of Oblivion the default will NOT work. In this case, please install obse and use &quot;Script Extender&quot; as the load mechanism. Also you can then not start Oblivion from MO. Instead, use MO only to set up your mods, then quit and start Oblivion through Steam.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="625"/>
+ <location filename="settingsdialog.ui" line="678"/>
<source>NMM Version</source>
<translation>NMM 版本</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="645"/>
+ <location filename="settingsdialog.ui" line="698"/>
<source>The Version of Nexus Mod Manager to impersonate.</source>
<translation>想要模擬的 NMM 版本號。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="648"/>
+ <location filename="settingsdialog.ui" line="701"/>
<source>Mod Organizer uses an API provided by the Nexus to provide features like checking for updates and downloading files. Unfortunately this API has not been made available officially to third party tools like MO so we have to impersonate the Nexus Mod Manager to be allowed in.
On top of this Nexus has used the client identification to lock out outdated versions of NMM to force users to update. This means that MO also needs to impersonate the new version of NMM even if MO doesn't need an update. Therefore you can configure the version to identify as here.
-Please note that MO does identify itself as MO to the webserver, it's not lying about what it is. It is merely adding a "compatible" NMM version to the user agent.
+Please note that MO does identify itself as MO to the webserver, it's not lying about what it is. It is merely adding a &quot;compatible&quot; NMM version to the user agent.
-tl;dr-version: If Nexus-features don't work, insert the current version number of NMM here and try again.</source>
- <translation>Mod Organizer 使用了一個N網所提供的 API 來進行類似於檢查更新和下載檔案這樣的操作。遺憾的是這個 API 並沒有給第三方工具 (比如 MO) 正式的授權,所以我們需要模擬 NMM 來進行這些操作。
+tl;dr-version: If Nexus-features don&apos;t work, insert the current version number of NMM here and try again.</source>
+ <translation>Mod Organizer 使用了N網所提供的 API 來進行類似於檢查更新和下載檔案這樣的操作。遺憾的是這個 API 並沒有給第三方工具 (比如 MO) 正式的授權,所以我們需要模擬 NMM 來進行這些操作。
在此之前,N網使用了客戶端辨識系統鎖定了舊版本的 NMM,強制用戶更新版本。這意味著 MO 也要模擬新版本的 NMM,即便 MO 自己並不需要更新。因此您需要在這裡配置版本號來進行辨識。
請注意: MO 辨識自己為 MO 到網路伺服器,這並不是欺騙。它僅僅是為用戶代理添加了一個“兼容”的 NMM 版本。
變更版本號: 如果N網功能不正常了,那麼請在這裡輸入 NMM 的當前版本號並重試一下。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="670"/>
+ <location filename="settingsdialog.ui" line="723"/>
<source>Enforces that inactive ESPs and ESMs are never loaded.</source>
- <translation>強制執行,未激活的 ESP 和 ESM 將不會被加載。</translation>
+ <translation>強制執行,未啟用的 ESP 和 ESM 將不會被載入。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="673"/>
+ <location filename="settingsdialog.ui" line="726"/>
<source>It seems that the Games occasionally load ESP or ESM files even if they haven't been activated as plugins.
-I don't yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source>
- <translation>看來,遊戲偶爾會加載一些沒有被激活成插件的 ESP 或 ESM 檔案。
+I don&apos;t yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source>
+ <translation>看來遊戲偶爾會載入一些沒有被啟動成插件的 ESP 或 ESM 檔案。
我還尚不知道它在什麼情況下會這樣,但是有用戶報告說它在某些情況下是很不必要的。如果這個選項被選中,那麼在列表中沒有被勾選的 ESP 和 ESM 將不會在遊戲中出現,並且也不會被載入。</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="677"/>
+ <location filename="settingsdialog.ui" line="730"/>
<source>Hide inactive ESPs/ESMs</source>
<translation>隱藏未激活的 ESP 或 ESM</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="684"/>
+ <location filename="settingsdialog.ui" line="737"/>
<source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="687"/>
+ <location filename="settingsdialog.ui" line="740"/>
<source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)
Uncheck this if you want to use Mod Organizer with total conversions (like Nehrim) but be aware that the game will crash if required files are not enabled.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="691"/>
+ <location filename="settingsdialog.ui" line="744"/>
<source>Force-enable game files</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.ui" line="701"/>
- <location filename="settingsdialog.ui" line="705"/>
+ <location filename="settingsdialog.ui" line="754"/>
+ <source>Disable this to no longer display mods installed outside MO in the mod list (left pane). Assets from those mods will then be treated as having lowest mod priority together with the original game content.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="757"/>
+ <source>By default Mod Organizer will display esp+bsa bundles installed with foreign tools as mods (left pane). This allows you to control their priority in relation to other mods. This is particularly useful if you also use Steam Workshop to install mods.
+However, if you installed loose file mods outside MO which conflict with BSAs also installed outside MO those conflicts can't be resolved correctly.
+
+If you disable this feature, MO will only display official DLCs this way. Please note that plugins (esps and esms) displayed in the right pane are completely unaffected by this feature.</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="763"/>
+ <source>Display mods installed outside MO</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
+ <location filename="settingsdialog.ui" line="773"/>
+ <location filename="settingsdialog.ui" line="777"/>
<source>For Skyrim, this can be used instead of Archive Invalidation. It should make AI redundant for all Profiles.
For the other games this is not a sufficient replacement for AI!</source>
<translation>對於天際,這個可以用來取代檔案無效化,它將會使档案无效化對所有配置都變得多余。
但是對於其它遊戲,這並不是一個很好的替代品!</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="709"/>
+ <location filename="settingsdialog.ui" line="781"/>
<source>Back-date BSAs</source>
<translation>重置 BSA 檔案修改日期</translation>
</message>
<message>
- <location filename="settingsdialog.ui" line="733"/>
+ <location filename="settingsdialog.ui" line="805"/>
<source>These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="settingsdialog.cpp" line="94"/>
+ <location filename="settingsdialog.cpp" line="95"/>
<source>Select download directory</source>
<translation>選擇下載目錄</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="102"/>
+ <location filename="settingsdialog.cpp" line="103"/>
<source>Select mod directory</source>
<translation>選擇 Mod 目錄</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="110"/>
+ <location filename="settingsdialog.cpp" line="111"/>
<source>Select cache directory</source>
<translation>選擇緩存目錄</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="118"/>
+ <location filename="settingsdialog.cpp" line="119"/>
<source>Confirm?</source>
<translation>確認?</translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="119"/>
- <source>This will make all dialogs show up again where you checked the "Remember selection"-box. Continue?</source>
+ <location filename="settingsdialog.cpp" line="120"/>
+ <source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box. Continue?</source>
<translation>此操作將導致之前勾選的“記住我的選項”詢問視窗再次出現,確定要重置對話方塊?</translation>
</message>
</context>
@@ -4772,11 +5432,15 @@ For the other games this is not a sufficient replacement for AI!</source>
</message>
<message>
<location filename="singleinstance.cpp" line="82"/>
- <location filename="singleinstance.cpp" line="88"/>
<source>failed to connect to running instance: %1</source>
<translation>無法連接到正在運行的實例: %1</translation>
</message>
<message>
+ <location filename="singleinstance.cpp" line="88"/>
+ <source>failed to communicate with running instance: %1</source>
+ <translation type="unfinished"/>
+ </message>
+ <message>
<location filename="singleinstance.cpp" line="100"/>
<source>failed to receive data from secondary instance: %1</source>
<translation>無法獲得第二個實例中的數據: %1</translation>
@@ -4801,7 +5465,7 @@ For the other games this is not a sufficient replacement for AI!</source>
</message>
<message>
<location filename="syncoverwritedialog.cpp" line="95"/>
- <source>&lt;don't sync&gt;</source>
+ <source>&lt;don&apos;t sync&gt;</source>
<translation>&lt;不要同步&gt;</translation>
</message>
<message>
@@ -4880,7 +5544,7 @@ On Windows XP:
<message>
<location filename="transfersavesdialog.ui" line="156"/>
<source>Done</source>
- <translation type="unfinished">完成</translation>
+ <translation>完成</translation>
</message>
<message>
<location filename="transfersavesdialog.ui" line="167"/>
@@ -4890,36 +5554,36 @@ On Windows XP:
<message>
<location filename="transfersavesdialog.cpp" line="140"/>
<source>Overwrite</source>
- <translation type="unfinished">覆蓋</translation>
+ <translation>覆蓋</translation>
</message>
<message>
<location filename="transfersavesdialog.cpp" line="141"/>
- <source>Overwrite the file "%1"</source>
- <translation type="unfinished"/>
+ <source>Overwrite the file &quot;%1&quot;</source>
+ <translation>覆蓋檔案 &quot;%1&quot;</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="164"/>
- <location filename="transfersavesdialog.cpp" line="202"/>
- <location filename="transfersavesdialog.cpp" line="237"/>
- <location filename="transfersavesdialog.cpp" line="276"/>
+ <location filename="transfersavesdialog.cpp" line="157"/>
+ <location filename="transfersavesdialog.cpp" line="195"/>
+ <location filename="transfersavesdialog.cpp" line="230"/>
+ <location filename="transfersavesdialog.cpp" line="269"/>
<source>Confirm</source>
- <translation type="unfinished">確認</translation>
+ <translation>確認</translation>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="165"/>
- <location filename="transfersavesdialog.cpp" line="203"/>
- <source>Copy all save games of character "%1" to the profile?</source>
+ <location filename="transfersavesdialog.cpp" line="158"/>
+ <location filename="transfersavesdialog.cpp" line="196"/>
+ <source>Copy all save games of character &quot;%1&quot; to the profile?</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="238"/>
- <source>Move all save games of character "%1" to the global location? Please be aware that this will mess up the running number of save games.</source>
+ <location filename="transfersavesdialog.cpp" line="231"/>
+ <source>Move all save games of character &quot;%1&quot; to the global location? Please be aware that this will mess up the running number of save games.</source>
<translation type="unfinished"/>
</message>
<message>
- <location filename="transfersavesdialog.cpp" line="277"/>
- <source>Copy all save games of character "%1" to the global location? Please be aware that this will mess up the running number of save games.</source>
+ <location filename="transfersavesdialog.cpp" line="270"/>
+ <source>Copy all save games of character &quot;%1&quot; to the global location? Please be aware that this will mess up the running number of save games.</source>
<translation type="unfinished"/>
</message>
</context>
-</TS>
+</TS> \ No newline at end of file