From 5e7c875b29b2dcff44201d2b6cd6815b20fb3945 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 25 Jun 2014 23:51:29 +0200 Subject: - test-plugins accidentally distributed in the 1.2.5 release are now automatically deleted - some fixes to the tutorial (mostly wording but also some actual problems) - bugfix: could disable mods that aren't supposed to be disable-able - bugfix: mod list wasn't saved on some changes - bugfix: when trying to start directly to application, MO didn't start up correctly - bugfix: hook.dll didn't load mod bsas into its directory structure and thus didn't allow bsas to overwrite loose files - bugfix: in some constellations the tutorial files couldn't be found despite being in the right location --- src/main.cpp | 4 +- src/mainwindow.cpp | 4 +- src/mainwindow.h | 2 +- src/mainwindow.ui | 2 +- src/nxmaccessmanager.cpp | 2 +- src/organizer.pro | 4 +- src/organizer_cs.ts | 4076 +++++++----------- src/organizer_de.ts | 5529 +++++++++---------------- src/organizer_es.ts | 5020 ++++++++++------------ src/organizer_fr.ts | 3994 +++++++----------- src/organizer_ru.ts | 2257 +++++----- src/organizer_tr.ts | 2485 +++++------ src/organizer_zh_CN.ts | 4453 ++++++++------------ src/organizer_zh_TW.ts | 4051 +++++++----------- src/pluginlist.h | 2 +- src/profile.cpp | 13 +- src/profile.h | 2 +- src/safewritefile.cpp | 10 +- src/safewritefile.h | 6 +- src/tutorials/tutorial_firststeps_main.js | 22 +- src/tutorials/tutorial_firststeps_modinfo.js | 3 +- src/tutorials/tutorial_firststeps_settings.js | 8 +- src/version.rc | 4 +- 23 files changed, 12894 insertions(+), 19059 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 05dc54d7..ecd12345 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -174,7 +174,9 @@ void cleanupDir() "QtXml4.dll", "QtWebKit4.dll", "qjpeg4.dll", - "NCC/GamebryoBase.dll" + "NCC/GamebryoBase.dll", + "plugins/helloWorld.dll", + "plugins/testnexus.py" }; static const int NUM_FILES = sizeof(fileNames) / sizeof(QString); diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 08fdcee7..48b2a7a9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -163,7 +163,7 @@ MainWindow::MainWindow(const QString &exeName, QSettings &initSettings, QWidget m_DownloadManager(NexusInterface::instance(), this), m_InstallationManager(this), m_Updater(NexusInterface::instance(), this), m_CategoryFactory(CategoryFactory::instance()), m_CurrentProfile(NULL), m_AskForNexusPW(false), - m_ArchivesInit(false), m_ContextItem(NULL), m_ContextAction(NULL), m_CurrentSaveView(NULL), + m_ArchivesInit(false), m_DirectoryUpdate(false), m_ContextItem(NULL), m_ContextAction(NULL), m_CurrentSaveView(NULL), m_GameInfo(new GameInfoImpl()), m_AboutToRun(), m_ModInstalled(), m_DidUpdateMasterList(false) { ui->setupUi(this); @@ -2729,6 +2729,7 @@ void MainWindow::modorder_changed() } } refreshBSAList(); + m_CurrentProfile->writeModlist(); saveArchiveList(); m_DirectoryStructure->getFileRegister()->sortOrigins(); } @@ -3022,6 +3023,7 @@ void MainWindow::updateModActiveState(int index, bool active) void MainWindow::modlistChanged(const QModelIndex&, int) { + m_CurrentProfile->writeModlist(); } void MainWindow::removeMod_clicked() diff --git a/src/mainwindow.h b/src/mainwindow.h index ddbb7d6a..8b61f4de 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -387,7 +387,7 @@ private: std::vector m_RemoveWidget; - uint m_ArchiveListHash; + QByteArray m_ArchiveListHash; bool m_DidUpdateMasterList; diff --git a/src/mainwindow.ui b/src/mainwindow.ui index aaf7e63a..1a45e21b 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -212,7 +212,7 @@ p, li { white-space: pre-wrap; } - Refresh list + Open list options... Refresh list. This is usually not necessary unless you modified data outside the program. diff --git a/src/nxmaccessmanager.cpp b/src/nxmaccessmanager.cpp index d8411602..08c16b62 100644 --- a/src/nxmaccessmanager.cpp +++ b/src/nxmaccessmanager.cpp @@ -122,7 +122,7 @@ void NXMAccessManager::login(const QString &username, const QString &password) void NXMAccessManager::pageLogin() { - QString requestString = (ToQString(GameInfo::instance().getNexusPage(false)) + "/sessions/?Login&uri=%1") + QString requestString = (ToQString(GameInfo::instance().getNexusPage()) + "/sessions/?Login&uri=%1") .arg(QString(QUrl::toPercentEncoding(ToQString(GameInfo::instance().getNexusPage())))); QNetworkRequest request(requestString); diff --git a/src/organizer.pro b/src/organizer.pro index bf5d948d..de0f70af 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -221,9 +221,9 @@ CONFIG(debug, debug|release) { LIBS += -L$$OUT_PWD/../bsatk/release LIBS += -L$$OUT_PWD/../uibase/release LIBS += -L$$OUT_PWD/../boss_modified/release - QMAKE_CXXFLAGS += /Zi# /GL + QMAKE_CXXFLAGS += /Zi /GL # QMAKE_CXXFLAGS -= -O2 - QMAKE_LFLAGS += /DEBUG# /LTCG /OPT:REF /OPT:ICF + QMAKE_LFLAGS += /DEBUG /LTCG /OPT:REF /OPT:ICF } #QMAKE_CXXFLAGS_WARN_ON -= -W3 diff --git a/src/organizer_cs.ts b/src/organizer_cs.ts index 654ca00c..ed015867 100644 --- a/src/organizer_cs.ts +++ b/src/organizer_cs.ts @@ -154,6 +154,29 @@ Pokud je k dispozici komponent s jménem "00 Core" obvykle je povinný Zrušit + + BrowserDialog + + + Some Page + + + + + Search + + + + + new + + + + + failed to start download + + + CategoriesDialog @@ -271,11 +294,7 @@ p, li { white-space: pre-wrap; } DirectoryRefresher - failed to read %1: %2 - nemožno načíst %1: %2 - - - + failed to read bsa: %1 @@ -318,26 +337,26 @@ p, li { white-space: pre-wrap; } - - + + Done - Double Click to install Stáhnuté - dvouklik instaluj - - + + Paused - Double Click to resume - - + + Installed - Double Click to re-install Instalované - dvouklik přeinstaluj - - + + Uninstalled - Double Click to re-install @@ -359,135 +378,135 @@ p, li { white-space: pre-wrap; } DownloadListWidgetCompactDelegate - + + < mod %1 file %2 > + + + + + Pending + + + + + Paused + + + + + Fetching Info 1 + + + + + Fetching Info 2 + + + + Installed Nainstalované - + Uninstalled - + Done Hotovo - - - - + + + + Are you sure? Jsi si jistý? - + This will remove all finished downloads from this list and from disk. Tímto vymažeš všechny dokončené stáhnutí se seznamu i z disku. - + This will remove all installed downloads from this list and from disk. Tímto vymažeš jenom nainstalované stáhnutí se seznamu i z disku. - + This will permanently remove all finished downloads from this list (but NOT from disk). - + This will permanently remove all installed downloads from this list (but NOT from disk). - + Install Instaluj - + Query Info Získej Info - + Delete - + Un-Hide Odekrýt - + Remove from View - - Remove - Odstranit - - - + Cancel Zrušit - - < mod %1 file %2 > - - - - - Pending - - - - - Paused - - - - - Fetching Info 1 - - - - - Fetching Info 2 - - - - + Pause Pauza - + + Remove + Odstranit + + + Resume Pokračuj - + Delete Installed... - + Delete All... - + Remove Installed... Odstraň už nainstalované... - + Remove All... Odstraň všechny... @@ -495,115 +514,115 @@ p, li { white-space: pre-wrap; } DownloadListWidgetDelegate - - - - + + < mod %1 file %2 > + + + + + Pending + + + + + Fetching Info 1 + + + + + Fetching Info 2 + + + + + + + Are you sure? Jsi si jistý? - + This will remove all finished downloads from this list and from disk. Tímto vymažeš všechny dokončené stáhnutí se seznamu i z disku. - + This will remove all installed downloads from this list and from disk. Tímto vymažeš jenom nainstalované stáhnutí se seznamu i z disku. - + This will remove all finished downloads from this list (but NOT from disk). - + This will remove all installed downloads from this list (but NOT from disk). - + Install Instaluj - + Query Info Získej Info - + Delete - + Un-Hide Odekrýt - + Remove from View - - Remove - Odstraniť - - - + Cancel Zrušit - - < mod %1 file %2 > - - - - - Pending - - - - - Fetching Info 1 - - - - - Fetching Info 2 - - - - + Pause Pauza - + + Remove + Odstraniť + + + Resume Pokračuj - + Delete Installed... - + Delete All... - + Remove Installed... Odstranit už nainstalované... - + Remove All... Odstranit všechny... @@ -611,126 +630,173 @@ p, li { white-space: pre-wrap; } DownloadManager - + failed to rename "%1" to "%2" Nezdařilo se přejmenovat "%1" na "%2" - + + Memory allocation error (in refreshing directory). + + + + Download again? Stáhnout znovu? - + 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. Soubor se stejným jménem už byl stáhnutý. Chcete ho stáhnout znovu? Nový soubor bude pojmenován jinak. - + failed to download %1: could not open output file: %2 Stahování zlyhalo %1: nemožno otevřít výslední soubor: %2 - + Wrong Game - + The download link is for a mod for "%1" but this instance of MO has been set up for "%2". - - - - - - - - - - - + + + + + - - + + + + + + + + + invalid index neplatný index - + failed to delete %1 odstránění zlyhalo %1 - + failed to delete meta file for %1 odstránění meta souboru zlyhalo pro %1 - - - - - + + + + + invalid index %1 neplatný index %1 - + + No known download urls. Sorry, this download can't be resumed. + + + + Please enter the nexus mod id Prosím zadej Nexus mod ID - + Mod ID: Mod ID: - invalid alphabetical index %1 - neplatný alfabetický index %1 + + Main + Hlavní + + + + Update + + + + + Optional + Volitelné + + + + Old + Staré + + + + Misc + Jiné + + + + Unknown + Neznámé + + + + Memory allocation error (in processing progress event). + + + + + Memory allocation error (in processing downloaded data). + - + Information updated Info aktualizované - - + + No matching file found on Nexus! Maybe this file is no longer available or it was renamed? Žádný přislouchající soubor nenalezen na Nexusu! Možná už není k dispozici nebo byl přejmenovaný? - + No file on Nexus matches the selected file by name. Please manually choose the correct one. Žádný soubor na Nexusu nezodpovedá přesnému jménu. Zvolte ručne ten správný. - + No download server available. Please try again later. - + Failed to request file info from nexus: %1 Zlyhalo získání info z Nexusu %1 - + Download failed. Server reported: %1 - + Download failed: %1 (%2) Stahování zlyhalo: %1 (%2) - + failed to re-open %1 zlyhalo znovu-otevření %1 @@ -1024,62 +1090,6 @@ Každá hra/aplikace distribuovaná skrz Steammá unikátní ID. MO potřebuje v Cancel Zrušit - - ModuleConfig.xml missing - ModuleConfig.xml chybí - - - <a href="%1">Link</a> - <a href="%1">Odkaz</a> - - - failed to parse info.xml: %1 (%2) (line %3, column %4) - zlyhalo rozebrání info.xml: %1 (%2) (line %3, column %4) - - - unsupported order type %1 - nepodporovaný druh pořadí %1 - - - unsupported group type %1 - nepodporovaný druh skupiny %1 - - - This component is required - Tenhle komponent je povinný - - - It is recommended you enable this component - Odporoučí se aktivovat tenhle komponent - - - Optional component - Dobrovolný komponent - - - This component is not usable in combination with other installed plugins - Tenhle komponent není použitelný v kombinaci s jinými nainstalovanými pluginy - - - You may be experiencing instability in combination with other installed plugins - Můžete se dočkat nestability v kombinaci s jinými nainstalovanými pluginy - - - None - Žádné - - - Select one or more of these options: - Vyberte jednu nebo víc z možností: - - - failed to parse ModuleConfig.xml: %1 - zlyhalo rozebrání ModuleConfig.xml: %1 - - - Install - Instaluj - InstallDialog @@ -1146,52 +1156,13 @@ p, li { white-space: pre-wrap; } Cancel Zrušit - - Looks good - Vypadá správně - - - No problem detected - Žádne problémy - - - No game data on top level - Data nejsou ve vrchní úrovni, označte ručně v kontext menu (pravým kliknutím na zložku Data) - - - There is no esp/esm file or asset directory (textures, meshes, interface, ...) on the top level. - Nenalezeno esp/esm ani přidružené zložky (textures, meshes, interface, ...) ve vrchní úrovni. - - - Enter a directory name - Zadejte název adresáře - - - A directory with that name exists - Adresář rovnakého jména již existuje - - - Set data directory - Označ ako Data - - - Unset data directory - Odznač ako Data - - - Create directory... - Vytvoř adresář... - - - &Open - &Otevři - InstallationManager - mo_archive.dll not loaded: "%1" - mo_archive.dll nenačteno: "%1" + + archive.dll not loaded: "%1" + @@ -1203,169 +1174,90 @@ p, li { white-space: pre-wrap; } Password Heslo - - Directory exists - Adresář existuje - - - 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) - Tenhle mod je zdá se už nainstalován. Chcete do nej jenom přidat (a možná přepsat rovnaké) soubory nebo chcete kompletne nahradit celý mod (předchozí se úplne vymaže) - - - Add Files - Přidat soubory - - - Replace - Nahradit - - + Extracting files Rozbalují se soubory - Preparing installer - Připravuji instalátor - - - Installation as fomod failed: %1 - Instalace fomodu zlyhala: %1 - - - failed to start %1 - Zlyhal start %1 + + failed to create backup + - Running external installer - Spouštím externí instalátor + + Mod Name + - Force Close - Ukončiř nasilu + + Name + Jméno - Confirm - Potvrdit + + Invalid name + - installation failed (errorcode %1) - instalace zlyhala (errorcode %1) + + The name you entered is invalid, please enter a different one. + - + File format "%1" not supported Formát souboru "%1" nepodporován - failed to open archive "%1": %2 - nemožno otevřít archív "%1": %2 + + None of the available installer plugins were able to handle that archive + - Installer missing - Instalátor chybí + + no error + žádná chyba - This package contains a scripted installer. To use this installer you need the optional "nmm installer for MO" package and the .net runtime. Do you want to continue, treating this as a manual installer? - Tenhle balík obsahuje naskriptovaný instalátor. Pro nainstalovaní potřebujete volitelný balík "nmm installer for MO" a nainstalováno .NET runtime. Chcete pokračovat v instalaci ručným spůsobem? + + 7z.dll not found + 7z.dll nenalezeno - 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)? - Tenhle mod je zdá se už nainstalován. Chcete do nej jenom přidat (a možná přepsat rovnaké) soubory nebo chcete kompletne nahradit celý mod (předchozí se úplne vymaže)? + + 7z.dll isn't valid + 7z.dll je neplatný - - archive.dll not loaded: "%1" - - - - - failed to create backup - - - - - Mod Name - - - - - Name - Jméno - - - - Invalid name - - - - - The name you entered is invalid, please enter a different one. - - - - Running external installer. -Note: This installer will not be aware of other installed mods! - Běží externí instalátor. -Poznámka: Instalátor nerozpoznává už nainstalované mody! - - - This package contains a scripted installer. To use this installer you need the optional "NCC"-package and the .net runtime. Do you want to continue, treating this as a manual installer? - Tenhle balík obsahuje naskriptovaný instalátor. Pro nainstalovaní potřebujete volitelný balík "NCC" a nainstalováno .NET runtime. Chcete pokračovat v instalaci ručným spůsobem? - - - Please install NCC - Prosím nainstalujte doplněk NCC - - - - None of the available installer plugins were able to handle that archive - - - - - no error - žádná chyba - - - - 7z.dll not found - 7z.dll nenalezeno - - - - 7z.dll isn't valid - 7z.dll je neplatný - - - + archive not found archív nenalezen - + failed to open archive nemožno otevřít archív - + unsupported archive type nepodporovaný typ archívu - + internal library error chyba internal library - + archive invalid archív je neplatný - + unknown archive error neznáma chyba archívu @@ -1396,7 +1288,7 @@ Poznámka: Instalátor nerozpoznává už nainstalované mody! LogBuffer - + failed to write log to %1: %2 nezdařil se zápis do logu %1: %2 @@ -1404,12 +1296,12 @@ Poznámka: Instalátor nerozpoznává už nainstalované mody! MOApplication - + an error occured: %1 vyskytla se chyba: %1 - + an error occured vyskytla se chyba @@ -1417,23 +1309,48 @@ Poznámka: Instalátor nerozpoznává už nainstalované mody! MainWindow - - + + Categories Kategorie - + + Click blank area to deselect + + + + + If checked, only mods that match all selected categories are displayed. + + + + + And + + + + + If checked, all mods that match at least one of the selected categories are displayed. + + + + + Or + + + + Profile Profil - + Pick a module collection Vyber kolekci modulů - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1448,58 +1365,66 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Prosím mějte na paměti, že v současnosti poradí esp se neukladá pro různé profily.</span></p></body></html> - + Refresh list Znovunačíst seznam - + Refresh list. This is usually not necessary unless you modified data outside the program. Obnoví seznam. Tohle obvykle není zapotřebí, jedine že by jste měnili obsah dat mimo program MO. - + + + Restore Backup... + + + + + + Create Backup + + + + List of available mods. - + This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. - + Filter Filter - + No groups - + Nexus IDs Nexus ID - - - + + + Namefilter - Start - Start - - - + Pick a program to run. Vyber program na spuštění. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1514,12 +1439,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Můžeš přidávat různé nástroje, ale neručím, že ty které jsem netestoval poběží správně.</span></p></body></html> - + Run program Spustit program - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1532,17 +1457,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Spusti vybraný program s nastavením ModOrganizeru.</span></p></body></html> - + Run Spustit - + Create a shortcut in your start menu or on the desktop to the specified program - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1555,37 +1480,27 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Tohle vytvoří odkaz v menu Start, který přímo bude spouštět zvolený program přes MO.</span></p></body></html> - + Shortcut - save esp list and load order. - Uložit seznam esp a pořadí načtení. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close MO or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Ulož nastavění aktivace a pořadí esp souborů. Tohle se také děje automaticky při spuštění programu nebo ukončení MO.</span></p></body></html> + + Plugins + - Save - Uložit + + Sort + - + List of available esp/esm files Seznam dostupných esp/esm souborů - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1598,16 +1513,27 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Tenhle seznam obsahuje esp a esm soubory z aktivovaných modů. Tyhle mají svoje vlastní pořadí priority. Tahaním myší je možné měnit pořadí. Prosím mějte na paměti, že MO zobrazí seznam jenom z modů, které jsou aktivovány (zaškrtnuté).<br />Existuje skvělý nástroj &quot;BOSS&quot; který automaticky správně seřadí tyhle soubory.</span></p></body></html> - IMPORTANT: You can change the order of BSAs here but installation order of mods has priority over the order specified here! - DŮLEŽITÉ: Můžete měnit pořadí BSA souborů tady, ale soubory modů ako takých má vyšší prioritu a přepíše konflikty, které by vznikly zde! + + Archives + + + + + <html><head/><body><p>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:</p><p>If archives are <span style=" font-weight:600;">managed</span>, 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.<br/></p><p>If archives are <span style=" font-weight:600;">not managed</span> 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't active.</p><p>In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.</p></body></html> + + + + + <html><head/><body><p>Have MO manage archives (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">read more</span></a>)</p></body></html> + - + List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. Seznam BS archivů, které jsou k dispozici. Archivy, které jsou zde neni označeny nebudou načteny do hry. - + 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. 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! @@ -1618,81 +1544,71 @@ By default, BSAs that share their base name with an enabled ESP (i.e. plugin.esp BSAs checked here are loaded in such a way that your installation order is obeyed properly. - - + + File Soubor - - <html><head/><body><p>Marked Archives (<img src=":/MO/gui/warning_16"/>) are still loaded on Skyrim but the <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">regular file override</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> + + Copy Log to Clipboard - - Mod - Mod + + Ctrl+C + - + Data Data - - Plugins - - - - - Sort - - - - - Archives - - - - + refresh data-directory overview znovunačti data - + Refresh the overview. This may take a moment. Obnov náhled. Tohle může chvíli trvat. - - - + + + Refresh Znovunačíst - + This is an overview of your data directory as visible to the game (and tools). Tohle je náhled tvé data struktury, kterou načte hra (i nástroje). - - + + Mod + Mod + + + + Filter the above list so that only conflicts are displayed. Přefiltruje seznam nahoře tak, že budou zobrazeny pouze konflikty. - + Show only conflicts Ukaž jenom konflikty - + Saves Uložené pozice - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1709,160 +1625,159 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Pokud kliknete &quot;Fixni Mody...&quot; v kontext menu, MO se pokusí aktivovat všechny mody a esp soubory, které byli v pozici používány. Nic se však nevypne!</span></p></body></html> - + Downloads Stáhnuté - + This is a list of mods you downloaded from Nexus. Double click one to install it. Tohle je seznam modů, které jsi stánul z Nexusu. Dvojklik nainstaluje mod. - Compact - Kompaktní + Kompaktní - + Show Hidden - + Tool Bar Panel nástrojú - + Install Mod Instaluj mod - + Install &Mod Instaluj &Mod - + Install a new mod from an archive Instaluj nový mod z archívu - + Ctrl+M Ctrl+M - + Profiles Profily - + &Profiles &Profily - + Configure Profiles Nastav profily - + Ctrl+P Ctrl+P - + Executables Spouštění - + &Executables &Spouštění - + Configure the executables that can be started through Mod Organizer Konfigurace spouštění, které lze použít pro načtení modů z MO - + Ctrl+E Ctrl+E - - + + Tools - + &Tools - + Ctrl+I Ctrl+I - + Settings Nastavení - + &Settings &Nastavení - + Configure settings and workarounds Konfigurace a nastavení programu a různých řešení - + Ctrl+S Ctrl+S - + Nexus Nexus - + Search nexus network for more mods Prohledat mody na nexusu - + Ctrl+N Ctrl+N - - + + Update - + Mod Organizer is up-to-date Verze Mod Organizer u je aktuální - - + + No Problems Žádné problémy - + This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them. !Work in progress! @@ -1873,180 +1788,164 @@ Right now this has very limited functionality V současnosti má omezenou funkcionalitu - - + + Help Pomoc - + Ctrl+H - + Endorse MO - - + + Endorse Mod Organizer - + Toolbar - + Desktop - + Start Menu - + Problems Problémy - + There are potential problems with your setup Existují potenciální problémy s programem - + Everything seems to be in order Všechno se jeví v pořádku - <li>NCC not installed. You won't be able to install some scripted mod-installers. Get NCC from <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">the MO page on nexus</a></li> - <li>NCC není nainstalován. Nebudete moci instalovat některé naskriptované instalátory modů. NCC najdete na <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">stránce MO na nexusu</a></li> - - - <li>NCC version may be incompatible.</li> - <li>Verze NCC je zřejmě nekompatibilní.</li> - - - <li>dotNet is not installed or outdated. This is required to use NCC. Get it from here: <a href="%1">%1</a></li> - <li>dotNet není nainstalován nebo je neaktuální. Tohle vyžaduje NCC. Najděte ho zde: <a href="%1">%1</a></li> - - - + Help on UI Pomoc s programem - + Documentation Wiki Dokumentace wiki - + Report Issue Nahlásit chybu - + Tutorials - - load order could not be saved - pořadí načtení se nezdařilo uložit - - - - failed to save load order: %1 - zlyhalo uložení pořadí načtení: %1 - failed to save archives order, do you have write access to "%1"? zlyhal zápis pořadí archivů, máte administrátorsky povoleno zapisovat na "%1"? - - About - - - - - About Qt - + + failed to save load order: %1 + zlyhalo uložení pořadí načtení: %1 - + Name Jméno - + Please enter a name for the new profile Prosím zadej jméno pro nový profil - + failed to create profile: %1 Zlyhalo vytvoření profilu: %1 - + Show tutorial? - + 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. - + Downloads in progress Probíhá stahování - + There are still downloads in progress, do you really want to quit? Pořád probíhá stahování, určitě chcete skončit (zruší stahování)? - + failed to read savegame: %1 nezdařilo se načíst pozici: %1 - + Plugin "%1" failed: %2 - + + Plugin "%1" failed + + + + + failed to init plugin %1: %2 + + + + Plugin error - + It appears the plugin "%1" 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) - + Failed to start "%1" Zlyhal start "%1" - + Waiting Čekání - + Please press OK once you're logged into steam. Stiskni OK až budeš přihlášen do Steamu. @@ -2055,12 +1954,12 @@ V současnosti má omezenou funkcionalitu "%1" nenalezeno - + Start Steam? Spustit Steam? - + Steam is required to be running already to correctly start the game. Should MO try to start steam now? Steam by měl běžet aby se podařilo spustit hru. Má se MO pokusit spustit steam teď? @@ -2075,779 +1974,888 @@ V současnosti má omezenou funkcionalitu Žádné konflikty - + <Edit...> <Edit...> - + This bsa is enabled in the ini file so it may be required! Tenhle BSA soubor je aktivován v ini souboru, tak zřejmě je vyžadován! - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - Tento archív se stejně načte, protože existuje plugin se stejným jménem ale jeho soubory nebudou zodpovídat pořadí nainstalování! + Tento archív se stejně načte, protože existuje plugin se stejným jménem ale jeho soubory nebudou zodpovídat pořadí nainstalování! - + Activating Network Proxy - - + + Installation successful Instalace úspěšná - - + + Configure Mod Konfigurace Modu - - + + This mod contains ini tweaks. Do you want to configure them now? Tenhle mod obsahuje ini úpravy. Chcete je nastavovat teď? - - + + mod "%1" not found mod "%1" nenalezen - - + + Installation cancelled Instalace zrušena - - + + The mod was not installed completely. Tento mod se nenainstaloval úplne. - + Some plugins could not be loaded - + Too many esps and esms enabled - - + + Description missing - + + The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: + + + + 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: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> - + Choose Mod Vyber Mod - + Mod Archive Archív Modu - + Start Tutorial? - + You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue? - - + + Download started Stahování začalo - + failed to update mod list: %1 nezdařilo se aktualizovat seznam modů: %1 - + failed to spawn notepad.exe: %1 zlyhalo otevření notepad.exe: %1 - + failed to open %1 - + nepodařilo se otevřít %1 - + failed to change origin name: %1 Nezdařilo se změnit původní jméno: %1 - - failed to move "%1" from mod "%2" to "%3": %4 - - - - - Multiple esps activated, please check that they don't conflict. - - - - - - Create Mod... - - - - - A mod with this name already exists - - - - - Continue? - - - - - 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. - - - - - - Sorry - - - - - I don't know a versioning scheme where %1 is newer than %2. - - - - - <All> - <Všechny> - - - + <Checked> <Aktivované> - - Plugin "%1" failed - - - - - failed to init plugin %1: %2 - - - - - The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: - - - - + <Unchecked> <Neaktivované> - + <Update> <Aktualizace> - + <No category> <Bez kategorie> - + <Conflicted> - + <Not Endorsed> - + failed to rename mod: %1 Nezdařilo se přejmenovat mod: %1 - + Overwrite? - + This will replace the existing mod "%1". Continue? - + failed to remove mod "%1" - - - + + + failed to rename "%1" to "%2" Nezdařilo se přejmenovat "%1" na "%2" - - - - + + Multiple esps activated, please check that they don't conflict. + + + + + + + Confirm Potvrdit - + Remove the following mods?<br><ul>%1</ul> - + failed to remove mod: %1 Nezdařilo se odstranit mod: %1 - - + + Failed Zlyhání - + Installation file no longer exists Instalační soubor již neexistuje - + Mods installed with old versions of MO can't be reinstalled in this way. Mody nainstalovány staršími verzemi MO nemůžou být přeinstalovány tímto spůsobem. - - + + You need to be logged in with Nexus to endorse - - + Extract BSA Extrakce BSA - 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) - Tento mod obsahuje alespoň jeden BSA soubor. Chcete rozpakovat i jeho obsah? + Tento mod obsahuje alespoň jeden BSA soubor. Chcete rozpakovat i jeho obsah? (BSA se po úspěšném rozpakování odstrání. Pokud nevíte, co je BSA, zvolte možnost Ne) - - - + + failed to read %1: %2 - - + This archive contains invalid hashes. Some files may be broken. Tento archiv má neplatné identifikační součty. Nekteré soubory mohou být poškozeny. - + Nexus ID for this Mod is unknown Nexus ID pro tento Mod není známo - Priority - Priorita + + About + - Choose Priority - Zvol Prioritu + + About Qt + - - Really enable all visible mods? - Opravdu aktivovat všechny zobrazené mody? + + Download? + - - Really disable all visible mods? - Opravdu deaktivovat všechny zobrazené mody? + + 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? + - - Choose what to export + + Browse Mod Page - - Everything + + Executable "%1" not found - - All installed mods are included in the list + + Failed to refresh list of esps: %1 - - Active Mods + + + Failed to write settings - - Only active (checked) mods from your current profile are included + + + An error occured trying to write back MO settings: %1 - - Visible + + File is write protected - - All mods visible in the mod list are included + + Invalid file format (probably a bug) - - export failed: %1 + + Unknown error %1 - - Install Mod... - Instaluj Mod... + + failed to move "%1" from mod "%2" to "%3": %4 + - - Enable all visible - Aktivuj všechny v seznamu + + <Managed by MO> + - - Disable all visible + + <Managed outside MO> + + + + + You need to be logged in with Nexus to resume a download + + + + + + Create Mod... + + + + + This will move all files from overwrite into a new, regular mod. +Please enter a name: + + + + + A mod with this name already exists + + + + + Continue? + + + + + 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. + + + + + + Sorry + + + + + I don't know a versioning scheme where %1 is newer than %2. + + + + + Really enable all visible mods? + Opravdu aktivovat všechny zobrazené mody? + + + + Really disable all visible mods? + Opravdu deaktivovat všechny zobrazené mody? + + + + Choose what to export + + + + + Everything + + + + + All installed mods are included in the list + + + + + Active Mods + + + + + Only active (checked) mods from your current profile are included + + + + + Visible + + + + + All mods visible in the mod list are included + + + + + export failed: %1 + + + + + Install Mod... + Instaluj Mod... + + + + Enable all visible + Aktivuj všechny v seznamu + + + + Disable all visible Deaktivuj všechny v seznamu - + Check all for update Skontroluj všechny pro aktualizaci - + Export to csv... - + + All Mods + + + + Sync to Mods... Synchronizuj s Mody... - + Restore Backup - + Remove Backup... - Set Category - Označ Kategorii + + Add/Remove Categories + - + + Replace Categories + + + + Primary Category - + Change versioning scheme - + Un-ignore update - + Ignore update - + Rename Mod... Přejmenuj Mod... - + Remove Mod... Odstranit Mod... - + Reinstall Mod Přeinstaluj Mod - + Un-Endorse - - + + Endorse - + Won't endorse - + Endorsement state unknown - + Ignore missing data - + Visit on Nexus Navštiv na Nexusu - + Open in explorer Otevři v prohlížeči - + Information... Informace... - - + + Exception: Výnimky: - - + + Unknown exception Neznámá výnimka - + + <All> + <Všechny> + + + <Multiple> - + Really delete "%1"? - + Fix Mods... Oprav Mody... - + Delete - - + + failed to remove %1 - + Nepodařilo se odstranit %1 - - + + failed to create %1 - + Nepodařilo se vytvořit %1 - + Can't change download directory while downloads are in progress! Není možné změnit cíl pro stahování když probíhá stahování! - + Download failed Stahování zlyhalo - + failed to write to file %1 Nezdařil se zápis do souboru %1 - + %1 written %1 zapsáno - + Select binary Vyber binární soubor - + Binary Soubor - + Enter Name Zadej jméno - + Please enter a name for the executable Prosím zadej jméno pro spouštění - + Not an executable Není spustitelný - + This is not a recognized executable. Tenhle soubor není rozpoznán jako spustitelný. - - + + Replace file? Nahradit soubor? - + There already is a hidden version of this file. Replace it? Už existuje skrytá verze tohto souboru. Nahradit? - - + + File operation failed Operace se souborem zlyhala - - + + Failed to remove "%1". Maybe you lack the required file permissions? Nepodařilo se odstranit "%1". Možná nejsou k dispozici požadována práva? - + There already is a visible version of this file. Replace it? Už existuje viditelná verze tohto souboru. Nahradit? - + file not found: %1 - soubor nenalezen: %1 + - + failed to generate preview for %1 - + Sorry, can't preview anything. This function currently does not support extracting from bsas. - + Update available Aktualizace k dispozici - + Open/Execute Otevřít/Spustit - + Add as Executable Přidat Spouštení - + Preview - + Un-Hide Odekrýt - + Hide Skrýt - + Write To File... Zápis do souboru... - + Do you want to endorse Mod Organizer on %1 now? - - Remove + + Request to Nexus failed: %1 - - Unlock load order + + + login successful - - Lock load order + + login failed: %1. Trying to download anyway + přihlášení zlyhalo: %1. Pokouším se beztak stahovat + + + + login failed: %1 - - BOSS working + + login failed: %1. You need to log-in with Nexus to update MO. + přihlášení zlyhalo: %1. Na aktualizaci MO je potřebné přihlášení k Nexusu. + + + + Error + Chyba + + + + failed to extract %1 (errorcode %2) + zlyhala extrakce %1 (errorcode %2) + + + + Extract... + Extrakce... + + + + Edit Categories... + Editovat Kategorie... + + + + Deselect filter - - failed to run boss: %1 + + Remove - - Request to Nexus failed: %1 + + Enable all - - Executable "%1" not found + + Disable all - - Failed to refresh list of esps: %1 + + Unlock load order - - This will move all files from overwrite into a new, regular mod. -Please enter a name: + + Lock load order - - Add/Remove Categories + + depends on missing "%1" - - Replace Categories + + No profile set - - - login successful + + LOOT working - - login failed: %1. Trying to download anyway - přihlášení zlyhalo: %1. Pokouším se beztak stahovat + + loot failed. Exit code was: %1 + - - login failed: %1 - přihlášení zlyhalo: %1 + + failed to run loot: %1 + - - login failed: %1. You need to log-in with Nexus to update MO. - přihlášení zlyhalo: %1. Na aktualizaci MO je potřebné přihlášení k Nexusu. + + Errors occured + - - Error - Chyba + + Backup of load order created + - - failed to extract %1 (errorcode %2) - zlyhala extrakce %1 (errorcode %2) + + Choose backup to restore + - - Extract... - Extrakce... + + No Backups + - - Edit Categories... - Editovat Kategorie... + + There are no backups to restore + - - Enable all + + + Restore failed - - Disable all + + + Failed to restore the backup. Errorcode: %1 + + + + + Backup of modlist created @@ -2859,28 +2867,20 @@ Please enter a name: Placeholder #Placeholder - - Please install NCC - Prosím nainstalujte doplněk NCC - ModInfo - - + + invalid index %1 neplatný index %1 - - invalid mod id %1 - neplatné mod id %1 - ModInfoBackup - + This is the backup of a mod @@ -2909,7 +2909,7 @@ Please enter a name: - + Save Uložit @@ -2919,83 +2919,73 @@ Please enter a name: INI soubory - + + Ini Files + + + + This is a list of .ini files in the mod. Tohle je seznam .ini souborů v modu. - + 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. Tohle je seznam .ini souborů v modu. Dají se upravovat pro zmenu konfigurace a chování modu, pokud umožňuje takové parametry. - + + Ini Tweaks + + + + + This is a list of ini tweaks (ini modifications that can be toggled). + + + + + 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. + + + + Save changes to the file. Uložit změny do souboru. - + Save changes to the file. This overwrites the original. There is no automatic backup! Uložit změny do souboru.Tohle přepíše původní soubor. Nevytváří se žádná automatická záloha! - + Images Obrázky - + Images located in the mod. Obrázky obsažené v modu. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Tohle je seznam všech obrázků (.jpg a.png) obsažených v modu, jako naříklad screenshoty. Kliknutím na jeden ho zvětšíš.</span></p></body></html> + + This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. + - - + + Optional ESPs Volitelné ESP - + List of esps and esms that can not be loaded by the game. Seznam souborů .esp a .esm, které nebudou načteni do hry. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">They usually contain optional functionality, see the readme.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Most mods do not have optional esps, so chances are good you are looking at an empty list.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Seznam souborů .esp a .esm, které nebudou načteni do hry. Taky se nezobrazí v seznamu esp v hlavním okně MO.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Obvykle obsahují volitelné funkce modu, přečti si popis k modu.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Většina modů nemá volitelné esp, tak s nejvyšší pravděpodobností býva tenhle seznam prázdný.</span></p></body></html> - - - - This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. - - - - + 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. @@ -3003,103 +2993,103 @@ Most mods do not have optional esps, so chances are good you are looking at an e - + Make the selected mod in the lower list unavailable. Znepřístupni označený mod v seznamu dolů. - + 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. Označený soubor esp (v seznamu dolů) bude přemístěn do podadresáře modu a tak se stane "neviditelným" pro hru. V takovem stavu se nedá aktivovat. - + Move a file to the data directory. Přesuň soubor mezi Data. - + 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. Přesune soubor esp do adresáře, kde má být, aby mohl být aktivován. Prosím berte na vědomí, že tato akce jenom soubor "zpřistupní", nedělá ho automaticky aktivním. To se pak aktivuje v hlavním oknu mezi esp. - + ESPs in the data directory and thus visible to the game. ESP soubory mezi Data a tedy přístupné pro hru. - + 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. Tady jsou soubory modu, které se nacházejí ve (virtuálním) data adresáři hry a proto je bude možné aktivovat v seznamu esp v hlavním okně. - + Available ESPs ESP k dispozici - + Conflicts Konflikty - + The following conflicted files are provided by this mod Konfliktní soubory, které budou přebity tímhle modem - - + + File Soubor - + Overwritten Mods Přepsané mody - + The following conflicted files are provided by other mods Konfliktní soubory, které další mody přebijou - + Providing Mod Mod původu - + Non-Conflicted files Nekonfliktní soubory - + Categories Kategorie - + Primary Category - + Nexus Info Nexus Info - + Mod ID Mod ID - + Mod ID for this mod on Nexus. Mod ID tohodle modu na Nexusu. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3112,7 +3102,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Mod ID pro tenhle mod na Nexusu. Vyplňuje se automaticky pokud ste soubor i stáhli i nainstalovali přímo skrz MO. Jinak ho můžete zadat ručne. Správne ID naleznete u modu na Nexusu. Adresa bude vypadat takhle: </span><a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://skyrim.nexusmods.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; color:#000000;">. V takovem případe 1334 je Mod ID. Mimo jiné odkaz je přímo na Mod Organizer tak proč rovnou nejít zadat Endorse?</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3125,27 +3115,27 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Nainstalovaná verze modu. Bublina ukáže číslo nejaktuálnější verzi modu na Nexusu. Číslo verze se nastaví samo jenom pokud byl mod nainstalován skrz MO.</span></p></body></html> - + Version Verze - + Refresh Znovunačíst - + Refresh all information from Nexus. - + Description Popis - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3154,60 +3144,27 @@ p, li { white-space: pre-wrap; } - about:blank - about:blank - - - Files - Soubory - - - List of files currently uploaded on nexus. Double click to download. - Seznam souborů momentálně nahraných na nexusu. Dvojklik stáhne soubor. - - - Type - Druh - - - - Name - Jméno - - - Size (kB) - Velikost (kB) - - - + Endorse - + Notes - Endorsements are an important motivation for authors. Please don't forget to endorse mods you like. - Endorsmenty jsou důležite pro motivaci autorů modů. Prosím nezapomeňte endorsovat mody, které se vám líbí. - - - Have you endorsed this yet? - Už jste tenhle mod endorsovali? - - - + Filetree Struktura souborů - + A directory view of this mod Zložkový náhled na mod - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3222,274 +3179,258 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Zmeny se okamžite dejí přimo na disku, takže</span><span style=" font-size:8pt; font-weight:600;">buďte opatrní</span><span style=" font-size:8pt;">.</span></p></body></html> - + Previous - + Next Další - + Close Zavřít - + &Delete &Smazat - + &Rename &Přejmenovat - + &Hide &Skrýt - + &Unhide &Odekrýt - + &Open &Otevřít - + &New Folder &Nová Složka - - + + Save changes? Uložit změny? - Save changes to the "%1"? - Uložit změny v "%1"? + + + Save changes to "%1"? + - + File Exists Soubor existuje - + A file with that name exists, please enter a new one Soubor s rovnakým názvem existuje, prosím zadejte jiné jméno - + failed to move file zlyhalo přesunutí souboru - + failed to create directory "optional" zlyhalo vytvoření zložky "optional" - - + + Info requested, please wait Info vyžádáno, prosím počkejte - -(description incomplete, please visit nexus) - (popis chybí, prosím navštivte nexus pro kompletní zobrazení) - - - - (description incomplete, please visit nexus) - (popis chybí, prosím navštivte nexus pro kompletní zobrazení) - - - - Current Version: %1 - Současná verze: %1 - - - - No update available - Žádný update není k dispozici - - - + Main Hlavní - - - Save changes to "%1"? - - - - + Update Update - + Optional Volitelné - + Old Staré - + Misc Jiné - + Unknown Neznámé - request failed: %1 - požadavka zlyhala: %1 - - - - <a href="%1">Visit on Nexus</a> - <a href="%1">Navštivte na Nexusu</a> - - - - - Confirm - Potvrdit + + Current Version: %1 + Současná verze: %1 - Download "%1"? - Stáhnout "%1"? + + No update available + Žádný update není k dispozici - Download started - Stahování začalo + + (description incomplete, please visit nexus) + (popis chybí, prosím navštivte nexus pro kompletní zobrazení) - Exception: %1 - Výnimka: %1 + + <a href="%1">Visit on Nexus</a> + <a href="%1">Navštivte na Nexusu</a> - + Failed to delete %1 Zlyhalo vymazání %1 - + + + Confirm + Potvrdit + + + Are sure you want to delete "%1"? Jsi si jistý, že chceš vymazat "%1"? - + Are sure you want to delete the selected files? Jsi si jistý, že chceš vymazat označené soubory? - - + + New Folder Nová zložka - + Failed to create "%1" Zlyhalo vytvoření "%1" - - + + Replace file? Nahradit soubor? - + There already is a hidden version of this file. Replace it? Už existuje skrytá verze tohto souboru. Nahradit? - - + + File operation failed Operace se souborem zlyhala - - + + Failed to remove "%1". Maybe you lack the required file permissions? Nepodařilo se odstranit "%1". Možná nejsou k dispozici požadována práva? - - + + failed to rename %1 to %2 Nezdařilo se přejmenovat %1 na %2 - + There already is a visible version of this file. Replace it? Už existuje viditelná verze tohto souboru. Nahradit? - + Un-Hide Odekrýt - + Hide Skrýt - + + Name + Jméno + + + Please enter a name - - + + Error Chyba - + Invalid name. Must be a valid file name - + A tweak by that name exists - + Create Tweak - ModInfoOverwrite + ModInfoForeign - Overwrite - Přepsat + + This pseudo mod represents content managed outside MO. It isn't modified by MO. + + + + ModInfoOverwrite - + This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) Tenhle kvázi mod obsahuje soubory, které byli vytvořeny nebo změněny během spuštení, tzn. ve virtuálním Data stromě (ku příkladu Construction Kit je sem vytváří') @@ -3497,44 +3438,28 @@ p, li { white-space: pre-wrap; } ModInfoRegular - failed to write %1/meta.ini: %2 - zlyhal zápis %1/meta.ini: %2 + zlyhal zápis %1/meta.ini: %2 + + + + + failed to write %1/meta.ini: error %2 + - + %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory %1 neobsahuje žádné esp/esm ani jiné použitelné struktury (textures, meshes, interface,...) - + Categories: <br> Kategorie: <br> ModList - - - Confirm - Potvrdit - - - Really enable all visible mods? - Opravdu aktivovat všechny zobrazené mody? - - - Really disable all visible mods? - Opravdu deaktivovat všechny zobrazené mody? - - - invalid row-index %1 - neplatný index řádku %1 - - - Overwrite - Přepsat - This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit) @@ -3576,1176 +3501,191 @@ p, li { white-space: pre-wrap; } - min - min - - - max - max + + Non-MO + - - Category of the mod. + + invalid - - Id of the mod as used on Nexus. - + installed version: %1, newest version: %2 + nainstalovaná verze: %1, nejnovjší verze: %2 - - Emblemes to highlight things that might require attention. + + installed version: "%1", newest version: "%2" - %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory - %1 neobsahuje žádné esp/esm ani jiné použitelné struktury (textures, meshes, interface,...) + + 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". + - + Categories: <br> Kategorie: <br> - This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) - Tenhle kvázi mod obsahuje soubory, které byli vytvořeny nebo změněny během spuštení, tzn. ve virtuálním Data stromě (ku příkladu Construction Kit je sem vytváří') - - - - installed version: "%1", newest version: "%2" - installed version: %1, newest version: %2 - nainstalovaná verze: %1, nejnovjší verze: %2 - - - Name - Jméno - - - Names of your mods - Jména vašich modů - - - - Version - Verze - - - - Version of the mod (if available) - Verze modu (pokud je k dispozici) - - - - Priority - Priorita - - - - invalid + + Invalid name - - 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". + + drag&drop failed: %1 - - Invalid name - + + Confirm + Potvrdit - - drag&drop failed: %1 - + + Are you sure you want to remove "%1"? + Určitě chcete odstranit "%1"? - + Flags - + Mod Name - + + Version + Verze + + + + Priority + Priorita + + + Category - + Nexus ID - + Installation - - + + unknown - + Name of your mods - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Priorita aplikace modu. Čím větší, tím "důležitější" je mod a proto může přebít mody s nižší prioritou. - - - - Time this mod was installed - - - - - Are you sure you want to remove "%1"? - Určitě chcete odstranit "%1"? - - - - MotDDialog - - - Message of the Day - Oznam dne - - - about:blank - about:blank - - - - OK - OK - - - - MyApplication - - an error occured: %1 - vyskytla se chyba: %1 - - - an error occured - vyskytla se chyba - - - - MyFileSystemModel - - - Overwrites - Přepisuje - - - - not implemented - není implementováno - - - - NXMAccessManager - - - Logging into Nexus - - - - - timeout - Překročen časový limit - - - - Please check your password - Oveřte heslo - - - - NXMUrl - - invalid nxm-link: %1 - neplatný nxm-link: %1 - - - - NexusDialog - - Nexus - Nexus - - - Mod ID - Mod ID - - - Search - Hledej - - - new - nový - - - login failed: %1 - přihlášení zlyhalo: %1 - - - login successful - přihlášen úspěšně - - - failed to start download - zlyhal start stahování - - - Download started - Stahování začalo - - - - NexusInterface - - - Failed to guess mod id for "%1", please pick the correct one - - - - - empty response - prázdná odozva - - - - invalid response - neplatná odozva - - - - OMOWindow - - Categories - Kategorie - - - Profile - Profil - - - Pick a module collection - Vyber kolekci modulů - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept seperate for different profiles.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Tady vytvoř profil. Každý profil obsahuje svúj vlastní seznam aktivních modů a esp. Díky tomu můžeš rychle přepínat mezi různými konfiguracemi.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Prosím mějte na paměti, že v současnosti poradí esp se neukladá pro různé profily.</span></p></body></html> + + Version of the mod (if available) + Verze modu (pokud je k dispozici) - Refresh list - Znovunačíst seznam - - - Refresh list. This is usually not necessary unless you modified data outside the program. - Obnoví seznam. Tohle obvykle není zapotřebí, jedine že by jste měnili obsah dat mimo program MO. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">List of available mods.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">Seznam modů k dispozici.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Tohle je seznam nainstalovaných modů. Zaškrtnutím čtverečku aktivuješ mod a tahaním myší můžeš měnit jejich poradí priority.</span></p></body></html> - - - Filter - Filter - - - Start - Start - - - Pick a program to run. - Vyber program na spuštění. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can add new Tools to this list, but I can't promise tools I haven't tested will work.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Vyber program, který se spustí. Když začneš používat ModOrganizer, pokaždé by jsi měl spouštet hru i nástroje přes toto nebo přes skratky vytvořené tímto programem, jinak mody nainstalované přes MO nebudou vidět.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Můžeš přidávat různé nástroje, ale neručím, že ty které jsem netestoval poběží správně.</span></p></body></html> - - - Run program - Spustit program - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Run the selected program with ModOrganizer enabled.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Spusti vybraný program s nastavením ModOrganizeru.</span></p></body></html> - - - Run - Spustit - - - Create a shortcut in your start menu to the specified program - Vytvořit odkaz v Štart menu pro vybraný program - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a start menu shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Tohle vytvoří odkaz v menu Start, který přímo bude spouštět zvolený program přes MO.</span></p></body></html> - - - Menu Shortcut - Odkaz v Start menu - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">create a desktop shortcut for the selected program</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Vytvoř odkaz na ploše pro zvolený program</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a desktop shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Tímto vytvořiš ikonu s odkazem na ploše, přes kterou se bude přímo spouštět zvolený program s aktivním nastavěním.</span></p></body></html> - - - Desktop Shortcut - Odkaz na Ploše - - - ESPs - ESP - - - save esp list and load order. - Uložit seznam esp a pořadí načtení. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close MO or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Ulož nastavění aktivace a pořadí esp souborů. Tohle se také děje automaticky při spuštění programu nebo ukončení MO.</span></p></body></html> - - - Save - Uložit - - - List of available esp/esm files - Seznam dostupných esp/esm souborů - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.<br />There is a great tool named &quot;BOSS&quot; to automatically sort these files.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Tenhle seznam obsahuje esp a esm soubory z aktivovaných modů. Tyhle mají svoje vlastní pořadí priority. Tahaním myší je možné měnit pořadí. Prosím mějte na paměti, že MO zobrazí seznam jenom z modů, které jsou aktivovány (zaškrtnuté).<br />Existuje skvělý nástroj &quot;BOSS&quot; který automaticky správně seřadí tyhle soubory.</span></p></body></html> - - - BSAs - BSA - - - IMPORTANT: You can change the order of BSAs here but installation order of mods has priority over the order specified here! - DŮLEŽITÉ: Můžete měnit pořadí BSA souborů tady, ale soubory modů ako takých má vyšší prioritu a přepíše konflikty, které by vznikly zde! - - - List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. - Seznam BS archivů, které jsou k dispozici. Archivy, které jsou zde neni označeny nebudou načteny do hry. - - - 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. -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. - BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by Skyrim. As such they "compete" 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. - BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by Skyrim. As such they "compete" 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. - - - File - Soubor - - - Mod - Mod - - - Data - Data - - - refresh data-directory overview - znovunačti data - - - Refresh the overview. This may take a moment. - Obnov náhled. Tohle může chvíli trvat. - - - Refresh - Znovunačíst - - - This is an overview of your data directory as visible to the game (and tools). - Tohle je náhled tvé data struktury, kterou načte hra (i nástroje). - - - Filter the above list so that only conflicts are displayed. - Přefiltruje seznam nahoře tak, že budou zobrazeny pouze konflikty. - - - Show only conflicts - Ukaž jenom konflikty - - - Saves - Uložené pozice - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you click &quot;Fix Mods...&quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Tohle je seznam všech uložených pozic hry. Podrž kurzor ponad pozicí pro zobrazení detailných informací vrátaně seznamu esp/esm, které byli uloženy do pozice, ale v současnosti nejsou aktivní.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Pokud kliknete &quot;Fixni Mody...&quot; v kontext menu, MO se pokusí aktivovat všechny mody a esp soubory, které byli v pozici používány. Nic se však nevypne!</span></p></body></html> - - - Downloads - Stáhnuté - - - This is a list of mods you downloaded from Nexus. Double click one to install it. - Tohle je seznam modů, které jsi stánul z Nexusu. Dvojklik nainstaluje mod. - - - Compact - Kompaktní - - - Refresh list of downloads. - Znovunačíst seznam stáhnutí. - - - Tool Bar - Panel nástrojú - - - Install Mod - Instaluj mod - - - Install &Mod - Instaluj &Mod - - - Install a new mod from an archive - Instaluj nový mod z archívu - - - Ctrl+M - Ctrl+M - - - Profiles - Profily - - - &Profiles - &Profily - - - Configure Profiles - Nastav profily - - - Ctrl+P - Ctrl+P - - - Executables - Spouštění - - - &Executables - &Spouštění - - - Configure the executables that can be started through Mod Organizer - Konfigurace spouštění, které lze použít pro načtení modů z MO - - - Ctrl+E - Ctrl+E - - - Edit Ini - Editace Ini - - - Edit &Ini - Editace &Ini - - - Edit the ini file of the current profile - Editace ini souboru současného profilu - - - Ctrl+I - Ctrl+I - - - Settings - Nastavení - - - &Settings - &Nastavení - - - Configure settings and workarounds - Konfigurace a nastavení programu a různých řešení - - - Ctrl+S - Ctrl+S - - - Nexus - Nexus - - - Search nexus network for more mods - Prohledat mody na nexusu - - - Ctrl+N - Ctrl+N - - - Update - Aktualizuj - - - Mod Organizer is up-to-date - Verze Mod Organizer u je aktuální - - - No Problems - Žádné problémy - - - 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 - Tohle tlačitko bude svítit pokud MO objeví potenciální problémy v programu a poskytne tipy jak je vyřešit. - -!Ve vývoji! -V současnosti má omezenou funkcionalitu - - - Problems - Problémy - - - There are potential problems with your setup - Existují potenciální problémy s programem - - - Everything seems to be in order - Všechno se jeví v pořádku - - - <li>Your BSAs may be set up incorrectly. The game may not run! Please check the BSA tab</li> - <li>BSA soubory zřejmě nejsou správně nastaveny. Hra nemusí běžet správně! Prosím ověřte kartu BSA</li> - - - <li>NCC not installed. You won't be able to install some scripted mod-installers. Get NCC from <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">the MO page on nexus</a></li> - <li>NCC není nainstalován. Nebudete moci instalovat některé naskriptované instalátory modů. NCC najdete na <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">stránce MO na nexusu</a></li> - - - <li>NCC version may be incompatible.</li> - <li>Verze NCC je zřejmě nekompatibilní.</li> - - - <li>dotNet is not installed or outdated. This is required to use NCC. Get it from here: <a href="%1">%1</a></li> - <li>dotNet není nainstalován nebo je neaktuální. Tohle vyžaduje NCC. Najděte ho zde: <a href="%1">%1</a></li> - - - Help - Pomoc - - - Click here if you have any problems with Mod Organizer - Klikni zde pokud máš problémy s programem - - - Help on UI - Pomoc s programem - - - Documentation Wiki - Dokumentace wiki - - - Report Issue - Nahlásit chybu - - - load order could not be saved - pořadí načtení se nezdařilo uložit - - - failed to save load order: %1 - zlyhalo uložení pořadí načtení: %1 - - - failed to save archives order, do you have write access to "%1"? - zlyhal zápis pořadí archivů, máte administrátorsky povoleno zapisovat na "%1"? - - - Name - Jméno - - - Please enter a name for the new profile - Prosím zadej jméno pro nový profil - - - failed to create profile: %1 - Zlyhalo vytvoření profilu: %1 - - - Downloads in progress - Probíhá stahování - - - There are still downloads in progress, do you really want to quit? - Pořád probíhá stahování, určitě chcete skončit (zruší stahování)? - - - init failed - inicializace zlyhala - - - failed to read savegame: %1 - nezdařilo se načíst pozici: %1 - - - <table cellspacing="5"><tr><td>Save Number</td><td>%1</td></tr><tr><td>Character</td><td>%2</td></tr><tr><td>Level</td><td>%3</td></tr><tr><td>Location</td><td>%4</td></tr><tr><td>Date</td><td>%5</td></tr><tr><td>Screenshot</td><td>%6</td></tr><tr><td>Missing ESPs</td><td><h5>%7</h5></td></tr></table> - <table cellspacing="5"><tr><td>Číslo pozice</td><td>%1</td></tr><tr><td>Postava</td><td>%2</td></tr><tr><td>Úroveň</td><td>%3</td></tr><tr><td>Locace</td><td>%4</td></tr><tr><td>Datum</td><td>%5</td></tr><tr><td>Obrázek</td><td>%6</td></tr><tr><td>Chybějící ESP</td><td><h5>%7</h5></td></tr></table> - - - Failed to start %1 - Zlyhal start %1 - - - Waiting - Čekání - - - Please press OK once you're logged into steam. - Stiskni OK až budeš přihlášen do Steamu. - - - "%1" not found - "%1" nenalezeno - - - Start steam? - Spustit Steam? - - - Steam is required to be running already to correctly start the game. Should MO try to start steam now? - Steam by měl běžet aby se podařilo spustit hru. Má se MO pokusit spustit steam teď? - - - Never - Nikdy - - - Failed to start "%1" - Zlyhal start "%1" - - - Start Steam? - Spustit Steam? - - - Also in: <br> - Také v: <br> - - - No conflict - Žádné konflikty - - - <Edit...> - <Edit...> - - - This bsa is enabled in the ini file so it may be required! - Tenhle BSA soubor je aktivován v ini souboru, tak zřejmě je vyžadován! - - - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - Tento archív se stejně načte, protože existuje plugin se stejným jménem ale jeho soubory nebudou zodpovídat pořadí nainstalování! - - - Installation successful - Instalace úspěšná - - - Configure Mod - Konfigurace Modu - - - This mod contains ini tweaks. Do you want to configure them now? - Tenhle mod obsahuje ini úpravy. Chcete je nastavovat teď? - - - mod "%1" not found - mod "%1" nenalezen - - - Installation cancelled - Instalace zrušena - - - The mod was not installed completely. - Tento mod se nenainstaloval úplne. - - - Choose Mod - Vyber Mod - - - Mod Archive - Archív Modu - - - failed to refresh directory structure - Znovunačtení adresářové struktury se nezdařilo - - - Download started - Stahování začalo - - - failed to update mod list: %1 - nezdařilo se aktualizovat seznam modů: %1 - - - failed to spawn notepad.exe: %1 - zlyhalo otevření notepad.exe: %1 - - - Ini files are local to the currently selected profile. - Ini soubory jsou specifické pouze pro vybraný profil. - - - failed to open %1 - Nepodařilo se otevřít %1 - - - Name not valid - Neplatné jméno - - - failed to change origin name: %1 - Nezdařilo se změnit původní jméno: %1 - - - <All> - <Všechny> - - - <Checked> - <Aktivované> - - - <Unchecked> - <Neaktivované> - - - <Update> - <Aktualizace> - - - <No category> - <Bez kategorie> - - - New name - Nové jméno - - - A mod with that name exists already - Mod se stejným jménem už existuje - - - failed to rename mod: %1 - Nezdařilo se přejmenovat mod: %1 - - - failed to remove mod: %1 - Nezdařilo se odstranit mod: %1 - - - Failed - Zlyhání - - - Installation file no longer exists - Instalační soubor již neexistuje - - - Mods installed with old versions of MO can't be reinstalled in this way. - Mody nainstalovány staršími verzemi MO nemůžou být přeinstalovány tímto spůsobem. - - - Extract BSA - Extrakce BSA - - - 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) - Tento mod obsahuje alespoň jeden BSA soubor. Chcete rozpakovat i jeho obsah? -(BSA se po úspěšném rozpakování odstrání. Pokud nevíte, co je BSA, zvolte možnost Ne) - - - failed to read %1: %2 - Nedá se číst %1: %2 - - - This archive contains invalid hashes. Some files may be broken. - Tento archiv má neplatné identifikační součty. Nekteré soubory mohou být poškozeny. - - - Nexus ID for this Mod is unknown - Nexus ID pro tento Mod není známo - - - Priority - Priorita - - - Choose Priority - Zvol Prioritu - - - Install Mod... - Instaluj Mod... - - - Enable all visible - Aktivuj všechny v seznamu - - - Disable all visible - Deaktivuj všechny v seznamu - - - Check all for update - Skontroluj všechny pro aktualizaci - - - Set Priority - Nastav Prioritu - - - Highest - Nejvyšší - - - Manually... - Ručně... - - - Lowest - Nejnižší - - - Set Category - Označ Kategorii - - - Rename Mod... - Přejmenuj Mod... - - - Remove Mod... - Odstranit Mod... - - - Reinstall Mod - Přeinstaluj Mod - - - Visit on Nexus - Navštiv na Nexusu - - - Open in explorer - Otevři v prohlížeči - - - Sync to Mods... - Synchronizuj s Mody... - - - Information... - Informace... - - - Exception: - Výnimky: - - - Unknown exception - Neznámá výnimka - - - Fix Mods... - Oprav Mody... - - - failed to remove %1 - nepodařilo se odstranit %1 - - - failed to create %1 - nepodařilo se vytvořit %1 - - - Can't change download directory while downloads are in progress! - Není možné změnit cíl pro stahování když probíhá stahování! - - - Download failed - Stahování zlyhalo - - - failed to write to file %1 - Nezdařil se zápis do souboru %1 - - - %1 written - %1 zapsáno - - - Select binary - Vyber binární soubor - - - Binary - Soubor - - - This is not a recognized executable. - Tenhle soubor není rozpoznán jako spustitelný. - - - failed to rename "%1" to "%2" - Nezdařilo se přejmenovat "%1" na "%2" - - - Edit Categories... - Editovat Kategorie... - - - Binary (*.exe) - Binární (*.exe) - - - Enter Name - Zadej jméno - - - Please enter a name for the executable - Prosím zadej jméno pro spouštění - - - Not an executable - Není spustitelný - - - This is not a recognized executable - Tenhle soubor není rozpoznán jako spustitelný - - - Replace file? - Nahradit soubor? - - - There already is a hidden version of this file. Replace it? - Už existuje skrytá verze tohto souboru. Nahradit? - - - File operation failed - Operace se souborem zlyhala - - - Failed to remove "%1". Maybe you lack the required file permissions? - Nepodařilo se odstranit "%1". Možná nejsou k dispozici požadována práva? - - - failed to rename %1 to %2 - Nezdařilo se přejmenovat %1 na %2 + + Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. + Priorita aplikace modu. Čím větší, tím "důležitější" je mod a proto může přebít mody s nižší prioritou. - There already is a visible version of this file. Replace it? - Už existuje viditelná verze tohto souboru. Nahradit? + + Category of the mod. + - Update available - Aktualizace k dispozici + + Id of the mod as used on Nexus. + - Open/Execute - Otevřít/Spustit + + Emblemes to highlight things that might require attention. + - Add as Executable - Přidat Spouštení + + Time this mod was installed + + + + MotDDialog - Un-Hide - Odekrýt + + Message of the Day + Oznam dne - Hide - Skrýt + + OK + OK + + + MyFileSystemModel - Write To File... - Zápis do souboru... + + Overwrites + Přepisuje - login successful - přihlášení úspěšné + + not implemented + není implementováno + + + NXMAccessManager - login failed: %1. Trying to download anyway - přihlášení zlyhalo: %1. Pokouším se beztak stahovat + + Logging into Nexus + - login failed: %1. You need to log-in with Nexus to update MO. - přihlášení zlyhalo: %1. Na aktualizaci MO je potřebné přihlášení k Nexusu. + + timeout + Překročen časový limit - Error - Chyba + + Please check your password + Oveřte heslo + + + NexusInterface - failed to extract %1 (errorcode %2) - zlyhala extrakce %1 (errorcode %2) + + Failed to guess mod id for "%1", please pick the correct one + - Extract... - Extrakce... + + empty response + prázdná odozva - Edit... - Editace... + + invalid response + neplatná odozva @@ -4780,10 +3720,6 @@ V současnosti má omezenou funkcionalitu &New Folder &Nová zložka - - Failed to delete %1 - Zlyhalo vymazání %1 - Failed to delete "%1" @@ -4820,144 +3756,124 @@ V současnosti má omezenou funkcionalitu PluginList - ESP not found: %1 - esp not found: %1 - esp nenalezeno: %1 + + Name + Jméno + + + + Priority + Priorita - + Mod Index - + Flags - - + + unknown - + Name of your mods - + Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority. - + The modindex determins the formids of objects originating from this mods. - + failed to update esp info for file %1 (source id: %2), error: %3 - + esp not found: %1 - - + + Confirm Potvrdit - + Really enable all plugins? - + Really disable all plugins? - + The file containing locked plugin indices is broken - failed to open output file: %1 - zlyhalo otevření výstupního souboru: %1 - - - - 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. - Některé vaše pluginy mají neplatné názvy! Tyhle pluginy nemůžou být načteny hrou. Prosím nahlédněte do souboru mo_interface.log pro kompletní seznam pluginů a přejmenujte je. - - - - BOSS dll incompatible - - - - - Missing Masters + + <b>Origin</b>: %1 - - Enabled Masters - + + Author + Autor - - failed to restore load order for %1 - + + Description + Popis - min - min + failed to open output file: %1 + zlyhalo otevření výstupního souboru: %1 - max - max + + 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. + Některé vaše pluginy mají neplatné názvy! Tyhle pluginy nemůžou být načteny hrou. Prosím nahlédněte do souboru mo_interface.log pro kompletní seznam pluginů a přejmenujte je. - + This plugin can't be disabled (enforced by the game) Tenhle plugin nemůže být deaktivován (vyžaduje to hra) - Origin: %1 - Původní mod: %1 - - - - Name - Jméno - - - Names of your mods - Jména vašich modů + Původní mod: %1 - - Priority - Priorita - - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Priorita aplikace modu. Čím větší, tím "důležitější" je mod a proto může přebít mody s nižší prioritou. + + Missing Masters + - ModIndex - ModIndex + + Enabled Masters + - This index determines the id of items, spells, ... introduced by the mod. Their id will be "xxyyyyyy" where "xx" is this index which "yyyyyy" is determined by the mod itself. - Tento index přiraďuje ID věcem, kouzlům,... které přidáva mod. Ich id bude "xxyyyyyy" kde "xx" je index, kterým je "yyyyyy" determinováno podle samotného modu. + + failed to restore load order for %1 + @@ -4987,11 +3903,6 @@ V současnosti má omezenou funkcionalitu p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> <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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> @@ -5013,10 +3924,6 @@ p, li { white-space: pre-wrap; } Profile - - failed to apply ini tweaks - Zlyhalo uplatnění změn v ini - invalid profile name %1 @@ -5025,65 +3932,70 @@ p, li { white-space: pre-wrap; } failed to create %1 - + Nepodařilo se vytvořit %1 - + failed to write mod list: %1 - + failed to update tweaked ini file, wrong settings may be used: %1 - + failed to create tweaked ini: %1 - - - - - + + "%1" is missing or inaccessible + + + + + + + + invalid index %1 Neplatný index %1 - + Overwrite directory couldn't be parsed - + invalid priority %1 neplatná priorita %1 - + failed to parse ini file (%1) - + failed to parse ini file (%1): %2 zlyhalo rozebrání ini souboru (%1): %2 - - + + failed to modify "%1" - + Delete savegames? - + Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames) @@ -5144,40 +4056,6 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Tohle je seznam profilů. Každý profil obsahuje svůj seznam a poradí modů (ze společného celku modů), konfiguraci aktivovaných esps/esms, kopii vlastních .ini souborů hry a volitelný filtr uložených pozic.</p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> Z technických důvodů současně není možné mít oddělenou konfiguraci poradí esp/esm. To znamená, že nemůžete načíst modA.esp před modB.esp v jedném profilu a v druhém to mít naopak.</p></body></html> - - - Savegame Filter - Filter uložených pozicí - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Experimental</span><span style=" font-size:8pt;"> Enter a charactername to hide all save games from other characters in the game.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Experimentální</span><span style=" font-size:8pt;"> Napiš jméno postavy pro skrytí uložených pozic s jinými postavami.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Experimental</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Here you can enter a character name to filter the save games displayed inside the game. This makes it easy to have concurrent walkthroughs with different characters.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> however that autosave and quicksave are always displayed and overwritten even if they belong to a different character.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> also this may confuse the savegame counter which is why this feature is marked experimental.</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Experimentální</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Zde můžete vložit jméno postavy pro filtraci uložených pozic zobrazených ve vaší hře. Díky tomuto můžete hrát současně více her s různými postavami.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> Bohužel automatická pozice a rychlé uložení se zobrazuje vždycky a také je vždycky přepsána i když patří jiné postavě.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span>Také tato funkce může znepřehlednit počítadlo uložených pozic. Proto je označená jako experimentální.</p></body></html> @@ -5333,10 +4211,6 @@ p, li { white-space: pre-wrap; } 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? - - Are you sure you want to remove this profile? - Jsi si jistý, že chceš odstranit tento profil? - Rename Profile @@ -5378,6 +4252,51 @@ p, li { white-space: pre-wrap; } invalid category id %1 neplatné id kategorie %1 + + + invalid field name "%1" + + + + + invalid type for "%1" (should be integer) + + + + + invalid type for "%1" (should be string) + + + + + invalid type for "%1" (should be float) + + + + + no fields set up yet! + + + + + field not set "%1" + + + + + invalid character in field "%1" + + + + + empty field name + + + + + invalid game type %1 + + helper failed @@ -5460,104 +4379,91 @@ p, li { white-space: pre-wrap; } Zlyhalo nastavení proxy-dll načítání - - "%1" is missing - "%1" chybí - - - + Permissions required Chybí oprávnění - 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 "mo_helper.exe" with administrative rights). - Uživatelský účet nemá dostatečná oprávnění pro spuštění Mod Organizeru. Nevyhnutné zmeny se můžou udělat automaticky (adresář MO se nastaví ako přepisovatelný pro současného uživatele). Budete požádáni spustit "mo_helper.exe" s administrátorskými právami). + + 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. + - - + + Woops Hups - ModOrganizer has crashed! Should a diagnostic file be created? If you send me this file by email (sherb@gmx.net), the bug is a lot more likely to be fixed. - ModOrganizer havaroval! Má se vytvořit diagnostický soubor? Pokud mi tento soubor pošlete (sherb@gmx.net), bude omnoho vyšší šance, že chybu opravím. - - - - 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. - - - - + 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 - + ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1 ModOrganizer havaroval! Naneštěstí, nezdařilo se ani vytvořit diagnostický soubor: %1 - - + + Mod Organizer Mod Organizer - + An instance of Mod Organizer is already running Jedna instance Mod Organizeru už běží - + No game identified in "%1". The directory is required to contain the game binary and its launcher. Žádná hra nebyla nalezena v "%1". Je potřebné, aby adresář obsahoval binár hry a spouštěč. - - + + Please select the game to manage Prosím vyberte hru, kterou chcete spravovat - + Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!) - + + failed to start application: %1 + + + + Please use "Help" from the toolbar to get usage instructions to all elements Prosím použijte "Pomoc" z panelu nástrojú pro instrukce ke všem elementům - - + + <Manage...> <Manage...> - + failed to parse profile %1: %2 Nezdařilo se rozebrat profil %1: %2 - - + failed to find "%1" Nepodařilo sa najít "%1" - encoding error, please report this as a bug and include the file mo_interface.log! - Chyba kódování, prosím nahlaste tuto chybu a poskytněte záznamový soubor mo_interface.log! - - - + failed to access %1 zlyhal přístup k %1 - + failed to set file time %1 nepodařilo se nastavit čas souboru %1 @@ -5567,12 +4473,13 @@ p, li { white-space: pre-wrap; } Nepodařilo se vytvořit %1 - modlist.txt missing - modlist.txt chybí + + "%1" is missing or inaccessible + - failed to copy "%1" to "%2", this is going to end badly... - nepodařilo se skopírovat "%1" do "%2", tohle dopadne velice špatně... + "%1" is missing + "%1" chybí @@ -5598,27 +4505,27 @@ p, li { white-space: pre-wrap; } nepodařilo se otevřít %1 - + Script Extender Skript Extender - + Proxy DLL Proxy DLL - + failed to spawn "%1" nepodařilo se vytvořit "%1" - + Elevation required - + This process requires elevation to run. This is a potential security risk so I highly advice you to investigate if "%1" @@ -5627,82 +4534,25 @@ 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) - - - failed to spawn "%1": %2 - nepodařilo se vytvořit "%1": %2 - - - - "%1" doesn't exist - "%1" neexistuje - - - - failed to inject dll into "%1": %2 - nepodařilo se vsunout dll do "%1": %2 - - - - failed to run "%1" - nepodařilo se spustit "%1" - - - removal of "%1" failed: %2 - odstránení "%1" zlyhalo: %2 - - - removal of "%1" failed - odstránení "%1" zlyhalo - - - "%1" doesn't exist (remove) - "%1" neexistuje (odstránění) - - - - invalid field name "%1" - - - - - invalid type for "%1" (should be integer) - - - - - invalid type for "%1" (should be string) - - - - - invalid type for "%1" (should be float) - - - - - no fields set up yet! - - - - - field not set "%1" - + + + failed to spawn "%1": %2 + nepodařilo se vytvořit "%1": %2 - - invalid character in field "%1" - + + "%1" doesn't exist + "%1" neexistuje - - empty field name - + + failed to inject dll into "%1": %2 + nepodařilo se vsunout dll do "%1": %2 - - invalid game type %1 - + + failed to run "%1" + nepodařilo se spustit "%1" @@ -5748,13 +4598,6 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Zrušit - - QuestionBoxMemory - - Remember selection - pamatovat si výběr - - SaveGameInfoWidget @@ -5796,7 +4639,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Dialog - + Výzva @@ -5849,10 +4692,6 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe SelfUpdater - - mo_archive.dll not loaded: "%1" - mo_archive.dll nenačteno: "%1" - archive.dll not loaded: "%1" @@ -5921,47 +4760,35 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe no file for update found. Please update manually. - - - No download server available. Please try again later. - - - - no file for update found - Nenalezen soubor pro aktualizaci - Failed to retrieve update information: %1 Nepodařilo se získat informace o aktualizaci: %1 + + + No download server available. Please try again later. + + Settings - Administrative rights required to change this. - Administrátorské práva jsou požadovány na tuhle změnu. - - - - + + attempt to store setting for unknown plugin "%1" - + Confirm Potvrdit - + 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? Zmena adresáře modu změní všechny tvoje profily! Nenalezené mody (nebo přejmenované) v nové lokaci budou deaktivovány ve všech profilech. Není možnosť návratu pokud si nezazálohujete profily ručně. Pokračovat? - - Changing the mod directory affects all your profiles! Mods not present (or named differently) in the new location will be disabled in all mods. There is no way to undo this unless you backed up your profiles manually. Proceed? - Zmena adresáře modu změní všechny tvoje profily! Nenalezené mody (nebo přejmenované) v nové lokaci budou deaktivovány ve všech profilech. Není možnosť návratu pokud si nezazálohujete profily ručně. Pokračovat? - SettingsDialog @@ -5998,68 +4825,6 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Zobrazovací jazyk. Zobrazí se jenom jazyky, které máte nainstalované.</span></p></body></html> - - - Advanced - Pokročilé - - - - - Directory where downloads are stored. - Adresář kam se stahují soubory. - - - - Mod Directory - Mody do - - - - Directory where mods are stored. - Adresář ve kterém jsou nainstalovány mody. - - - - 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). - Adresář ve kterém jsou nainstalovány mody. Prosím berte na vědomí, že změna tohto zruší všechny asociace v starších profilech, pokud mody nebudou předem uloženy v nové lokaci (a se stejným jménem). - - - - Download Directory - Stahováni do - - - - Cache Directory - Cache - - - Choose the integrated fomod installer over the external one wherever possible. - Zvolit integrovaný fomod instalátor místo externího kdykoliv je to možné. - - - Use the integrated fomod installer if possible. This installer is only able to handle archives scripted using an xml-file (that's maybe half the fomods out there), other files are still installed using the external installer if it's available. - Použít integrovaný fomod instalátor pokud je to možné. Instalátor dokáže pracovat pouze s archívy naskriptovány v xml souboru (to je zhruba polovina fomodů, které jsou), ostatní soubory jsou instalovány použitím externího instalátoru, pokud je k dispozici. - - - Prefer integrated fomod installer - Preferovat integrovaný fomod instalátor - - - Use a very simple installation dialog if MO recognizes the structure of the installation archive. If you prefer your life complicated, uncheck this box. - Použití jednoduchého dotazu pro instalaci pokud MO rozpozná strukturu v instalačním archivu. Pokud preferujete úplný přehled a zložitost, odznačte políčko. - - - Enable "Quick Installer" - Používat "Rychlou instalaci" - - - - - Modify the categories available to arrange your mods. - Úprava kategorií pro seřazování modů. - Style @@ -6107,103 +4872,105 @@ p, li { white-space: pre-wrap; } Chyba - - Reset stored information from dialogs. - + + Advanced + Pokročilé - - This will make all dialogs show up again where you checked the "Remember selection"-box. - + + + Directory where downloads are stored. + Adresář kam se stahují soubory. - - Reset Dialogs - Obnovit dialogy + + Mod Directory + Mody do - - Configure Mod Categories - Konfigurovat Kategorie Modů + + Directory where mods are stored. + Adresář ve kterém jsou nainstalovány mody. - - Disable automatic internet features - + + 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). + Adresář ve kterém jsou nainstalovány mody. Prosím berte na vědomí, že změna tohto zruší všechny asociace v starších profilech, pokud mody nebudou předem uloženy v nové lokaci (a se stejným jménem). - - 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) - + + Download Directory + Stahováni do - - Offline Mode - + + Cache Directory + Cache - - Use a proxy for network connections. + + User interface - - 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. + + If checked, the download interface will be more compact. - - Use HTTP Proxy (Uses System Settings) + + Compact Download Interface - - Associate with "Download with manager" links + + If checked, the download list will display meta information instead of file names. - - Known Servers (updated on download) + + Download Meta Information - - Preferred Servers (Drag & Drop) + + Reset stored information from dialogs. - - Blacklisted Plugins (use <del> to remove): + + This will make all dialogs show up again where you checked the "Remember selection"-box. - - 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. - + + Reset Dialogs + Obnovit dialogy + + + + + Modify the categories available to arrange your mods. + Úprava kategorií pro seřazování modů. - Installer - Instalační + + Configure Mod Categories + Konfigurovat Kategorie Modů - - + + Nexus Nexus - + Allows automatic log-in when the Nexus-Page for the game is clicked. Povolí automatické přihlasováni na stránky Nexusu pokud je označeno. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -6216,84 +4983,122 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Povolí automatické přihlasováni na stránky Nexusu pokud je označeno. Prosím berte na vědomí ,že maskování hesla v souboru modorganizer.ini není příliš silné. Pokud máte obavy, že by vám někdo mohl ukrást heslo, neukládajte ho.</span></p></body></html> - + If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic. - + Automatically Log-In to Nexus Automaticky přihlásit do Nexusu - + Username Přihlasovací jméno - + Password Heslo - Handle NXM Links - Spravovat odkazy z Nexusu + + Disable automatic internet features + + + + + 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) + + + + + Offline Mode + + + + + Use a proxy for network connections. + + + + + 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. + + + + + Use HTTP Proxy (Uses System Settings) + + + + + Associate with "Download with manager" links + - If checked, MO will use an external browser for buttons like "Visit on Nexus" instead of the integrated one. - Pokud je označeno, MO bude používat váš osobní externí prohlížeč pro příkazy jako "navštiv na Nexusu" místo vstavaného prohlížeče. + + Known Servers (updated on download) + - Prefer external browser - Preferuj externí prohlížeč + + Preferred Servers (Drag & Drop) + - + Plugins - + Author: - + Version: - + Description: - + Key - + Value - + + Blacklisted Plugins (use <del> to remove): + + + + Workarounds Řešení - + Steam App ID Steam App ID - + The Steam AppID for your game Steam AppID pro vaši hru - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -6320,47 +5125,38 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">22380 je id, které hledáte.</span></p></body></html> - + Load Mechanism Mechanizmus spuštění - + Select loading mechanism. See help for details. Vyberte mechanizmus použit pro spuštění. Pro víc detailů čti Nápovědu. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Mod Organizer needs a dll to be injected into the game so all mods are visible to it.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">There are several means to do this:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Mod Organizer</span><span style=" font-size:8pt;"> (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. This does not work for the Steam version of Oblivion!</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Script Extender</span><span style=" font-size:8pt;"> In this mode, MO is installed as a Script Extender (obse, fose, nvse, skse) plugin. (recommended if you have a script extender installed)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Proxy DLL</span><span style=" font-size:8pt;"> 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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Mod Organizer potrebuje dll vsunuté do hry aby všechny mody byli pro hru viditelné.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Je více spůsobů jak to docílit:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Mod Organizer</span><span style=" font-size:8pt;"> (standartne) v tomhle módu Mod Organizer sám vsune dll. Nevýhodou je, že vždy musíte spouštět hru přez MO nebo přez odkaz na ploše, vytvorený mod organizérem. Tato možnost nefunguje pro steamovou verzi OBLIVIONU!</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Script Extender</span><span style=" font-size:8pt;"> V tomhle módu MO je nainstalován ako Script Extender (obse, fose, nvse, skse) plugin. (odoručeno jenom pokud máte nainstalován pro hru jeden ze spomenutých script extenderů)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Proxy DLL</span><span style=" font-size:8pt;"> V tomhle módu, MO nahradí jedno dll samotné hry takovým, které načte MO (a také původní obsah dll samozřejmě). Tohle bude fungovat POUZE pro Steamové verze her a bylo testováno pouze u Skyrimu. Vyhněte se téhle metóde pokud funguje jedna z předchozích.</span></p></body></html> + + 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. + - + NMM Version - + The Version of Nexus Mod Manager to impersonate. - + 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. @@ -6369,60 +5165,74 @@ tl;dr-version: If Nexus-features don't work, insert the current version num - + Enforces that inactive ESPs and ESMs are never loaded. Zabezpečí, aby se neaktivní ESP a ESM vůbec nezobrazovali. - + 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. Zdá se, že hry občasně načtou ESP nebo ESM soubory i když nebyli označeny ako aktivní pluginy. Nevím za jakých podmínek se to stává, ale uživatelé říkaj, že v některých případech je to neželané. Pokud je tohle označeno, ESP a ESM soubory které v seznamu nejsou označeny, nemůžou být za žádných okolností načtené ve hře. - + Hide inactive ESPs/ESMs Skrýt neaktivní ESP/ESM - + If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on) - + 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. - + Force-enable game files - - + + 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. + + + + + 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. + + + + + Display mods installed outside MO + + + + + 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! Pro Skyrim, tohle je možné použít místo Invalidace Archívu. Pro všechny profily bude IA nepotřebná. Pro ostatné hry tohle není dostatečná náhrada Invalidace Archívu! - + Back-date BSAs Uprav dátumy BSA - + These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. - - These are workarounds for problems with Mod Organizer. They are usually not neccessary. Please make sure you read the help text before changing anything here. - Tohle jsou různé náhradné řešení problému s používaním modů. Obvykle nejsou potřebné. Prosím určite si projděte Nápovědu předtím než zde neco poměníte. - Select download directory @@ -6492,7 +5302,6 @@ Pro ostatné hry tohle není dostatečná náhrada Invalidace Archívu! - failed to connect to running instance: %1 zlyhalo připojení k bežící instanci: %1 @@ -6504,10 +5313,6 @@ Pro ostatné hry tohle není dostatečná náhrada Invalidace Archívu! SyncOverwriteDialog - - Dialog - Okno - Sync Overwrite @@ -6539,37 +5344,6 @@ Pro ostatné hry tohle není dostatečná náhrada Invalidace Archívu! nepodařilo se přesunout %1 do %2 - - TextViewer - - Log Viewer - Náhled do logu - - - Placeholder - Placeholder - - - Save changes? - Uložit změny? - - - Do you want to save changes to %1? - Chcete uložit změny do %1? - - - failed to write to %1 - zlyhal zápis do %1 - - - file not found: %1 - soubor nenalezen: %1 - - - Save - Uložit - - TransferSavesDialog @@ -6597,14 +5371,6 @@ On Windows Vista/Windows 7: On Windows XP: C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves - This is a list of characters in the global location. - -On Windows Vista/Windows 7: - C:\Users\[UserName]\Documents\My Games\Skyrim\Saves - -On Windows XP: - C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves - diff --git a/src/organizer_de.ts b/src/organizer_de.ts index 16d4521f..d7338f72 100644 --- a/src/organizer_de.ts +++ b/src/organizer_de.ts @@ -7,42 +7,42 @@ About - + Über Revision: - + Revision: Used Software - + Verwendete Software Credits - + Mitwirkende Translators - + Übersetzer Others - + Andere Close - Schliessen + Schliessen No license - + Keine Lizenz @@ -154,6 +154,29 @@ Wenn eine Komponente namens "00 Core" existiert ist diese üblicherwei Abbrechen + + BrowserDialog + + + Some Page + Eine Seite + + + + Search + Suchen + + + + new + neu + + + + failed to start download + konnte Download nicht starten + + CategoriesDialog @@ -245,7 +268,7 @@ p, li { white-space: pre-wrap; } This feature may not work unless you're logged in with Nexus - Diese Funktion funktioniert unter Umständen nicht wenn Sie nicht eingeloggt sind. + Diese Funktion funktioniert unter Umständen nicht wenn Sie nicht eingeloggt sind @@ -271,13 +294,9 @@ p, li { white-space: pre-wrap; } DirectoryRefresher - failed to read %1: %2 - konnte %1 nicht lesen: %2 - - - + failed to read bsa: %1 - + konnte bsa nicht lesen: %1 @@ -295,7 +314,7 @@ p, li { white-space: pre-wrap; } Done - Fertig + Fertig @@ -305,7 +324,7 @@ p, li { white-space: pre-wrap; } pending download - + unerledigte downloads @@ -318,28 +337,28 @@ p, li { white-space: pre-wrap; } - - + + Done - Double Click to install Fertig - Doppelklick zum Installieren - - + + Paused - Double Click to resume - + Pausiert - Doppelklick zum fortsetzen - - + + Installed - Double Click to re-install Installiert - Doppelclick um erneut zu installieren - - + + Uninstalled - Double Click to re-install - + Deinstalliert - Doppelklick um erneut zu installieren @@ -359,135 +378,135 @@ p, li { white-space: pre-wrap; } DownloadListWidgetCompactDelegate - - - - - Are you sure? - Sind sie sicher? - - - - This will remove all finished downloads from this list and from disk. - Entfernt alle abgeschlossenen Downloads aus der Liste und von der Festplatte. - - - - This will remove all installed downloads from this list and from disk. - Entfernt alle installierten Downloads aus der Liste und von der Festplatte. - - - - Install - Installieren - - - - Query Info - Info abfragen - - - - Remove - Entfernen - - - - Cancel - Abbrechen - - - + < mod %1 file %2 > - + < mod %1 datei %2 > - + Pending - + Bevorstehend - + Paused - + Pausiert - + Fetching Info 1 - + Informationen abrufen 1 - + Fetching Info 2 - + Informationen abrufen 2 - + Installed - + Installiert - + Uninstalled - + Deinstalliert - + Done - Fertig + Fertig + + + + + + + Are you sure? + Sind sie sicher? + + + + This will remove all finished downloads from this list and from disk. + Entfernt alle abgeschlossenen Downloads aus der Liste und von der Festplatte. + + + + This will remove all installed downloads from this list and from disk. + Entfernt alle installierten Downloads aus der Liste und von der Festplatte. - + This will permanently remove all finished downloads from this list (but NOT from disk). - + Dies entfernt alle fertigen Downloads von dieser Liste (aber NICHT von der Festplatte). - + This will permanently remove all installed downloads from this list (but NOT from disk). - + Dies entfernt alle bereits installierten Downloads aus der Liste (aber NICHT von der Festplatte). - Delete - + Install + Installieren - Un-Hide - Sichtbar machen + Query Info + Info abfragen - Remove from View - + Delete + Löschen + + + + Un-Hide + Sichtbar machen + Remove from View + Von Liste entfernen + + + + Cancel + Abbrechen + + + Pause Pausieren - + + Remove + Entfernen + + + Resume Fortsetzen - + Delete Installed... - + Installierte löschen... - + Delete All... - + Alle Löschen... - + Remove Installed... Installierte entfernen... - + Remove All... Alle löschen... @@ -495,115 +514,115 @@ p, li { white-space: pre-wrap; } DownloadListWidgetDelegate - - - - + + < mod %1 file %2 > + < mod %1 datei %2 > + + + + Pending + Bevorstehend + + + + Fetching Info 1 + Informationen abrufen 1 + + + + Fetching Info 2 + Informationen abrufen 2 + + + + + + Are you sure? Sind sie sicher? - + This will remove all finished downloads from this list and from disk. Entfernt alle abgeschlossenen Downloads aus der Liste und von der Festplatte. - + This will remove all installed downloads from this list and from disk. Entfernt alle installierten Downloads aus der Liste und von der Festplatte. - + This will remove all finished downloads from this list (but NOT from disk). - + Dies entfernt alle abgeschlossenen Downloads von der Liste (aber NICHT von der Festplatte). - + This will remove all installed downloads from this list (but NOT from disk). - + Dies wird alle installierten Downloads von der Liste entfernen (aber NICHT von der Festplatte). - + Install Installieren - + Query Info Info abfragen - + Delete - + Löschen - + Un-Hide - Sichtbar machen + Sichtbar machen - + Remove from View - - - - - Remove - Entfernen + Von Liste entfernen - + Cancel Abbrechen - - < mod %1 file %2 > - - - - - Pending - - - - - Fetching Info 1 - - - - - Fetching Info 2 - - - - + Pause Pausieren - + + Remove + Entfernen + + + Resume Fortsetzen - + Delete Installed... - + Installierte löschen... - + Delete All... - + Alle löschen... - + Remove Installed... Installierte entfernen... - + Remove All... Alle löschen... @@ -611,141 +630,176 @@ p, li { white-space: pre-wrap; } DownloadManager - - - - - - - invalid index %1 - ungültiger index %1 + + failed to rename "%1" to "%2" + konnte "%1" nicht in "%2" umbenennen - failed to delete file - Löschen der Datei ist fehlgeschlagen + + Memory allocation error (in refreshing directory). + Speicherallokation fehlgeschlagen (refresh). - - failed to delete %1 - konnte %1 nicht löschen + + Download again? + Erneut herunterladen? - - failed to delete meta file for %1 - konnte meta-informationen für %1 nicht löschen + + 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. + Eine Datei mit dem gleichen Namen wurde bereits heruntergeladen. Willst du den Download wiederholen? Die neue Datei erhält einen anderen Namen. - - - - - - - - - - - + + failed to download %1: could not open output file: %2 + Download von %1 fehlgeschlagen: Konnte Ausgabedatei %2 nicht öffnen + + + + Wrong Game + Falsches Spiel + + + + The download link is for a mod for "%1" but this instance of MO has been set up for "%2". + Dieser Download ist für eine Mod für "%1" aber diese MO Installation wurde für "%2" konfiguriert. + + + + + + + - - + + + + + + + + + invalid index ungültiger Index - - failed to rename "%1" to "%2" - - - - - Download again? - + + failed to delete %1 + konnte %1 nicht löschen - - 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. - + + failed to delete meta file for %1 + konnte meta-informationen für %1 nicht löschen - - Wrong Game - + + + + + + + invalid index %1 + ungültiger index %1 - - The download link is for a mod for "%1" but this instance of MO has been set up for "%2". - + + No known download urls. Sorry, this download can't be resumed. + Keine download urls bekannt.Dieser download kann leider nicht fortgesetzt werden. - + Please enter the nexus mod id Bitte gib die Nexus Mod ID ein - + Mod ID: Mod ID: - invalid alphabetical index %1 - ungültiger alphabetischer index %1 + + Main + Primär + + + + Update + Aktualisierung + + + + Optional + Optional + + + + Old + Alt + + + + Misc + Sonstiges + + + + Unknown + Unbekannt + + + + Memory allocation error (in processing progress event). + Speicherallokation fehlgeschlagen (progress). + + + + Memory allocation error (in processing downloaded data). + Speicherallokation fehlgeschlagen (processing). - + Information updated Informationen aktualisiert - - + + No matching file found on Nexus! Maybe this file is no longer available or it was renamed? Keine passende Datei auf Nexus gefunden! Ist die Datei vielleicht nicht mehr verfügbar? - + No file on Nexus matches the selected file by name. Please manually choose the correct one. - Keine Datei mit diesem Namen auf Nexus gefunden. Bitte wähle die passende händisch aus. + Keine Datei mit diesem Namen auf Nexus gefunden. Bitte wählen Sie die passende händisch aus. - + No download server available. Please try again later. - + Kein download server verfügbar. Bitte versuche es später noch einmal. - + Failed to request file info from nexus: %1 Konnte Datei-Informationen nicht von Nexus abrufen: %1 - + Download failed. Server reported: %1 - + Download fehlgeschlagen. Server meldet: %1 - + Download failed: %1 (%2) Download fehlgeschlagen: %1 (%2) - Failed to request file info from nexus! - Abfrage von Dateiinformationen von Nexus fehlgeschlagen! - - - + failed to re-open %1 Öffnen von %1 fehlgeschlagen - - failed to parse nexus response - konnte Antwort von Nexus nicht interpretieren - - - - failed to download %1: could not open output file: %2 - Download von %1 fehlgeschlagen: Konnte Ausgabedatei %2 nicht öffnen - EditExecutablesDialog @@ -829,9 +883,8 @@ p, li { white-space: pre-wrap; } 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. Erlaubt es, die Steam AppID für diese ausführbare Datei zu ändern. -Jedes Spiel und jede Anwendung die über Steam vertrieben wird hat eine eindeutige ID. MO muss diese ID wissen um das Programm direkt starten zu können, ansonsten wird das Programm indirekt von Steam gestartet und MO funktioniert nicht. -Standardmäßig verwendet MO die AppID des Spiels. -Momentan ist der einzige bekannte Fall in dem dies benötigt wird der Skyrim Creation Kit der eine andere AppID hat als Skyrim selber. +Jedes Spiel und jede Anwendung die über Steam vertrieben wird hat eine eindeutige ID. MO muss diese ID wissen um das Programm direkt starten zu können, ansonsten wird das Programm indirekt von Steam gestartet und MO funktioniert nicht. Standardmäßig verwendet MO die AppID des Spiels. +Momentan ist der einzige bekannte Fall in dem dies benötigt wird der Skyrim Creation Kit der eine andere AppID hat als Skyrim selber. Dies ist bereits vorkonfiguriert. @@ -848,10 +901,9 @@ Momentan ist der einzige bekannte Fall in dem dies benötigt wird der Skyrim Cre 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. - Steam AppID die für diese Datei statt der des Spieles verwendet werden soll -Jedes Spiel und jede Anwendung die über Steam vertrieben wird hat eine eindeutige ID. MO muss diese ID wissen um das Programm direkt starten zu können, ansonsten wird das Programm indirekt von Steam gestartet und MO funktioniert nicht. -Standardmäßig verwendet MO die AppID des Spiels (bei Skyrim z.B. 72850). -Momentan ist der einzige bekannte Fall in dem dies benötigt wird der Skyrim Creation Kit der eine andere AppID (202480) hat als Skyrim selber. + Steam AppID die für diese Datei statt der des Spieles verwendet werden soll. +Jedes Spiel und jede Anwendung die über Steam vertrieben wird hat eine eindeutige ID. MO muss diese ID wissen um das Programm direkt starten zu können, ansonsten wird das Programm indirekt von Steam gestartet und MO funktioniert nicht. Standardmäßig verwendet MO die AppID des Spiels (bei Skyrim z.B. 72850). +Momentan ist der einzige bekannte Fall in dem dies benötigt wird der Skyrim Creation Kit der eine andere AppID (202480) hat als Skyrim selber. Dies is bereits vorkonfiguriert. @@ -891,7 +943,7 @@ Momentan ist der einzige bekannte Fall in dem dies benötigt wird der Skyrim Cre Close - Schliessen + Schliessen @@ -906,12 +958,12 @@ Momentan ist der einzige bekannte Fall in dem dies benötigt wird der Skyrim Cre Java (32-bit) required - + Java (32-bit) wird benötigt MO requires 32-bit java to run this application. If you already have it installed, select javaw.exe from that installation as the binary. - + MO benötigt Java(32-bit) um diese Anwendung auszuführen. Wenn Sie Java(32-bit) schon installiert haben, wählen Sie die javaw.exe aus dem Installationsordner als binary. @@ -928,32 +980,28 @@ Momentan ist der einzige bekannte Fall in dem dies benötigt wird der Skyrim Cre Really remove "%1" from executables? Die ausführbare Datei "%1" löschen? + + + Modify + Ändern + Save Changes? - + Änderungen speichern? You made changes to the current executable, do you want to save them? - + Sie haben Änderungen an der aktuellen Executable gemacht, wollen Sie sie speichern? MO must be kept running or this application will not work correctly. MO muss aktiv bleiben sonst funktioniert diese Anwendung nicht korrekt. - - Executable (*.exe *.bat) - Ausführbare Datei (*.exe, *.bat) - - - - Modify - Ändern - FindDialog @@ -1044,62 +1092,6 @@ Momentan ist der einzige bekannte Fall in dem dies benötigt wird der Skyrim Cre Cancel Abbrechen - - ModuleConfig.xml missing - ModuleConfig.xml fehlt - - - <a href="%1">Link</a> - <a href="%1">Link</a> - - - failed to parse info.xml: %1 (%2) (line %3, column %4) - konnte info.xml nicht parsen: %1 (%2) (Zeile %3, Spalte %4) - - - unsupported order type %1 - nicht unterstütze Sortierung %1 - - - unsupported group type %1 - nicht unterstützter Gruppen-Typ %1 - - - This component is required - Diese Komponente wird benötigt - - - It is recommended you enable this component - Es wird empfohlen diese Komponente zu aktivieren - - - Optional component - Optionale Komponente - - - This component is not usable in combination with other installed plugins - Diese Komponente kann nicht in Kombination mit einigen der aktivien Plugins verwendet werden. - - - You may be experiencing instability in combination with other installed plugins - Es ist möglich dass die Kombination dieser Komponente mit anderen installierten Plugins zu abstürzen führt. - - - None - Keine - - - Select one or more of these options: - Wähle eine oder mehrere dieser Optionen: - - - failed to parse ModuleConfig.xml: %1 - konnte ModuleConfig.xml nicht parsen: %1 - - - Install - Installieren - InstallDialog @@ -1145,7 +1137,6 @@ Momentan ist der einzige bekannte Fall in dem dies benötigt wird der Skyrim Cre p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This displays the content of the archive. &lt;data&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;drop</span></p></body></html> - english version missing punctuation <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1160,59 +1151,20 @@ p, li { white-space: pre-wrap; } OK - OK + OK Cancel - Abbrechen + Abbrechen + + + InstallationManager - Looks good - Sieht gut aus - - - No problem detected - Keine Probleme entdeckt - - - No game data on top level - Keine Spieldaten in der obersten Ebene - - - There is no esp/esm file or asset directory (textures, meshes, interface, ...) on the top level. - Es gibt auf der obersten Ebene keine esp / esm Dateien oder Resourcen (Texturen, Netze, Oberfläche...). - - - Enter a directory name - Geben Sie einen Verzeichnisnamen an - - - A directory with that name exists - Ein Verzeichnis mit diesem Namen existiert bereits - - - Set data directory - Daten Verzeichnis wechseln - - - Unset data directory - Daten Verzeichnis zurückwechseln - - - Create directory... - Verzeichnis anlegen... - - - &Open - &Öffnen - - - - InstallationManager - - mo_archive.dll not loaded: "%1" - mo_archive.dll nicht geladen: %1 + + archive.dll not loaded: "%1" + archive.dll nicht geladen: "%1" @@ -1224,155 +1176,90 @@ p, li { white-space: pre-wrap; } Password Kennwort - - Directory exists - Verzeichnis existiert bereits - - - The mod seems to be installed already. Do you want to add files from this archive (overwriting existing ones)? - Dieser Mod scheint bereits installiert zu sein. Wollen Sie die Datein aus dem Archiv dem Mod hinzufügen (existierende Dateien werden überschrieben)? - - + Extracting files Extrahiere Dateien - - - failed to open archive - Öffnen des Archivs fehlgeschlagen - - - - File format "%1" not supported - Dateiformat "%1" wird nicht unterstützt - - - failed to open archive "%1" - Archiv "%1" konnte nicht geöffnet werden - - - 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) - Diese Mod ist anscheinend schon installiert. Möchtest du die dieses Archive mit der installierten Mod kombinieren (existierende Dateien werden nötigenfals überschrieben) oder möchtest du die existierende Mod vollständig ersetzen? - - - Add Files - Dateien hinzufügen - - - Replace - Ersetzen - - - Preparing installer - Installation wird vorbereitet - - - Installation as fomod failed: %1 - Die Installation als fomod ist fehlgeschlagen: %1 - - - failed to start %1 - Konnte %1 nicht starten - - - Running external installer - Führe Installation mit externer Anwendung durch - - - Force Close - Schließen erzwingen - - - Confirm - Bestätigen - - - installation failed (errorcode %1) - Installation fehlgeschlagen (Fehlercode %1) - - - - archive.dll not loaded: "%1" - - failed to create backup - + konnte kein Backup erzeugen Mod Name - + Mod Name Name - Name + Name Invalid name - + Ungültiger Name The name you entered is invalid, please enter a different one. - + Der Name den Sie eingegeben haben ist ungültig, bitte geben sie einen neuen ein. - Installer missing - Installer nicht installiert - - - This package contains a scripted installer. To use this installer you need the optional "nmm installer for MO" package and the .net runtime. Do you want to continue, treating this as a manual installer? - Dieses Archive enthält einen geskripteten Installer. Um diesen zu nutzen wird das Optionale Paket "NCC" und die .net Runtime benötigt. Willst du jetzt mit einer manuellen Installation fortfahren? + + File format "%1" not supported + Dateiformat "%1" wird nicht unterstützt - + None of the available installer plugins were able to handle that archive - + Keinem der vorhandenen Installations Plugins ist es möglich dieses Archiv zu öffnen - + no error Kein Fehler - + 7z.dll not found 7z.dll nicht gefunden - + 7z.dll isn't valid 7z.dll ist ungültig - + archive not found Archiv nicht gefunden - + + failed to open archive + Öffnen des Archivs fehlgeschlagen + + + unsupported archive type Archivtyp wird nicht unterstützt - + internal library error Interner Fehler in der Bibliothek - + archive invalid Ungültiges Archiv - + unknown archive error Unbekannter Fehler im Archiv @@ -1403,7 +1290,7 @@ p, li { white-space: pre-wrap; } LogBuffer - + failed to write log to %1: %2 konnte Protokoll nicht nach %1 schreiben: %2 @@ -1411,43 +1298,68 @@ p, li { white-space: pre-wrap; } MOApplication - + an error occured: %1 - ein Fehler ist aufgetreten: %1 + ein Fehler ist aufgetreten: %1 - + an error occured - ein Fehler ist aufgetreten + ein Fehler ist aufgetreten MainWindow - - + + Categories - Kategorien + Kategorien + + + + Click blank area to deselect + Leere Fläche klicken z. abwählen + + + + If checked, only mods that match all selected categories are displayed. + Es werden nur Mods angezeigt die in allen selektierten Kategorien sind. + + + + And + Und + + + + If checked, all mods that match at least one of the selected categories are displayed. + Es werden alle Mods angezeigt die in einer der selektierten Kategorien sind. + + + + Or + Oder - + Profile - Profil + Profil - + Pick a module collection - Wähle eine Modul-Kollektion + Wähle eine Modul-Kollektion - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept seperate for different profiles.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> @@ -1455,65 +1367,73 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Beachten Sie, dass derzeit die ESP Ladefolge nicht getrennt für verschiedene Profile gespeichert wird.</span></p></body></html> - + Refresh list - Liste aktualisieren + Liste aktualisieren - + Refresh list. This is usually not necessary unless you modified data outside the program. - Liste aktualisieren. Dies ist normalerweise nicht notwendig, es sei denn Sie haben Daten außerhalb von MO verändert. + Liste aktualisieren. Dies ist normalerweise nicht notwendig, es sei denn Sie haben Daten außerhalb von MO verändert. + + + + + Restore Backup... + Backup wiederherstellen... + + + + + Create Backup + Backup erzeugen - + List of available mods. - + Liste der verfügbaren mods. - + This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. - + Dies ist eine Liste der installierten mods. Benutze die checkboxen um mods zu aktivieren oder deaktivieren und drag & drop um die "Installations"-Reihenfolge zu verändern. - + Filter - Filter + Filter - + No groups - + Keine Gruppen - + Nexus IDs - Nexus IDs + Nexus IDs - - - + + + Namefilter - - - - Start - Ausführen + Namensfilter - + Pick a program to run. - Wähle das auszuführende Programm. + Wähle das auszuführende Programm. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can add new Tools to this list, but I can't promise tools I haven't tested will work.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> @@ -1521,182 +1441,170 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Sie können weitere Programme dieser Liste hinzufügen, aber ich kann nicht garantieren, dass von mir nicht getestete Anwendungen vollständig funktionieren..</span></p></body></html> - + Run program - Ausführen + Ausführen - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Run the selected program with ModOrganizer enabled.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Das ausgewählte Programm durch Mod Organiser ausführen.</span></p></body></html> - + Run - Starten + Starten - + Create a shortcut in your start menu or on the desktop to the specified program - + Erzeugt eine Verknüpfung zum gewählten Programm im Startmenü oder auf dem Desktop. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a start menu shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Erstellt einen Eintrag im Startmenü, der direkt das gewählte Programm durch Mod Organsier ausführt.</span></p></body></html> - + Shortcut - + Verknüpfung + + + + Plugins + Plugins - save esp list and load order. - ESP selektion und Reihenfolge speichern. + + List of available esp/esm files + Liste der verfügbaren ESP / ESM Dateien + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close MO or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.<br />There is a great tool named &quot;BOSS&quot; to automatically sort these files.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Die Liste der aktiven Mods und ihrer Ladefolge speichern. Dies geschieht automatisch wenn Sie Mord Organiser schliessen oder ein Programm starten.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Diese Liste enthält alle ESPs und ESMs die in den aktiven Mods zur Verfügung steht. Diese Dateien benötigen ihre eigene Ladefolge - verwenden Sie Drag&amp;Drop um die Reihenfolge zu ändern. Beachten Sie, dass Mod Organiser nur die Reihenfolge von Mods speichert, die als aktiv markiert sind.<br />Es gibt ein großartiges Programm names &quot;BOSS&quot; um die Dateien automatisch zu sortieren.</span></p></body></html> - Save - Speichern + + Sort + Sortieren - - List of available esp/esm files - Liste der verfügbaren ESP / ESM Dateien + + Archives + Archive - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.<br />There is a great tool named &quot;BOSS&quot; to automatically sort these files.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Diese Liste enthält alle ESPs und ESMs die in den aktiven Mods zur Verfügung steht. Diese Dateien benötigen ihre eigene Ladefolge - verwenden Sie Drag&amp;Drop um die Reihenfolge zu ändern. Beachten Sie, dass Mod Organiser nur die Reihenfolge von Mods speichert, die als aktiv markiert sind.<br />Es gibt ein großartiges Programm names &quot;BOSS&quot; um die Dateien automatisch zu sortieren.</span></p></body></html> + + <html><head/><body><p>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:</p><p>If archives are <span style=" font-weight:600;">managed</span>, 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.<br/></p><p>If archives are <span style=" font-weight:600;">not managed</span> 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't active.</p><p>In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.</p></body></html> + <html><head/><body><p>BSAs sind gebündelte game assets (Texturen, Skripte, ...). Normalerweise lädt das Spiel diese Archive in einem anderen Arbeitsschritt als loose Dateien. MO kann Archive so behandeln dass ihre Ladereihenfolge zu der von losen Dateien passen:</p><p>Wenn Archive<span style=" font-weight:600;">verwaltet</span> werden hängt ihre Ladereihenfolge von der Priorität der zugehörigen Mod (linke Liste) ab, genauso wie Loose Dateien. Sie können außerdem auch solche Archive aktivieren für die es kein zugehöriges Plugin (esp) gibt.<br/></p><p>Wenn Archive <span style=" font-weight:600;">nicht verwaltet</span> werden hängt ihre Ladereihenfolge von dem gleichnamigen Plugin (rechte Liste, "Plugins" Reiter) ab. Es werden dann auch nur die BSAs geladen für die das zugehörige Plugin geladen wird.</p><p>In beiden Fällen werden solche Plugins immer geladen wenn ein gleichnamiges Plugin aktiv ist, das wird vom Spiel erzwungen.</p></body></html> - IMPORTANT: You can change the order of BSAs here but installation order of mods has priority over the order specified here! - WICHTIG: Sie können die Ladereihenfolge der BSAs hier ändern aber die Installationsreihenfolge hat Vorrang vor der Reihenfolge hier! + + <html><head/><body><p>Have MO manage archives (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">read more</span></a>)</p></body></html> + <html><head/><body><p>Archive von MO verwalten lassen (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">mehr Information</span></a>)</p></body></html> - + List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. - Liste der BS Archive. Archive die hier nicht markiert sind werden nicht von MO verwaltet und beachten daher nicht die gewählte Installationsreihenfolge. + Liste der BS Archive. Archive die hier nicht markiert sind werden nicht von MO verwaltet und beachten daher nicht die gewählte Installationsreihenfolge. - + 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. 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. - + BSA-Dateien sind Archive (vergleichbar mit .zip-Dateien) und enthalten Meshes, Texturen, usw. die vom Spiel benötigt werden. Daher stehen diese Dateien in "Konkurrenz" mit den Einzeldateien anderer Mods darüber, welche geladen werden sollen. +Das Standardverhalten des Spiels ist, alle BSAs automatisch zu laden die den gleichen Namen haben wie ein aktives ESP (z.B. plugin.esp und plugin.bsa) und deren Dateien Vorrang vor Einzeldateien zu geben. Die Installationsreihenfolge die du mit MO konfiguriert hast wird für diese Dateien ignoriert! + +BSAs die du hier markierst werden hingegen anders geladen so dass die Installationsreihenfolge korrekt eingehalten wird. - - + + File - Datei + Datei - <html><head/><body><p>Marked Archives (<img src=":/MO/gui/warning_16"/>) are still loaded on Skyrim but the <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">regular file override</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> - - - - - Mod - Mod + <html><head/><body><p>Markierte Archive (<img src=":/MO/gui/warning_16"/>) werden von Skyrim trotzdem geladen aber der <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">ursprüngliche Überschreibungsmechanismus</span></a> wird greifen: Loose Dateien überschreiben dann den Inhalt von BSAs, unabhängig von der eingerichteten mod/plugin priority.</p></body></html> - + Data - Data - - - - Plugins - - - - - Sort - - - - - Archives - + Data - + refresh data-directory overview - Data-Verzeichnis übersicht neu laden + Data-Verzeichnis übersicht neu laden - + Refresh the overview. This may take a moment. - Lädt die Übersicht neu. Dies kann einen Augenblick dauern. + Lädt die Übersicht neu. Dies kann einen Augenblick dauern. - - - + + + Refresh - Neu laden + Neu laden - + This is an overview of your data directory as visible to the game (and tools). - Dies ist eine Übersicht des "data"-verzeichnisses so wie es das Spiel zu sehen bekommt. + Dies ist eine Übersicht des "data"-verzeichnisses so wie es das Spiel (und Tools) zu sehen bekommt. + + + + Mod + Mod - - + + Filter the above list so that only conflicts are displayed. - Obere Liste filtern um nur Konflikte anzuzeigen. + Obere Liste filtern damit nur Konflikte angezeigt werden. - + Show only conflicts - Nur Konflikte anzeigen + Nur Konflikte anzeigen - + Saves - Spielstände + Spielstände - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1704,7 +1612,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you click &quot;Fix Mods...&quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> @@ -1713,1140 +1621,1249 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Wenn Sie im Kontextmenü auf &quot;Mods reparieren...&quot; klicken, wird Mod Organiser versuchen die entsprechenden Mods und ESPs zu aktivieren. Es werden dabei kein Eintrag deaktiviert!</span></p></body></html> - + Downloads - Downloads + Downloads - + This is a list of mods you downloaded from Nexus. Double click one to install it. - Dies ist eine Liste der Mods die von Nexus heruntergeladen wurden. Doppelklicken Sie um zu installieren. + Dies ist eine Liste der Mods die von Nexus heruntergeladen wurden. Doppelklicken Sie um zu installieren. - Compact - Kompakt + Kompakt - + Show Hidden - + Verborgene anzeigen - + Tool Bar - Werkzeugleiste + Werkzeugleiste - + Install Mod - Mod installieren + Mod installieren - + Install &Mod - &Mod installieren + &Mod installieren - + Install a new mod from an archive - Installiert eine Mod aus einem Archiv + Installiert eine Mod aus einem Archiv - + Ctrl+M - Ctrl+M + Ctrl+M - + Profiles - Profile + Profile - + &Profiles - &Profile + &Profile - + Configure Profiles - Profile konfigurieren + Profile konfigurieren - + Ctrl+P - Ctrl+P + Ctrl+P - + Executables - Programme + Programme - + &Executables - Programm&e + Programm&e - + Configure the executables that can be started through Mod Organizer - Konfigurieren der Programme die von Mod Organiser gestartet werden können + Konfigurieren der Programme die von Mod Organiser gestartet werden können - + Ctrl+E - Ctrl+E + Ctrl+E - - + + Tools - + Werkzeuge - + &Tools - + &Werkzeuge - + Ctrl+I - Ctrl+I + Ctrl+I - + Settings - Einstellungen + Einstellungen - + &Settings - Ein&stellungen + Ein&stellungen - + Configure settings and workarounds - Einstellungen und Workarounds verwalten + Einstellungen und Workarounds verwalten - + Ctrl+S - Ctrl+S + Ctrl+S - + Nexus - Nexus + Nexus - + Search nexus network for more mods - Durchsuche die passende Seite des Nexus-Netzwerks nach weiteren Mods + Durchsuche die passende Seite des Nexus-Netzwerks nach weiteren Mods - + Ctrl+N - Ctrl+N + Ctrl+N - - + + Update - Aktualisierung + Aktualisierung - + Mod Organizer is up-to-date - Mod Organizer ist auf dem neuesten Stand + Mod Organizer ist auf dem neuesten Stand - - + + No Problems - Keine Probleme + Keine Probleme - + 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 - Dieser Button wird markiert wenn MO potenzielle Probleme in Ihrer Installation erkennt und bietet Hinweise wie diese zu beheben sind. -Diese Funktion ist noch in arbeit und ist sehr eingeschränkt. + Dieser Button wird markiert wenn MO potenzielle Probleme in Ihrer Installation erkennt und bietet Hinweise wie diese zu beheben sind. + +!In Arbeit! +Diese Funktion ist noch sehr eingeschränkt - - + + Help - Hilfe + Hilfe - + Ctrl+H - Ctrl+H + Ctrl+H - + Endorse MO - + Endorsement für MO abgeben - - + + Endorse Mod Organizer - + Endorsement für Mod Organizer abgeben + + + + Copy Log to Clipboard + Log in die Zwischenablage kopieren + + + + Ctrl+C + Ctrl+C - + Toolbar - + Werkzeugleiste - + Desktop - + Desktop - + Start Menu - + Startmenü - + Problems - Probleme + Probleme - + There are potential problems with your setup - Es bestehen möglicherweise Probleme mit Ihrer Konfiguration + Es bestehen möglicherweise Probleme mit Ihrer Konfiguration - + Everything seems to be in order - Alles in bester Ordnung - - - <li>NCC not installed. You won't be able to install some scripted mod-installers. Get NCC from <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">the MO page on nexus</a></li> - <li>NCC ist nicht installiert. Sie werden einige geskriptete mod-Archive nicht installieren können. Sie können NCC von <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">der MO seite des Nexus herunterladen</a></li> - - - <li>NCC version may be incompatible.</li> - <li>Die NCC version ist möglicherweise nicht kompatibel.</li> - - - <li>dotNet is not installed or outdated. This is required to use NCC. Get it from here: <a href="%1">%1</a></li> - <li>dotNet ist nicht installiert oder veraltet. Dies wird benötigt um NCC nutzen zu können. Laden Sie die korrekte Version von <a href="%1">%1</a> herunter</li> + Alles in bester Ordnung - + Help on UI - Hilfe zur Oberfläche + Hilfe zur Oberfläche - + Documentation Wiki - Wiki Dokumentation + Wiki Dokumentation - + Report Issue - Fehler melden + Fehler melden - + Tutorials - - - - load order could not be saved - Ladereihenfolge konnte nicht gespeichert werden - - - - failed to save load order: %1 - Reihenfolge konnt nicht gespeichert werden: %1 + Tutorials - + About - + Über - + About Qt - + Über Qt + + + + failed to save load order: %1 + Reihenfolge konnt nicht gespeichert werden: %1 - + Name - Name + Name - + Please enter a name for the new profile - Bitte geben Sie einen Namen für das neue Profil an + Bitte geben Sie einen Namen für das neue Profil an - + failed to create profile: %1 - Erstellen des Profils fehlgeschlagen: %1 + Erstellen des Profils fehlgeschlagen: %1 - + Show tutorial? - + Tutorial anzeigen? - + 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. - + Sie starten Mod Organizer zum ersten mal. Wollen Sie ein Tutorial über die grundlegenden Funktionen sehen? Wenn Sie "nein" wählen können Sie das Tutorial aus dem "Hilfe"-Menü starten. - + Downloads in progress - Download in Bearbeitung + Download in Bearbeitung - + There are still downloads in progress, do you really want to quit? - Es gibt noch unfertige Downloads, wollen Sie wirklich das Programm beenden? + Es gibt noch unfertige Downloads, wollen Sie wirklich das Programm beenden? - + failed to read savegame: %1 - Spielstand konnte nicht gelesen werden: %1 + Spielstand konnte nicht gelesen werden: %1 - + Plugin "%1" failed: %2 - + Plugin "%1" fehlgeschlagen: %2 - + + Plugin "%1" failed + Plugin "%1" fehlgeschlagen + + + + failed to init plugin %1: %2 + Konnte das Plugin %1 nicht initialisieren: %2 + + + Plugin error - + Plugin fehler - + It appears the plugin "%1" 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) - + Es scheint als ob das Plugin "%1" beim letzten Programmstart nicht geladen werden konnte und einen Absturz von MO verursacht hat. Wollen sie das Plugin deaktivieren? +(Bitte beachten: Wenn dies das erste mal ist dass sie diese Meldung für dieses Plugin sehen macht es vielleicht Sinn ihm eine zweite Chance zu geben. Das Plugin selber hat vielleicht eine Möglichkeit solche Fehler zu korrigieren) - + Failed to start "%1" - + Konnte "%1" nicht starten - + Waiting - Warte + Warte - + Please press OK once you're logged into steam. - Bitte drücken sie OK sobald sie bei Steam angemeldet sind. + Bitte drücken sie OK sobald sie bei Steam angemeldet sind. - "%1" not found - "%1" nicht gefunden - - - + Start Steam? - + Steam starten? - + Steam is required to be running already to correctly start the game. Should MO try to start steam now? - Steam muss laufen um das Spiel korrekt zu starten. Soll MO versuchen Steam zu starten? + Steam muss laufen um das Spiel korrekt zu starten. Soll MO versuchen Steam zu starten? Also in: <br> - Auch in: <br> + Auch in: <br> No conflict - Keine Konflikte + Keine Konflikte - + <Edit...> - <Bearbeiten...> + <Bearbeiten...> - + This bsa is enabled in the ini file so it may be required! - Dieses Archiv ist in der ini Konfiguration gelistet, daher ist es möglicherweise erforderlich! + Dieses Archiv ist in der ini Konfiguration gelistet, daher ist es möglicherweise erforderlich! - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - Dieses Archiv wird vom Spiel geladen werden da ein Plugin mit dem selben Namen aktiv ist aber die enthaltenen Dateien werden sich nicht an Ihre Installations-Reihenfolge halten! + Dieses Archiv wird vom Spiel geladen werden da ein Plugin mit dem selben Namen aktiv ist aber die enthaltenen Dateien werden sich nicht an Ihre Installations-Reihenfolge halten! - + Activating Network Proxy - + Netzwerk Proxy aktivieren - - + + Installation successful - Installation erfolgreich + Installation erfolgreich - - + + Configure Mod - Mod konfigurieren + Mod konfigurieren - - + + This mod contains ini tweaks. Do you want to configure them now? - Diese Mod enthält Anpassungen für die Ini datei. Wollen Sie diese nun konfigurieren? + Diese Mod enthält Anpassungen für die Ini datei. Wollen Sie diese nun konfigurieren? - - + + mod "%1" not found - mod "%1" nicht gefunden + mod "%1" nicht gefunden - - + + Installation cancelled - Installation abgebrochen + Installation abgebrochen - - + + The mod was not installed completely. - Die mod wurde nicht erfolgreich installiert. + Die mod wurde nicht erfolgreich installiert. - + Some plugins could not be loaded - + Einige Plugins konnten nicht geladen werden - + Too many esps and esms enabled - + Zu viele esps und esms aktiv - - + + Description missing - + Beschreibung fehlt + + + + The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: + Die folgenden Plugins konnten nicht geladen werden. Der Grund könnte eine fehlende Abhängigkeit sein (z.B. python) oder eine veraltete Version der Abhängigkeiten: - + 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: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> - + Das Spiel unterstützt nicht mehr als 255 aktive Plugins (inklusive der offiziellen). Sie müssen einige unbenutzte Plugins deaktivieren oder mehrere Plugins kombinieren. Hier finden sie eine Anleitung: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> - + Choose Mod - Mod wählen + Mod wählen - + Mod Archive - Mod Archiv + Mod Archiv - + Start Tutorial? - + Tutorial starten? - + You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue? - + Du bist dabei ein Tutorial zu starten. Aus technischen Gründen ist es nicht möglich das Tutorial abzubrechen. Fortsetzen? - - + + Download started - Download gestartet + Download gestartet - + failed to update mod list: %1 - Aktualisieren der Modliste fehlgeschlagen: %1 + Aktualisieren der Modliste fehlgeschlagen: %1 - + failed to spawn notepad.exe: %1 - notepad.exe konnte nicht aufgerufen werden: %1 + notepad.exe konnte nicht aufgerufen werden: %1 - + failed to open %1 - %1 konnte nicht geöffnet werden + %1 konnte nicht geöffnet werden - + failed to change origin name: %1 - konnte den Namen der Dateiquelle nicht ändern: %1 - - - - failed to move "%1" from mod "%2" to "%3": %4 - - - - - Multiple esps activated, please check that they don't conflict. - - - - - - Create Mod... - - - - - A mod with this name already exists - - - - - Continue? - + konnte den Namen der Dateiquelle nicht ändern: %1 - - 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. - - - - - - Sorry - + + Executable "%1" not found + Executable "%1" nicht gefunden - - I don't know a versioning scheme where %1 is newer than %2. - + + Failed to refresh list of esps: %1 + Konnte die Plugin Liste nicht aktualisieren: %1 - - <All> - <Alle> + + failed to move "%1" from mod "%2" to "%3": %4 + konnte "%1" nicht von Mod "%2" nac h "%3" verschieben: %4 - + <Checked> - <Markierte> - - - - Plugin "%1" failed - - - - - failed to init plugin %1: %2 - + <Markierte> - - The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: - - - - + <Unchecked> - <Nicht markierte> + <Nicht markierte> - + <Update> - <Update> + <Update> - + <No category> - <Ohne Kategorie> + <Ohne Kategorie> - + <Conflicted> - + <Überschneidungen> - + <Not Endorsed> - + <Nicht Endorsed> - + failed to rename mod: %1 - konnte die Mod nicht umbenennen: %1 + konnte die Mod nicht umbenennen: %1 - + Overwrite? - + Überschreiben? - + This will replace the existing mod "%1". Continue? - + Dies wird die existierende Mod "%1" ersetzen. Fortsetzen? - + failed to remove mod "%1" - + konnte die mod "%1" nicht löschen - - - + + + failed to rename "%1" to "%2" - + konnte "%1" nicht in "%2" umbenennen - - - - + + Multiple esps activated, please check that they don't conflict. + Mehrere esps aktiv, bitte überprüfen sie, dass diese nicht miteinander kollidieren. + + + + + + Confirm - Bestätigen + Bestätigen - + Remove the following mods?<br><ul>%1</ul> - + Die folgenden Mods entfernen?<br><ul>%1</ul> - + failed to remove mod: %1 - konnte die mod nicht entfernen: %1 + konnte die mod nicht entfernen: %1 - - + + Failed - Fehlgeschlagen + Fehlgeschlagen - + Installation file no longer exists - Installationsdatei existiert nicht mehr + Installationsdatei existiert nicht mehr - + Mods installed with old versions of MO can't be reinstalled in this way. - Mods die mit alten Versionen von MO installiert wurden können nicht auf diese Weise neu-installiert werden. + Mods die mit alten Versionen von MO installiert wurden können nicht auf diese Weise neu-installiert werden. - - + + You need to be logged in with Nexus to endorse - + Sie müssen bei Nexus eingeloggt sein um Endorsements zu vergeben - - + Extract BSA - BSA extrahieren + BSA extrahieren - 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) - Diese mod enthält mindestens eine BSA datei. Soll sie entpackt werden? -(Das BSA wird danach gelöscht. Wenn Sie nicht wissen was BSAs sind wählen Sie am besten \"nein\") + Diese mod enthält mindestens eine BSA datei. Soll sie entpackt werden? +(Das BSA wird danach gelöscht. Wenn Sie nicht wissen was BSAs sind wählen Sie am besten "nein") - - - + + failed to read %1: %2 - + konnte %1 nicht lesen: %2 - - + This archive contains invalid hashes. Some files may be broken. - Dieses Archiv enthält ungültige Prüfsummen. Einige Dateien sind evtl. defekt. + Dieses Archiv enthält ungültige Prüfsummen. Einige Dateien sind evtl. defekt. - + Nexus ID for this Mod is unknown - Nexus ID für diese Mod unbekannt + Nexus ID für diese Mod unbekannt - Priority - Priorität + + Download? + Herunterladen? - Choose Priority - Priorität wählen + + 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? + Ein Download wurde gestartet aber keines der installierten Plugins erkennt die Quelle. +Wenn Sie den Download dennoch fortfahren sind keine erweiterten Informationen (z.B. Version) über die Datei verfügbar. +Fortfahren? - - Really enable all visible mods? - Alle angezeigten Mods aktivieren? + + Browse Mod Page + Mod Seite öffnen - - Really disable all visible mods? - Alle angezeigten Mods deaktivieren? + + + Failed to write settings + Konnte Einstellungen nicht speichern - - Choose what to export - + + + An error occured trying to write back MO settings: %1 + Ein Fehler ist aufgetreten bei dem Versuch die MO Einstellungen zu speichern: %1 - - Everything - + + File is write protected + Die Datei ist schreibgeschützt - - All installed mods are included in the list - + + Invalid file format (probably a bug) + Falsches Dateiformat (vermutlich ein Bug) - - Active Mods - + + Unknown error %1 + Unbekannter Fehler %1 - - Only active (checked) mods from your current profile are included - + + <Managed by MO> + <Von MO verwaltet> - - Visible - + + <Managed outside MO> + <Nicht von MO verwaltet> - - All mods visible in the mod list are included - + + You need to be logged in with Nexus to resume a download + Sie müssen bei Nexus eingeloggt sein um Downloads fortzusetzen - - export failed: %1 - + + + Create Mod... + Mod erstellen... - - Install Mod... - Mod installieren... + + This will move all files from overwrite into a new, regular mod. +Please enter a name: + Es werden alle Dateien von "Overwrite" in eine neue, reguläre Mod verschoben. +Bitte wählen sie dafür einen Namen: - - Enable all visible - Alle sichtbaren aktvieren + + A mod with this name already exists + Eine Mod mit diesem Name existiert bereits - - Disable all visible - Alle sichtbaren deaktvieren + + Continue? + Fortfahren? - - Check all for update - Alle auf Aktualisierungen überprüfen + + 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. + Das Versionsschema bestimmt, welche version neuer als eine andere identifiziert wird. +Diese Funktion wird das Versionsschema erraten, unter der Annahme dass die installierte Version veraltet ist. + + + + + Sorry + Entschuldigung + + + + I don't know a versioning scheme where %1 is newer than %2. + Es ist kein Versionsschema bekannt bei welchem %1 neuer ist als %2. + + + + Really enable all visible mods? + Alle angezeigten Mods aktivieren? + + + + Really disable all visible mods? + Alle angezeigten Mods deaktivieren? + + + + Choose what to export + Bitte wählen Sie was sie exportieren wollen + + + + Everything + Alles + + + + All installed mods are included in the list + Alle installierten Modifikationen sind in dieser Liste enthalten + + + + Active Mods + Aktive Mods + + + + Only active (checked) mods from your current profile are included + Ausschließlich aktive Mods aus ihrem aktuellen Profil sind enthalten + + + + Visible + Sichtbar - + + All mods visible in the mod list are included + Alle sichtbaren Mods in der Mod Liste sind enthalten + + + + export failed: %1 + Exportieren fehlgeschlagen: %1 + + + + Install Mod... + Mod installieren... + + + + Enable all visible + Alle sichtbaren aktvieren + + + + Disable all visible + Alle sichtbaren deaktvieren + + + + Check all for update + Alle auf Aktualisierungen überprüfen + + + Export to csv... - + Als CSV exportieren... + + + + All Mods + Alle Mods - + Sync to Mods... - Mods synchronisieren... + Mods synchronisieren... - + Restore Backup - + Backup wiederherstellen - + Remove Backup... - + Backup entfernen... + + + + Add/Remove Categories + Kategorien hinzufügen/entfernen - Set Category - Kategorie festlegen + + Replace Categories + Kategorien ersetzen - + Primary Category - + Primäre Kategorie - + Change versioning scheme - + Versionsschema ändern - + Un-ignore update - + Update nicht mehr ignorieren - + Ignore update - + Dieses Update ignorieren - + Rename Mod... - Mod umbenennen... + Mod umbenennen... - + Remove Mod... - Mod entfernen... + Mod entfernen... - + Reinstall Mod - Mod neu installieren + Mod neu installieren - + Un-Endorse - + Endorsement zurückziehen - - + + Endorse - + Endorsement vergeben - + Won't endorse - + Niemals "Endorsement" vergeben - + Endorsement state unknown - + "Endorsement"-stand unbekannt - + Ignore missing data - + Fehlende Daten ignorieren - + Visit on Nexus - Auf Nexus besuchen + Auf Nexus besuchen - + Open in explorer - In Explorer öffnen + In Explorer öffnen - + Information... - Informationen... + Informationen... - - + + Exception: - Ausnahme: + Ausnahme: - - + + Unknown exception - Unbekannte Ausnahme + Unbekannte Ausnahme + + + + <All> + <Alle> - + <Multiple> - + <Mehrere> - + Really delete "%1"? - + "%1" wirklich löschen? - + Fix Mods... - Mods reparieren... + Mods reparieren... - + Delete - + Löschen - - + + failed to remove %1 - %1 konnte nicht entfernt werden + %1 konnte nicht entfernt werden - - + + failed to create %1 - %1 konnte nicht erstellt werden + %1 konnte nicht erstellt werden - + Can't change download directory while downloads are in progress! - Das download verzeichnis kann nicht geändert werden solange Downloads laufen! + Das download verzeichnis kann nicht geändert werden solange Downloads laufen! - + Download failed - Download fehlgeschlagen + Download fehlgeschlagen - + failed to write to file %1 - Speichern in Datei "%1" fehlgeschlagen + Speichern in Datei "%1" fehlgeschlagen - + %1 written - "%1" gespeichert + "%1" gespeichert - + Select binary - Binary wählen + Binary wählen - + Binary - Ausführbare Datei + Ausführbare Datei - + Enter Name - Namen eingeben + Namen eingeben - + Please enter a name for the executable - Bitte geben Sie einen Namen für die Anwendungsdatei ein + Bitte geben Sie einen Namen für die Anwendungsdatei ein - + Not an executable - Datei ist nicht ausführbar + Datei ist nicht ausführbar - + This is not a recognized executable. - + Dies Datei wird nicht als ausführbare Datei erkannt. - - + + Replace file? - Datei ersetzen? + Datei ersetzen? - + There already is a hidden version of this file. Replace it? - Es existiert bereits eine versteckte Variante von dieser Datei. Soll diese ersetzt werden? + Es existiert bereits eine versteckte Variante von dieser Datei. Soll diese ersetzt werden? - - + + File operation failed - Dateioperation fehlgeschlagen + Dateioperation fehlgeschlagen - - + + Failed to remove "%1". Maybe you lack the required file permissions? - Konnte "%1" nicht löschen. Fehlen Ihnen evtl. die nötigen Berechtigungen? + Konnte "%1" nicht löschen. Fehlen Ihnen evtl. die nötigen Berechtigungen? - + There already is a visible version of this file. Replace it? - Es existiert bereits eine sichtbare Variante dieser Datei. Soll diese ersetzt werden? + Es existiert bereits eine sichtbare Variante dieser Datei. Soll diese ersetzt werden? - + file not found: %1 - Datei nicht gefunden: %1 + datei nicht gefunden: %1 - + failed to generate preview for %1 - + konnte keine Vorschau für %1 erzeugen - + Sorry, can't preview anything. This function currently does not support extracting from bsas. - + Leider ist keine Vorschau möglich. Dieses Feature kann aktuell keine Dateien aus bsas anzeigen. - + Update available - Aktualisierung verfügbar + Aktualisierung verfügbar - + Open/Execute - Öffnen/Ausführen + Öffnen/Ausführen - + Add as Executable - Als Anwendung hinzufügen + Als Anwendung hinzufügen - + Preview - + Vorschau - + Un-Hide - Sichtbar machen + Sichtbar machen - + Hide - Verstecken + Verstecken - + Write To File... - In Datei speichern... + In Datei speichern... - + Do you want to endorse Mod Organizer on %1 now? - + Willst du Mod Organizer auf %1 ein Endorsement geben? - - Remove - + + Request to Nexus failed: %1 + Anfrage an Nexus fehlgeschlagen: %1 - - Unlock load order - + + + login successful + Login erfolgreich - - Lock load order - + + login failed: %1. Trying to download anyway + login fehlgeschlagen: %1. Der Download scheitert vermutlich - - BOSS working - + + login failed: %1 + login fehlgeschlagen: %1 - - failed to run boss: %1 - + + login failed: %1. You need to log-in with Nexus to update MO. + login fehlgeschlagen: %1. Sie müssen bei Nexus eingeloggt sein um das update herunterzuladen. - - Request to Nexus failed: %1 - + + Error + Fehler - - Executable "%1" not found - + + failed to extract %1 (errorcode %2) + konnte "%1" nicht extrahieren (fehlercode %2) - - Failed to refresh list of esps: %1 - + + Extract... + Extrahieren... - - This will move all files from overwrite into a new, regular mod. -Please enter a name: - + + Edit Categories... + Kategorien ändern... - - Add/Remove Categories - + + Deselect filter + Filter abwählen - - Replace Categories - + + Remove + Entfernen - - - login successful - + + Enable all + Alle aktivieren - - login failed: %1. Trying to download anyway - login fehlgeschlagen: %1. Der Download scheitert vermutlich + + Disable all + Alle deaktivieren - - login failed: %1 - login fehlgeschlagen: %1 + + Unlock load order + Sperrung der Ladereihenfolge aufheben - - login failed: %1. You need to log-in with Nexus to update MO. - + + Lock load order + Ladereihenfolge sperren - - Error - Fehler + + depends on missing "%1" + Voraussetzung "%1" fehlt - - failed to extract %1 (errorcode %2) - konnte "%1" nicht extrahieren (fehlercode %2) + + No profile set + Kein Profil ausgewählt - - Extract... - Extrahieren... + + LOOT working + LOOT arbeitet - - Edit Categories... - + + loot failed. Exit code was: %1 + LOOT ist fehlgeschlagen. Fehlercode: %1 - - Enable all - + + failed to run loot: %1 + konnte LOOT nicht ausführen: %1 - - Disable all - + + Errors occured + Es sind Fehler aufgetreten + + + + Backup of load order created + Backup der Ladereihenfolge gespeichert + + + + Choose backup to restore + Wählen Sie das zu ladende Backup + + + + No Backups + Keine Backups vorhanden + + + + There are no backups to restore + Es sind keine Backups vorhanden die Wiederhergestellt werden könnten + + + + + Restore failed + Wiederherstellung fehlgeschlagen + + + + + Failed to restore the backup. Errorcode: %1 + Konnte das Backup nicht wiederherstellen. Fehlercode: %1 + + + + Backup of modlist created + Backup der Modliste gespeichert + + + failed to run boss: %1 + konnte bsa nicht lesen: %1 @@ -2861,22 +2878,18 @@ Please enter a name: ModInfo - - + + invalid index %1 ungültiger index %1 - - invalid mod id %1 - ungültige Mod ID %1 - ModInfoBackup - + This is the backup of a mod - + Dies ist das Backup einer Mod @@ -2901,209 +2914,197 @@ Please enter a name: A list of text-files in the mod directory like readmes. Eine Liste mit Textdateien im Modverzeichnis, z.B. Readme. + + + + Save + Speichern + INI-Files INI Dateien - + + Ini Files + INI Dateien + + + This is a list of .ini files in the mod. Liste mit .ini Dateien im Mod. - + 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. Eine Liste mit Textdateien im Modverzeichnis. Die Dateien werden üblicherweise dazu verwendet um das Verhalten und Parameter der mods zu konfigurieren. - + + Ini Tweaks + INI Tweaks + + + + This is a list of ini tweaks (ini modifications that can be toggled). + Dies ist eine Liste von ini tweaks (Anpassungen der ini Datei die an und ausgeschaltet werden können). + + + + 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. + Dies ist eine Liste von ini tweaks. Dabei handelt es sich um (meist kleine) Fragmente von ini dateien die zur Laufzeit Einstellungen aus den primären Konfigurationsdateien des Spiels ersetzen. Jeder Tweak kann separat aktiviert werden. Sie sollten die Beschreibung der Mod sorgsam durchlesen um zu erfahren ob diese tweaks wirklich optional sind. + + + Save changes to the file. Änderungen an der Datei speichern. - + Save changes to the file. This overwrites the original. There is no automatic backup! Änderungen der Datei speichern. Dies überschreibt das Original - es gibt keine automatische Sicherung! - - - Save - Speichern - - - + Images Bilder - + Images located in the mod. Bilder im Modverzeichnis. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Listet alle Bilder (*.jpg, *.png) im Modverzeichnis auf, bspw. Screenshots. Klicken für eine größere Ansicht.</span></p></body></html> + + This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. + Dies führt alle Bilder (.jpg und .png) wie Screenshots und ähnliches im Mod Verzeichnis auf. Anklicken für eine Großansicht. - - + + Optional ESPs Optionale ESPs - + List of esps and esms that can not be loaded by the game. Liste mit ESP und ESM Dateien die vom Spiel nicht geladen werden können. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">They usually contain optional functionality, see the readme.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Most mods do not have optional esps, so chances are good you are looking at an empty list.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Eine Liste mit ESPs und ESMs in diesem Plugin die nicht im Spiel geladen werden können. Die Dateien werden auch nicht in der ESP Liste im Hauptfenster von MO erscheinen.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Üblicherweise enthalten sie optionale Funktionalität, siehe das entsprechende Readme.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Die meisten Mods haben keine optionalen ESPs, wahrscheinlich sehen Sie also eine leere Liste vor sich..</span></p></body></html> - - - - This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. - - - - + 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. Most mods do not have optional esps, so chances are good you are looking at an empty list. - + Liste der esps und esms die in dieser Mod enthalten sind aber aktuell nicht geladen werden können. Sie tauchen nicht in der plugin-Liste des Hauptfensters auf. +Dies sind üblicherweise Plugins mit optionaler Funktionalität. Für Details, lesen sie bitte die Beschreibung der Mod. + +Die meisten Mods haben keine optionalen esps, es ist also gut möglich dass sie sich gerade eine leere Liste ansehen. - + Make the selected mod in the lower list unavailable. Den unten ausgewählten Mod als nicht verfügbar markieren. - + 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. Die in der unteren Liste ausgewählte ESP wird in ein Unterverzeichnis des Mods verschoben und so für das Spiel unsichtbar. Sie kann nicht mehr im Spiel aktiviert werden. - + Move a file to the data directory. Datei in das Datenverzeichnis verschieben. - + 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. Verschiebt ein ESP in das ESP Verzeichnis damit es im Hauptfenster aktiviert werden kann. Bitte beachten Sie, dass das ESP nur "verfügbar" wird, es wird nicht zwangsläufig geladen! Das Laden der ESP wird im Hauptfenster von MO eingestellt. - + ESPs in the data directory and thus visible to the game. ESPs im Datenverzeichnis und für das Spiel sichtbar. - + 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. Dies Mod Dateien sind im (virtuellen) Datenverzeichnis des Spiels und somit in der ESP Liste des Hauptfenster auswählbar. - + Available ESPs Verfügbare ESPs - + Conflicts Konflikte - + The following conflicted files are provided by this mod Die folgenden konfliktbehafteten Dateien werden von dieser Mod bereitgestellt - - + + File Datei - + Overwritten Mods Überschriebene Mods - + The following conflicted files are provided by other mods Die folgenden konfliktbehafteten Dateien werden von anderen Mods bereitgestellt - + Providing Mod Bereitstellende Mod - + Non-Conflicted files Konfliktfreie Dateien - + Categories Kategorien - + Primary Category - + Primäre Kategorie - + Nexus Info Nexus Info - + Mod ID Mod ID - + Mod ID for this mod on Nexus. ID dieser mod auf Nexus. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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: </span><a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://skyrim.nexusmods.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; color:#000000;">. 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?</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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: <a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" text-decoration: underline; color:#0000ff;">http://www.skyrimnexus.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" color:#000000;">. 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?</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3111,7 +3112,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ModID für den Mod auf Nexus. Um die korrekte Id zu finden, einfach den Mod auf Nexus aufrufen. Die URL sieht so aus:<a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" text-decoration: underline; color:#0000ff;">http://www.skyrimnexus.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" color:#000000;">. In diesem Beispiel ist 1334 die gesuchte Id. Zufällig ist das genau der Link zu Mod Organiser im Nexus. Warum nicht einfach mal anklicken und ein Endorsement hinzufügen?</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3124,97 +3125,60 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Installierte Version des Mods. Der Tooltip zeigt die auf Nexus verfügbare Version. Die installierte Versionsnummer kann nur angezeigt werden wenn der Mod durch MO installiert wurde.</span></p></body></html> - + Version Version - + Refresh - Neu laden + Neu laden - + Refresh all information from Nexus. - + Alle Informationen von Nexus nachladen. - + Description Beschreibung - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <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;"><br /></p></body></html> - - - - about:blank - about:blank + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<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;"><br /></p></body></html> - + Endorse - + Endorsement vergeben - + Notes - - - - Full description as reported my nexus. - Vollständige Beschreibung von Nexus. - - - Files - Dateien - - - List of files currently uploaded on nexus. Double click to download. - Liste mit derzeit auf Nexus hochgeladenen Dateien. Doppelklick zum Herunterladen. - - - Type - Typ - - - - Name - Name - - - Size (kB) - Größe (kB) - - - Size - Größe - - - Endorsements are an important motivation for authors. Please don't forget to endorse mods you like. - Endorsements sind eine gute Möglichkeit, Mod-authoren für ihre Arbeit zu danken. Bitte vergiss nicht, Endorsements zu vergeben für mods die dir gefallen. - - - Have you endorsed this yet? - Schon ein "endorsement" vergeben? + Anmerkungen - + Filetree Verzeichnisbaum - + A directory view of this mod Verzeichnisansicht des Mods - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3229,356 +3193,287 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Veränderungen werden sofort auf der Platte ausgeführt, also</span><span style=" font-size:8pt; font-weight:600;"> vorsichtig sein!</span><span style=" font-size:8pt;">.</span></p></body></html> - + Previous - + Vorherige - + Next - Weiter + Weiter - + Close Schliessen - + &Delete &Löschen - + &Rename &Umbenennen - + &Hide - + &Verstecken - + &Unhide - + &Wiederherstellen - + &Open &Öffnen - + &New Folder &Neuer Ordner - - + + Save changes? Änderungen speichern? - Save changes to the "%1"? - Änderungen an "%1" speichern? + + + Save changes to "%1"? + Änderungen an "%1" speichern? - + File Exists Datei existiert bereits - + A file with that name exists, please enter a new one Eine Datei mit diesem Namen existiert bereits, bitte wählen Sie einen anderen Namen - + failed to move file Verschieben der Datei fehlgeschlagen - + failed to create directory "optional" Erstellen des Verzeichnis "optional" fehlgeschlagen - - + + Info requested, please wait Information wird abgerufen, bitte warten - request failed: %1 - Anfrage fehlgeschlagen: %1 - - - -(description incomplete, please visit nexus) - -(description incomplete, please visit nexus) - -(Beschreibung unvollständig. Bitte besuche die Nexus-Seite) - - - + Main Primär - + Update Aktualisierung - + Optional Optional - + Old Alt - + Misc Sonstiges - + Unknown Unbekannt - request failed - Anfrage fehlgeschlagen + + Current Version: %1 + Aktuelle Version: %1 + + + + No update available + Keine neue Version verfügbar - + (description incomplete, please visit nexus) - + (Beschreibung unvollständig. Bitte besuche die Nexus-Seite) - + <a href="%1">Visit on Nexus</a> <a href="%1">Auf Nexus öffnen</a> - - - Confirm - Bestätigen - - - Download "%1"? - "%1" herunterladen? - - - Download started - Download gestartet - - - + Failed to delete %1 "%1" konnte nicht gelöscht werden - + + + Confirm + Bestätigen + + + Are sure you want to delete "%1"? Sind Sie sicher, dass Sie "%1" löschen wollen? - + Are sure you want to delete the selected files? Sind Sie sicher, dass Sie die ausgewählten Dateien löschen wollen? - - + + New Folder Neuer Ordner - + Failed to create "%1" "%1" konnte nicht erstellt werden - - + + Replace file? - Datei ersetzen? + Datei ersetzen? - + There already is a hidden version of this file. Replace it? - Es existiert bereits eine versteckte Variante von dieser Datei. Soll diese ersetzt werden? + Es existiert bereits eine versteckte Variante von dieser Datei. Soll diese ersetzt werden? - - + + File operation failed - Dateioperation fehlgeschlagen + Dateioperation fehlgeschlagen - - + + Failed to remove "%1". Maybe you lack the required file permissions? - Konnte "%1" nicht löschen. Fehlen Ihnen evtl. die nötigen Berechtigungen? + Konnte "%1" nicht löschen. Fehlen Ihnen evtl. die nötigen Berechtigungen? - - + + failed to rename %1 to %2 - konnte "%1" nicht in "%2" umbenennen + "%1" konnte nicht zu "%2" umbenannt werden - + There already is a visible version of this file. Replace it? - Es existiert bereits eine sichtbare Variante dieser Datei. Soll diese ersetzt werden? + Es existiert bereits eine sichtbare Variante dieser Datei. Soll diese ersetzt werden? - + Un-Hide - Sichtbar machen + Sichtbar machen - + Hide - Verstecken + Verstecken + + + + Name + Name - + Please enter a name - + Bitte geben Sie einen Namen ein. - - + + Error - Fehler + Fehler - + Invalid name. Must be a valid file name - + Ungültiger Name. Dies muss ein gültiger Dateiname sein - + A tweak by that name exists - + Ein "Tweak" mit diesem Namen existiert bereits - + Create Tweak - + "Tweak" anlegen + + + ModInfoForeign - - Current Version: %1 - Aktuelle Version: %1 + + This pseudo mod represents content managed outside MO. It isn't modified by MO. + Diese Pseudo-Mod repräsentiert Inhalte die nicht von MO verwaltet werden. Sie können diese nicht in MO verändern. + + + ModInfoOverwrite - - - Save changes to "%1"? - - - - - No update available - Keine neue Version verfügbar - - - - ModInfoOverwrite - - Overwrite - Overwrite - - - + This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) - Diese Pseudo-Mod enthält Dateien des virtuellen Verzeichnisses die modifiziert wurden (z.B. durch den Construction Kit) + Diese Pseudo-Mod enthält Dateien des virtuellen Verzeichnisses die modifiziert wurden (z.B. durch den Construction Kit) ModInfoRegular - failed to write %1/meta.ini: %2 - konnte %1/meta.ini nicht schreiben: %2 + konnte %1/meta.ini nicht schreiben: %2 - + + + failed to write %1/meta.ini: error %2 + konnte %1/meta.ini nicht schreiben: Fehler %2 + + + %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory - %1 enthält keine esp / esm Dateien und keine Resourcen (Texturen, Netze, Oberfläche...) + %1 enthält keine esp / esm Dateien und keine Resourcen (Texturen, Netze, Oberfläche...) - + Categories: <br> - Kategorien: <br> + Kategorien: <br> ModList - - mod not found: %1 - Mod nicht gefunden: %1 - - - Check started - aÜberprüfung gestartet - - - - Confirm - Bestätigen - - - Are you sure you want to remove this mod? - Sind Sie sicher, dass Sie diesen Mod entfernen wollen? - - - failed to rename mod to %1 - Mod konnte nicht in "%1" umbenannt werden - - - invalid row-index %1 - ungültige zeilennummer %1 - - - min - Min - - - max - Max - - - - installed version: "%1", newest version: "%2" - installed version: %1, newest version: %2 - installierte Version: %1, neueste Version: %2 - - - %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory - %1 enthält keine esp / esm Dateien und keine Resourcen (Texturen, Netze, Oberfläche...) - - - Really enable all visible mods? - Alle angezeigten Mods aktivieren? - - - Really disable all visible mods? - Alle angezeigten Mods deaktivieren? - - - Overwrite - Overwrite - This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit) @@ -3587,156 +3482,159 @@ p, li { white-space: pre-wrap; } Backup - + Backup No valid game data - + Keine gültigen Spieldaten Not endorsed yet - + Noch kein Endorsement vergeben Overwrites files - + Dateien werden überschrieben Overwritten files - + Überschriebene Dateien Overwrites & Overwritten - + Überschreibt & Wird überschrieben Redundant - + Redundant + + + + Non-MO + MO-fremd - + invalid - + ungültig + + + + installed version: "%1", newest version: "%2" + installed version: %1, newest version: %2 + installierte Version: "%1", neueste Version: "%2" - + 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". - + Die neueste Version auf Nexus scheint älter zu sein als die die sie installiert haben. Dies könnte bedeuten dass die Version die sie installiert haben entfernt wurde (z.B. weigen eines Bugs) oder der Autor verwendet ein nicht-standardisiertes Versionierungssystem und ihre Version ist in Wirklichkeit doch veraltet. In beiden Fällen ist es empfehlenswert die Version von Nexus zu installieren. - + Categories: <br> Kategorien: <br> - + Invalid name - - - - - Mod Name - - - - - Installation - - - - - Category of the mod. - + Ungültiger Name - - Id of the mod as used on Nexus. - - - - - Emblemes to highlight things that might require attention. - + + drag&drop failed: %1 + Drag&Drop fehlgeschlagen: %1 - - Time this mod was installed - + + Confirm + Bestätigen - This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) - Diese Pseudo-Mod enthält Dateien des virtuellen Verzeichnisses die modifiziert wurden (z.B. durch den Construction Kit) + + Are you sure you want to remove "%1"? + Sind Sie sicher dass Sie "%1" löschen wollen? - Name - Name + + Flags + Markierungen - Names of your mods - Namen Ihrer Mods + + Mod Name + Mod Name - + Version Version - - Version of the mod (if available) - Version des Mod (wenn verfügbar) - - - + Priority Priorität - - drag&drop failed: %1 - - - - - Flags - - - - + Category - + Kategorie - + Nexus ID - + Nexus ID + + + + Installation + Installation - - + + unknown - + unbekannt - + Name of your mods - + Name Ihrer Mods + + + + Version of the mod (if available) + Version des Mod (wenn verfügbar) - + Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority Installations-Priorität Ihres Mods. Je höher, desto wichtiger ist dieser Mod und überschreibt damit Dateien von Mods mit niedrigerer Priorität. - - Are you sure you want to remove "%1"? - Bist du sicher dass du "%1" löschen willst? + + Category of the mod. + Kategorie der Mod. + + + + Id of the mod as used on Nexus. + Id der Mod von Nexus. + + + + Emblemes to highlight things that might require attention. + Symbole um Dinge hervorzuheben die evtl. Aufmerksamkeit erfordern. + + + + Time this mod was installed + Zeitpunkt an dem die Mod installiert wurde @@ -3746,27 +3644,12 @@ p, li { white-space: pre-wrap; } Message of the Day Neuigkeiten - - about:blank - about:blank - OK OK - - MyApplication - - an error occured: %1 - ein Fehler ist aufgetreten: %1 - - - an error occured - ein Fehler ist aufgetreten - - MyFileSystemModel @@ -3783,1067 +3666,37 @@ p, li { white-space: pre-wrap; } NXMAccessManager - + Logging into Nexus - - - - - timeout - Zeitüberschreitung - - - - Please check your password - Bitte das Passwort überprüfen - - - - NXMUrl - - invalid nxm-link: %1 - ungültiger nxm Link: %1 - - - - NexusDialog - - Nexus - Nexus - - - Mod ID - Mod ID - - - Search - Suche - - - about:blank - about:blank - - - new - Neu - - - login failed: %1 - login fehlgeschlagen: %1 - - - login successful - Login erfolgreich - - - failed to start download - konnte Download nicht starten - - - login timeout - Zeitüberschreitung bei der Anmeldung - - - login error: %1 - Fehler bei der Anmeldung: %1 - - - login success - Anmeldung erfolgreich - - - login failed, please check your password - Anmeldung fehlgeschlagen, bitte überprüfen Sie ihr Kennwort - - - Download started - Download gestartet - - - Download started. - Download gestartet. - - - Please enter the ID - Bitte geben Sie die ID ein - - - ModID - ModID - - - Open by mod id... - ModID direkt öffnen... - - - Download started. Manual downloads do not have version information! - Download gestartet. Manuelle downloads haben keine Versionsinformation! - - - - NexusInterface - - - Failed to guess mod id for "%1", please pick the correct one - - - - - empty response - leere Antwort - - - - invalid response - ungültige Antwort - - - - OMOWindow - - Profile - Profil - - - Pick a module collection - Wähle eine Modul-Kollektion - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept seperate for different profiles.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now the oblivion.ini file and your esp load order is not kept seperate for different profiles.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Erstellen Sie ein Profil. Jedes Profil enthält eine eigene Liste mit aktiven Mods und ESPs. Auf diesem Weg können Sie schnell zwischen verschiedenen Einstellungen für ein Spiel wechseln.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Beachten Sie, dass derzeit die ESP Ladefolge nicht getrennt für verschiedene Profile gespeichert wird.</span></p></body></html> - - - Refresh list - Liste aktualisieren - - - Refresh list. This is usually not necessary unless you modified data outside the program. - Liste aktualisieren. Dies ist normalerweise nicht notwendig, es sei denn Sie haben Daten außerhalb von MO verändert. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">List of available mods.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">Liste der verfügbaren Mods.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Eine Liste der installierten Mods. Benutzen Sie die Checkboxen um Mods zu de/aktivieren und Drag&amp;Drop um die Installations-Reihenfolge zu verändern.</span></p></body></html> - - - Filter - Filter - - - Select a filter to only display mods with the specified category. - Eine Filter wählen um nur Mods in der gewählten Kategorie anzuzeigen. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Select a filter to only display mods with the specified category. You can set the category from the context menu on the mods.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Wählt einen Filter um nur Mods in der angegebenen Kategorie anzuzeigen. Sie können die Kategorie den Mods über das Kontextmenü zuweisen.</span></p></body></html> - - - Start - Ausführen - - - Pick a program to run. - Wähle das auszuführende Programm. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can add new Tools to this list, but I can't promise tools I haven't tested will work.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Wählen Sie das zu startende Programm. Sobald Sie anfangen Mod Organiser zu benutzen, sollten Sie das Spiel und alle zusätzlichen Programme immer von hier starten oder über Verknüpfungen die von Mod Organiser erstellt wurden. Sonst werden alle Mods die durch Mod Organiser installiert wurden nicht sichtbar sein.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Sie können weitere Programme dieser Liste hinzufügen, aber ich kann nicht garantieren, dass von mir nicht getestete Anwendungen vollständig funktionieren..</span></p></body></html> - - - Run program - Ausführen - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Run the selected program with ModOrganizer enabled.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Das ausgewählte Programm durch Mod Organiser ausführen.</span></p></body></html> - - - Run - Starten - - - Create a shortcut in your start menu to the specified program - Erzeugt einen Startmenü-Eintrag für das selektierte Programm - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a start menu shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Erstellt einen Eintrag im Startmenü, der direkt das gewählte Programm durch Mod Organsier ausführt.</span></p></body></html> - - - Menu Shortcut - Startmenü-Verknüpfung - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">create a desktop shortcut for the selected program</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Desktop Verknüpfung für das gewählte Programm erstellen.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a desktop shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Erstellt eine Desktop Verknüpfung, die direkt das gewählte Programm durch Mord Organiser startet.</span></p></body></html> - - - Desktop Shortcut - Desktop Verknüpfung - - - ESPs - ESPs - - - save esp list and load order. - ESP selektion und Reihenfolge speichern. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close MO or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close omo or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Die Liste der aktiven Mods und ihrer Ladefolge speichern. Dies geschieht automatisch wenn Sie Mord Organiser schliessen oder ein Programm starten.</span></p></body></html> - - - Save - Speichern - - - List of available esp/esm files - Liste der verfügbaren ESP / ESM Dateien - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.<br />There is a great tool named &quot;BOSS&quot; to automatically sort these files.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Diese Liste enthält alle ESPs und ESMs die in den aktiven Mods zur Verfügung steht. Diese Dateien benötigen ihre eigene Ladefolge - verwenden Sie Drag&amp;Drop um die Reihenfolge zu ändern. Beachten Sie, dass Mod Organiser nur die Reihenfolge von Mods speichert, die als aktiv markiert sind.<br />Es gibt ein großartiges Programm names &quot;BOSS&quot; um die Dateien automatisch zu sortieren.</span></p></body></html> - - - BSAs - BSAs - - - IMPORTANT: You can change the order of BSAs here but installation order of mods has priority over the order specified here! - WICHTIG: Sie können die Ladereihenfolge der BSAs hier ändern aber die Installationsreihenfolge hat Vorrang vor der Reihenfolge hier! - - - List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. - Liste der BS Archive. Archive die hier nicht markiert sind werden nicht von MO verwaltet und beachten daher nicht die gewählte Installationsreihenfolge. - - - BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by Skyrim. As such they "compete" 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. - BSA-Dateien sind Archive (vergleichbar mit .zip-Dateien) und enthalten Meshes, Texturen, usw. die vom Spiel benötigt werden. Daher stehen diese Dateien in "Konkurrenz" mit den Einzeldateien anderer Mods darüber, welche geladen werden sollen. -Das Standardverhalten des Spiels ist, alle BSAs automatisch zu laden die den gleichen Namen haben wie ein aktives ESP (z.B. plugin.esp und plugin.bsa) und deren Dateien Vorrang vor Einzeldateien zu geben. Die Installationsreihenfolge die du mit MO konfiguriert hast wird für diese Dateien ignoriert. - -BSAs die du hier markierst werden hingegen anders geladen so dass die Installationsreihenfolge korrekt eingehalten wird. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you click &quot;Fix Mods...&quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dies ist eine Liste aller Spielstände für dieses Spiel. Bewegen Sie den Mauszeiger über einen Eintrag, um genaue Informationen über den Spielstand zu bekommen, inklusive einer Liste aller ESPs / ESMs die im Spielstand verwendet werden, die aber derzeit nicht aktiv sind.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Wenn Sie im Kontextmenü auf &quot;Mods reparieren...&quot; klicken, wird Mod Organiser versuchen die entsprechenden Mods und ESPs zu aktivieren. Es werden dabei kein Eintrag deaktiviert!</span></p></body></html> - - - Refresh list of downloads. - Downloadliste neu einlesen. - - - Configure the executables that can be started through Mod Organizer - Konfigurieren der Programme die von Mod Organiser gestartet werden können - - - No Problems - Keine Probleme - - - 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 - Dieser Button wird markiert wenn MO potenzielle Probleme in Ihrer Installation erkennt und bietet Hinweise wie diese zu beheben sind. -Diese Funktion ist noch in arbeit und ist sehr eingeschränkt. - - - Data - Data - - - refresh data-directory overview - Data-Verzeichnis übersicht neu laden - - - Refresh the overview. This may take a moment. - Lädt die Übersicht neu. Dies kann einen Augenblick dauern. - - - Refresh - Neu laden - - - This is an overview of your data directory as visible to the game (and tools). - This is an overview of your data directory as visible to oblivion (and tools). - Dies ist eine Übersicht des "data"-verzeichnisses so wie es das Spiel zu sehen bekommt. - - - File - Datei - - - Categories - Kategorien - - - Mod - Mod - - - Filter the above list so that only conflicts are displayed. - Obere Liste filtern um nur Konflikte anzuzeigen. - - - Show only conflicts - Nur Konflikte anzeigen - - - Saves - Spielstände - - - Downloads - Downloads - - - Downloaded mods - Heruntergeladene Mods - - - This is a list of mods you downloaded from Nexus. Double click one to install it. - Dies ist eine Liste der Mods die von Nexus heruntergeladen wurden. Doppelklicken Sie um zu installieren. - - - Compact - Kompakt - - - Tool Bar - Werkzeugleiste - - - Install Mod - Mod installieren - - - Install &Mod - &Mod installieren - - - Install a new mod from an archive - Installiert eine Mod aus einem Archiv - - - Ctrl+M - Ctrl+M - - - Help - Hilfe - - - &Help - &Hilfe - - - Provides help to almost elements of the UI - Bietet Hilfestellung für fast alle Elemente des Programms - - - Ctrl+H - Ctrl+H - - - Profiles - Profile - - - &Profiles - &Profile - - - Configure Profiles - Profile konfigurieren - - - Ctrl+P - Ctrl+P - - - Executables - Programme - - - &Executables - Programm&e - - - Ctrl+E - Ctrl+E - - - Edit Ini - Ini editieren - - - Edit &Ini - &Ini editieren - - - Edit the ini file of the current profile - Konfiguration der ini-Dateien des aktuellen Profils - - - Ctrl+I - Ctrl+I - - - Settings - Einstellungen - - - &Settings - Ein&stellungen - - - Configure settings and workarounds - Confirgure settings and workarounds - Einstellungen und Workarounds verwalten - - - Ctrl+S - Ctrl+S - - - Nexus - Nexus - - - Search nexus network for more mods - Durchsuche die passende Seite des Nexus-Netzwerks nach weiteren Mods - - - Ctrl+N - Ctrl+N - - - Update - Aktualisierung - - - Mod Organizer is up-to-date - Mod Organizer ist auf dem neuesten Stand - - - <All> - <Alle> - - - <Checked> - <Markierte> - - - <Unchecked> - <Nicht markierte> - - - init failed - Initialisierung fehlgeschlagen - - - failed to save load order: %1 - Reihenfolge konnt nicht gespeichert werden: %1 - - - <Update> - <Update> - - - Name - Name - - - load order could not be saved - Ladereihenfolge konnte nicht gespeichert werden - - - Please enter a name for the new profile - Bitte geben Sie einen Namen für das neue Profil an - - - failed to create profile: %1 - Erstellen des Profils fehlgeschlagen: %1 - - - Downloads in progress - Download in Bearbeitung - - - There are still downloads in progress, do you really want to quit? - Es gibt noch unfertige Downloads, wollen Sie wirklich das Programm beenden? - - - failed to read savegame: %1 - Spielstand konnte nicht gelesen werden: %1 - - - <table cellspacing="5"><tr><td>Save Number</td><td>%1</td></tr><tr><td>Character</td><td>%2</td></tr><tr><td>Level</td><td>%3</td></tr><tr><td>Location</td><td>%4</td></tr><tr><td>Date</td><td>%5</td></tr><tr><td>Screenshot</td><td>%6</td></tr><tr><td>Missing ESPs</td><td><h5>%7</h5></td></tr></table> - <table cellspacing="5"><tr><td>Spielstand Nummer</td><td>%1</td></tr><tr><td>Charakter</td><td>%2</td></tr><tr><td>Stufe</td><td>%3</td></tr><tr><td>Ort</td><td>%4</td></tr><tr><td>Datum</td><td>%5</td></tr><tr><td>Screenshot</td><td>%6</td></tr><tr><td>Fehlende ESPs</td><td><h5>%7</h5></td></tr></table> - - - Failed to start steam - Konnte Steam nicht starten - - - Waiting - Warte - - - Please press OK once you're logged into steam. - Bitte drücken sie OK sobald sie bei Steam angemeldet sind. - - - "%1" not found - "%1" nicht gefunden - - - Start steam? - Steam starten? - - - Steam is required to be running already to correctly start Mod Organizer. Should MO try to start steam now? - Steam muss bereits laufen damit Mod Organizer korrekt gestartet werden kann. Soll MO jetzt versuchen Steam zu starten? - - - Never - Nie - - - Also in: - Ebenfalls in: - - - No conflict - Keine Konflikte - - - <Edit...> - <Bearbeiten...> - - - Choose Mod - Mod wählen - - - Mod Archive (*.zip *.7z *.rar) - Mod Archiv (*.zip, *.7z, *.rar) - - - Installation successful - Installation erfolgreich - - - Configure Mod - Mod konfigurieren - - - This mod contains ini tweaks. Do you want to configure them now? - Diese Mod enthält Anpassungen für die Ini datei. Wollen Sie diese nun konfigurieren? - - - mod "%1" not found - mod "%1" nicht gefunden - - - Installation cancelled - Installation abgebrochen - - - The mod was not installed completely. - Die mod wurde nicht erfolgreich installiert. - - - failed to refresh directory structure - Verzeichnisstruktur konnte nicht aktualisiert werden - - - Download started - Download gestartet - - - failed to update mod list: %1 - Aktualisieren der Modliste fehlgeschlagen: %1 - - - failed to spawn notepad.exe: %1 - notepad.exe konnte nicht aufgerufen werden: %1 - - - Ini files are local to the currently selected profile. - Ini Dateien sind lokal im gewählten Profil gespeichert. - - - failed to open %1 - %1 konnte nicht geöffnet werden - - - Name not valid - Name nicht gültig - - - failed to change origin name: %1 - konnte den Namen der Dateiquelle nicht ändern: %1 - - - <No category> - <Ohne Kategorie> - - - New name - Neuer Name - - - A mod with that name exists already - Ein Mod mit diesem Namen existiert bereits - - - failed to rename mod: %1 - konnte die Mod nicht umbenennen: %1 - - - failed to remove mod: %1 - konnte die mod nicht entfernen: %1 - - - Failed - Fehlgeschlagen - - - Installation file no longer exists - Installationsdatei existiert nicht mehr - - - Mods installed with old versions of MO can't be reinstalled in this way. - Mods die mit alten Versionen von MO installiert wurden können nicht auf diese Weise neu-installiert werden. - - - Extract BSA - BSA extrahieren - - - 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) - Diese mod enthält mindestens eine BSA datei. Soll sie entpackt werden? -(Das BSA wird danach gelöscht. Wenn Sie nicht wissen was BSAs sind wählen Sie am besten \"nein\") - - - failed to read %1: %2 - konnte "%1" nicht lesen: %2 - - - This archive contains invalid hashes. Some files may be broken. - Dieses Archiv enthält ungültige Prüfsummen. Einige Dateien sind evtl. defekt. - - - Nexus ID for this Mod is unknown - Nexus ID für diese Mod unbekannt - - - Priority - Priorität - - - Choose Priority - Priorität wählen - - - Install Mod... - Mod installieren... - - - Set Priority - Priorität setzen - - - Highest - Höchste - - - Manually... - Manuell... - - - Lowest - Niedrigste - - - Rename Mod... - Mod umbenennen... - - - Remove Mod... - Mod entfernen... - - - Reinstall Mod - Mod neu installieren - - - Sync to Mods... - Mods synchronisieren... - - - Exception: - Ausnahme: - - - Unknown exception - Unbekannte Ausnahme - - - Can't change download directory while downloads are in progress! - Das download verzeichnis kann nicht geändert werden solange Downloads laufen! - - - Select binary - Binary wählen - - - Binary (*.exe) - Binary (*.exe) - - - Enter Name - Namen eingeben - - - Please enter a name for the executable - Bitte geben Sie einen Namen für die Anwendungsdatei ein - - - Not an executable - Datei ist nicht ausführbar - - - This is not a recognized executable - Diese Datei wurde nicht als ausführbar erkannt. - - - Replace file? - Datei ersetzen? - - - There already is a hidden version of this file. Replace it? - Es existiert bereits eine versteckte Variante von dieser Datei. Soll diese ersetzt werden? - - - File operation failed - Dateioperation fehlgeschlagen - - - Failed to remove "%1". Maybe you lack the required file permissions? - Konnte "%1" nicht löschen. Fehlen Ihnen evtl. die nötigen Berechtigungen? - - - failed to rename %1 to %2 - konnte "%1" nicht in "%2" umbenennen - - - There already is a visible version of this file. Replace it? - Es existiert bereits eine sichtbare Variante dieser Datei. Soll diese ersetzt werden? - - - Open/Execute - Öffnen/Ausführen - - - Add as Executable - Als Anwendung hinzufügen - - - Un-Hide - Sichtbar machen - - - Hide - Verstecken - - - login successful - login erfolgreich - - - login failed: %1. Trying to download anyway - login fehlgeschlagen: %1. Der Download scheitert vermutlich - - - login failed: %1. You need to log-in with Nexus to update MO - login fehlgeschlagen: %1. Sie müssen auf Nexus eingeloggt sein um MO zu aktualisieren. - - - Error - Fehler - - - failed to extract %1 (errorcode %2) - konnte "%1" nicht extrahieren (fehlercode %2) - - - Extract... - Extrahieren... - - - Edit... - Editieren... - - - Enable all visible - Alle sichtbaren aktvieren - - - Disable all visible - Alle sichtbaren deaktvieren - - - Information... - Informationen... - - - Set Category - Kategorie festlegen - - - Problems - Probleme - - - There are potential problems with your setup - Es bestehen möglicherweise Probleme mit Ihrer Konfiguration - - - Everything seems to be in order - Alles in bester Ordnung - - - <li>Your BSAs may be set up incorrectly. The game may not run! Please check the BSA tab</li> - <li>Ihre BSA sind eventuell falsch eingerichtet. Das Spiel wird eventuell nicht funktionieren! Bitte prüfen Sie den BSA-Reiter</li> - - - <li>NCC not installed. You won't be able to install some scripted mod-installers. Get NCC from <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">the MO page on nexus</a></li> - <li>NCC ist nicht installiert. Sie werden einige geskriptete mod-Archive nicht installieren können. Sie können NCC von <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">der MO seite des Nexus herunterladen</a></li> - - - <li>NCC version may be incompatible.</li> - <li>Die NCC version ist möglicherweise nicht kompatibel.</li> - - - <li>dotNet is not installed or outdated. This is required to use NCC. Get it from here: <a href="%1">%1</a></li> - <li>dotNet ist nicht installiert oder veraltet. Dies wird benötigt um NCC nutzen zu können. Laden Sie die korrekte Version von <a href="%1">%1</a> herunter</li> - - - Click here if you have any problems with Mod Organizer - Klicken Sie hier wenn Sie Probleme mit Mod Organizer haben - - - Help on UI - Hilfe zur Oberfläche - - - Documentation Wiki - Wiki Dokumentation - - - Report Issue - Fehler melden - - - Failed to start %1 - Konnte "%1" nicht starten - - - Steam is required to be running already to correctly start the game. Should MO try to start steam now? - Steam muss laufen um das Spiel korrekt zu starten. Soll MO versuchen Steam zu starten? - - - Also in: <br> - Auch in: <br> - - - This bsa is enabled in the ini file so it may be required! - Dieses Archiv ist in der ini Konfiguration gelistet, daher ist es möglicherweise erforderlich! - - - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - Dieses Archiv wird vom Spiel geladen werden da ein Plugin mit dem selben Namen aktiv ist aber die enthaltenen Dateien werden sich nicht an Ihre Installations-Reihenfolge halten! - - - Mod Archive - Mod Archiv - - - Check all for update - Alle auf Aktualisierungen überprüfen - - - Visit on Nexus - Auf Nexus besuchen - - - Open in explorer - In Explorer öffnen - - - Fix Mods... - Mods reparieren... - - - failed to remove %1 - %1 konnte nicht entfernt werden - - - failed to create %1 - %1 konnte nicht erstellt werden - - - Download failed - Download fehlgeschlagen + Logge auf Nexus ein - failed to open archive: %1 - Öffnen des Archivs fehlgeschlagen: %1 + + timeout + Zeitüberschreitung - failed to write to file %1 - Speichern in Datei "%1" fehlgeschlagen + + Please check your password + Bitte das Passwort überprüfen + + + NexusInterface - %1 written - "%1" gespeichert + + Failed to guess mod id for "%1", please pick the correct one + Konnte die mod id für "%1" nicht erraten. Bitte wähle die richtige aus - Update available - Aktualisierung verfügbar + + empty response + leere Antwort - Write To File... - In Datei speichern... + + invalid response + ungültige Antwort @@ -4856,7 +3709,7 @@ Diese Funktion ist noch in arbeit und ist sehr eingeschränkt. You can use drag&drop to move files and directories to regular mods. - + Sie können per Drag&Drop Dateien und Ordner zu regulären Mods hinzufügen. @@ -4878,14 +3731,10 @@ Diese Funktion ist noch in arbeit und ist sehr eingeschränkt. &New Folder &Neuer Ordner - - Failed to delete %1 - "%1" konnte nicht gelöscht werden - Failed to delete "%1" - + "%1" konnte nicht gelöscht werden @@ -4918,141 +3767,120 @@ Diese Funktion ist noch in arbeit und ist sehr eingeschränkt. PluginList - + + Name + Name + + + + Priority + Priorität + + + Mod Index - + Mod Index - + Flags - + Markierungen - - + + unknown - + unbekannt - + Name of your mods - + Namen Ihrer Mods - + Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority. - + Lade-Reihenfolge des Plugins.. Je höher desto "wichtiger" ist es und überschreibt damit Daten von Plugins mit niedrigerer Priorität. - + The modindex determins the formids of objects originating from this mods. - + Der ModIndex bestimmt die FormIDs von Objekten die aus dieser Mod stammen. - + failed to update esp info for file %1 (source id: %2), error: %3 - + konnte die esp information für %1 (quell id: %2) nicht aktualisieren. Fehler: %3 - + esp not found: %1 - ESP nicht gefunden: %1 + esp nicht gefunden: %1 - - + + Confirm - Bestätigen + Bestätigen - + Really enable all plugins? - + Wirklich alle Plugins aktivieren? - + Really disable all plugins? - + Wirklich alle Plugins deaktivieren? - + The file containing locked plugin indices is broken - - - - failed to open output file: %1 - konnte die Ausgabedatei nicht öffnen: %1 + Die Datei welche die Indizes gesperrter Plugins enthält ist kaputt - + 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. Einige Ihrer Plugins haben ungültige Namen! Diese Plugins können nicht vom Spiel geladen werden. Die Datei mo_interface.log enthält eine Liste der betroffenen Plugins. Bitte benennen Sie diese um. - - BOSS dll incompatible - - - - - Missing Masters - - - - - Enabled Masters - - - - - failed to restore load order for %1 - + + <b>Origin</b>: %1 + <b>Ursprung</b>: %1 - min - min + + Author + Autor - max - max + + Description + Beschreibung - + This plugin can't be disabled (enforced by the game) Dieses Plugin kann nicht deaktiviert werden (vom Spiel benötigt) - Origin: %1 - Ursprung: %1 - - - - Name - Name + Ursprung: %1 - Names of your mods - Namen Ihrer Mods - - - - Priority - Priorität - - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority - Installations-Priorität Ihres Mods. Je höher, desto wichtiger ist dieser Mod und überschreibt damit Dateien von Mods mit niedrigerer Priorität. + + Missing Masters + Fehlende Master - ModIndex - Mod Index + + Enabled Masters + Aktivierte Master - This index determines the id of items, spells, ... introduced by the mod. Their id will be "xxyyyyyy" where "xx" is this index which "yyyyyy" is determined by the mod itself. - This index determines the id of items, spells, ... introduced by the mod. Their id will be "xxyyyyyy"where xx is this index which yyyyyy is determined by the mod itself. - Dieser Index legt die ID von Gegenständen, Zaubersprüchen, etc. fest, die mit dem Mod eingeführt werden. Die ID wird "xxyyyyyy" sein, wobei "xx" dieser Index ist und "yyyyyy" vom Mod selbst bestimmt wird. + + failed to restore load order for %1 + Konnte die Ladereihenfolge für %1 nicht wiederherstellen @@ -5060,12 +3888,12 @@ Diese Funktion ist noch in arbeit und ist sehr eingeschränkt. Preview - + Vorschau Close - Schliessen + Schliessen @@ -5073,7 +3901,7 @@ Diese Funktion ist noch in arbeit und ist sehr eingeschränkt. Problems - Probleme + Probleme @@ -5082,105 +3910,105 @@ Diese Funktion ist noch in arbeit und ist sehr eingeschränkt. p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> <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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> - +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0p;"><br /></p></body></html> Close - Schliessen + Schliessen Fix - + Beheben No guided fix - + Keine geführte Problembehandlung Profile - - failed to apply ini tweaks - konnte Ini Anpassungen nicht anwenden - invalid profile name %1 - + Ungültiger Profilname %1 failed to create %1 - %1 konnte nicht erstellt werden + %1 konnte nicht erstellt werden - + failed to write mod list: %1 - + Aktualisieren der Modliste fehlgeschlagen: %1 - + failed to update tweaked ini file, wrong settings may be used: %1 - + Kombination der "ini tweaks" gescheitert, es werden evtl. falsche Spieleinstellungen verwendet: %1 - + failed to create tweaked ini: %1 - + konnte keine .ini-datei aus den Mod-spezifischen Einstellungen erzeugen: %1 - + + "%1" is missing or inaccessible + "%1" fehlt oder ist zugriffsbeschränkt + + + + + + + + invalid index %1 + ungültiger index %1 + + + Overwrite directory couldn't be parsed - + Das Verzeichnis "Overwrite" konnte nicht gelesen werden - + invalid priority %1 Ungültige Priorität %1 - + failed to parse ini file (%1) - + Konnte ini-datei (%1) nicht auslesen - + failed to parse ini file (%1): %2 Konnte ini-datei (%1) nicht auslesen: %2 - - + + failed to modify "%1" - + Konnte "%1" nicht verändern - + Delete savegames? - + Spielstände löschen? - + Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames) - - - - - - - - - invalid index %1 - ungültiger index %1 + Wollen Sie die lokalen Spielstände löschen? (Wenn Sie "Nein" wählen werden die Spielstände wieder sichtbar sobald Sie das Feature wieder aktivieren) @@ -5238,66 +4066,23 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Eine Liste der Profile. Jedes Profil enthält eine eigene Liste mit Mods und ihrer Installationsreihenfolge aus einem gemeinsamen Pool, eine Konfiguration von aktivierten ESPs und ESMs, eine Kopie der INI Datei des Spiels und einen optionalen Spielstands-Filter.</p> <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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Bemerkung</span>Aus technischen Grünen ist es derzeit nicht möglich, eine getrennte Reihenfolge für ESPs anzugeben. Das bedeutet dass die Reihenfolge, in der Mods geladen werden in jedem Profil die gleiche ist.</p></body></html> - - - Savegame Filter - Spielstand Filter - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Experimental</span><span style=" font-size:8pt;"> Enter a charactername to hide all save games from other characters in the game.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Experimentell</span><span style=" font-size:8pt;">Geben Sie den Namen eines Ihrer Spiel-Charaktere ein um alle Spielstände der anderen Charaktere zu verbergen.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Experimental</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Here you can enter a character name to filter the save games displayed inside the game. This makes it easy to have concurrent walkthroughs with different characters.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> however that autosave and quicksave are always displayed and overwritten even if they belong to a different character.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> also this may confuse the savegame counter which is why this feature is marked experimental.</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Experimentell</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hier können Sie den Namen eines Spielcharakters eingeben um die Anzeige der Spielstände zu filtern. Dies vereinfach das gleichzeitige Durchspielen mit mehreren Charakteren.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Bemerkung: </span>Derzeit werden auch Auto- und Quicksaves gemeinsam verwendet und somit überschrieben!</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Bemerkung: </span>desweiteren wird durch diese Funktion der automatische Zähler der Spielstände verwirrt, weswegen der Filter als experimentell zu betrachten ist.</p></body></html> - - - - This ensures data files from mods are actually used. You want to enable this unless you use a different tool for Archive Invalidation. - Stellt sicher, dass einzelne Dateien von Mods tatsächlich verwendet werden. Sollte aktiv sein, es sei denn Sie verwenden ein eigenes Tool um die Archiv Invalidierung durchzuführen. - - - 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. -The Mod Organizer uses a workaround called "BSA redirection" (google is your friend) to fix this issue reliably and without further work. Simply activate and forget. - -With Skyrim this bug seems to be fixed. - Die Spiele Oblivion, Fallout 3 und Fallout New Vegas enthalten einen Bug, der verhindert dass Texturen und Meshes ersetzt werden können (d.h. alle Modifkationen von Meshes und Texturen die bereits im Spiel vorhanden sind). Mod Organiser benutzt hierzu die sogenannte "BSA Redirection" (siehe Google) - auf diese Weise wird das Problem zuverlässig und ohne dass weitere Schritte nötig werden gelöst. Aktivieren Sie diese Option. - -In Skyrim wurde der Fehler von Bethesda behoben. +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Bemerkung</span>Aus technischen Gründen ist es derzeit nicht möglich, eine getrennte Reihenfolge für ESPs anzugeben. Das bedeutet dass die Reihenfolge, in der Mods geladen werden in jedem Profil die gleiche ist.</p></body></html> If checked, savegames are local to this profile and will not appear when starting with a different profile. - + Wenn dies aktiviert ist werden Spielstände lokal in diesem Profil gespeichert und sind nicht sichtbar wenn das Spiel mit einem anderen Profil gestartet wird. Local Savegames - + Lokale Spielstände + + + + This ensures data files from mods are actually used. You want to enable this unless you use a different tool for Archive Invalidation. + Stellt sicher, dass einzelne Dateien von Mods tatsächlich verwendet werden. Sollte aktiv sein, es sei denn Sie verwenden ein eigenes Tool um die Archiv Invalidierung durchzuführen. @@ -5363,18 +4148,18 @@ p, li { white-space: pre-wrap; } Rename - + Umbenennen Transfer save games to the selected profile. - + Spielstände in das gewählte Profil übertragen. Transfer Saves - + Spielstände übertragen @@ -5405,358 +4190,140 @@ p, li { white-space: pre-wrap; } failed to copy profile: %1 - Kopieren des Profils fehlgeschlagen: %1 - - - - Invalid name - - - - - Invalid profile name - - - - - Confirm - Bestätigen - - - - Are you sure you want to remove this profile (including local savegames if any)? - - - - - Profile broken - - - - - 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? - - - - Are you sure you want to remove this profile? - Sind Sie sicher, dass Sie dieses Profil löschen wollen? - - - - Rename Profile - - - - - New Name - - - - - failed to change archive invalidation state: %1 - Ändern der Archiv Invalidierung fehlgeschlagen: %1 - - - - failed to determine if invalidation is active: %1 - MO konnte nicht feststellen ob Invalidierung aktiv ist: %1 - - - - QObject - - invalid category %1 - Ungültige Kategorie %1 - - - None - Keine - - - Animations - Animationen - - - Armour - Rüstung - - - Audio - Audio - - - Cities - Städte - - - Clothing - Kleidung - - - Collectables - Sammlerobjekte - - - Creatures - Kreaturen - - - Factions - Faktionen - - - Gameplay - Spiel - - - Hair - Haare - - - Items - Gegenstände - - - Locations - Orte - - - NPCs - NSCs - - - Patches - Patche - - - Quests - Quests - - - Races & Classes - Rassen und Klassen - - - UI - Benutzeroberfläche - - - Videos - Videos - - - Weapons - Waffen - - - - - invalid 7-zip32.dll: %1 - Ungültige 7-zip32.dll: %1 - - - - "%1" is missing - "%1" fehlt - - - Failed to create "%1", do you have the necessary access rights to the installation folder? - "%1" konnte nicht erstellt werden, haben Sie die nötigen Schreibrechte für das Installations Verzeichnis? - - - - - Please select the game to manage - Bitte wählen Sie ein Spiel zum Verwalten aus - - - invalid profile %1 - Ungültiges Profil %1 - - - - Permissions required - Berechtigungen erforderlich - - - 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 "mo_helper.exe" with administrative rights). - Der aktuelle Benutzeraccount hat die erforderlichen Berechtigungen nicht um Mod Organizer auszuführen. The notwendigen Änderungen können automatisch durchgeführt werden (der aktuelle Benutzeraccount erhält Schreibzugriff auf das ModOrganizer Verzeichnis). Sie werden aufgefordert werden "mo_helper.exe" mit erhöhten Privilegien auszuführen. - - - - - Woops - Oha - - - ModOrganizer has crashed! Should a diagnostic file be created? If you send me this file by email (sherb@gmx.net), the bug is a lot more likely to be fixed. - ModOrganizer ist abgestürzt! Soll eine Diagnosedatei geschrieben werden? Wenn sie mir diese Datei per eMail (sherb@gmx.net) schicken kann dieser Fehler vermutlich eher behoben werden. - - - - 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. - - - - - 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 - - - - - ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1 - ModOrganizer ist abgestürzt! Leider konnte keine Diagnosedatei geschrieben werden: %1 - - - - An instance of Mod Organizer is already running - Mod Organizer läuft bereits - - - - No game identified in "%1". The directory is required to contain the game binary and its launcher. - Es wurde kein Spiel in "%1" gefunden. Das Verzeichnis muss das Anwendungsdatei des Spiels und des Launchers enthalten. - - - - Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!) - - - - "%1" not found - "%1" nicht gefunden - - - - Please use "Help" from the toolbar to get usage instructions to all elements - Bitte verwenden Sie die "Hilfe" Funktion um Hinweise zu Nutzung aller Elemete zu bekommen + Kopieren des Profils fehlgeschlagen: %1 - invalid row %1 - Ungültige Reihe %1 + + Invalid name + Ungültiger Name - invalid priority %1 - Ungültige Priorität %1 + + Invalid profile name + Ungültiger Profilname - - - failed to find "%1" - Konnte "%1" nicht finden + + Confirm + Bestätigen - - - <Manage...> - <Verwalten...> + + Are you sure you want to remove this profile (including local savegames if any)? + Sind sie sicher dass sie dieses Profil (inklusive der lokalen Spielstände) löschen wollen? - - failed to parse profile %1: %2 - Konnte Profil %1 nicht verarbeiten: %2 + + Profile broken + Profil defekt - encoding error, please report this as a bug and include the file mo_interface.log! - Kodierungsfehler! Bitte melden Sie dies als Bug und fügen Sie die Datei mo_interface.log bei! + + 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? + Das Profil dass sie löschen wollen scheint defekt zu sein oder der Pfad ist ungültig. Das folgende Verzeichnis wird gelöscht: "%1". Fortfahren? - - failed to access %1 - Auf %1 konnte nicht zugegriffen werden + + Rename Profile + Profil umbenennen - - failed to set file time %1 - Konnte Dateizeit nicht setzen %1 + + New Name + Neuer Name - - failed to create %1 - %1 konnte nicht erstellt werden + + failed to change archive invalidation state: %1 + Ändern der Archiv Invalidierung fehlgeschlagen: %1 - modlist.txt missing - modlist.txt fehlt + + failed to determine if invalidation is active: %1 + MO konnte nicht feststellen ob Invalidierung aktiv ist: %1 + + + QObject - failed to copy "%1" to "%2", this is going to end badly... - Konnte "%1" nicht nach "%2" kopieren. Das geht nicht gut aus... + + Failed to save custom categories + Konnte die modifizierten Kategorien nicht speichern - Before you can use ModOrganizer, you need to create at least one profile! - Bevor Sie ModOrganizer verwenden können, müssen Sie zuerst mindestens ein Profil anlegen! + + + + + invalid index %1 + ungültiger index %1 - - - Error - Fehler + + invalid category id %1 + ungültige Kategorie %1 - - - - wrong file format - Falsches Dateiformat + + invalid field name "%1" + Ungültiger Feldname "%1" - - failed to open %1 - %1 konnte nicht geöffnet werden + + invalid type for "%1" (should be integer) + ungültiger Datentyp für "%1" (integer erwartet) - - failed to spawn "%1" - "%1" konnte nicht erzeugt werden + + invalid type for "%1" (should be string) + ungültiger Datentyp für "%1" (string erwartet) - - Elevation required - + + invalid type for "%1" (should be float) + ungültiger Datentyp für "%1" (float erwartet) - - This process requires elevation to run. -This is a potential security risk so I highly advice you to investigate if -"%1" -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) - + + no fields set up yet! + noch keine Felder gesetzt! - - failed to spawn "%1": %2 - "%1" konnte nicht erzeugt werden: %2 + + field not set "%1" + feld "%1" nicht gesetzt - - "%1" doesn't exist - "%1" existiert nicht + + invalid character in field "%1" + ungültiges Zeichen in Feld "%1" - - failed to inject dll into "%1": %2 - Konnte dll nicht in "%1" einspeisen: %2 + + empty field name + leerer Feldbezeichner - - failed to run "%1" - "%1" konnte nicht ausgeführt werden + + invalid game type %1 + ungültiger Spieltyp %1 - removal of "%1" failed: %2 - remove %1 failed - %1 kann nicht entfernt werden: %2 + + helper failed + Hilfsprogramm fehlgeschlagen - removal of "%1" failed - Löschung von "%1" fehlgeschlagen + + + failed to determine account name + konnte den Accountnamen nicht bestimmen - "%1" doesn't exist (remove) - "%1" existiert nicht + + + invalid 7-zip32.dll: %1 + Ungültige 7-zip32.dll: %1 @@ -5823,53 +4390,104 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Laden der Proxy-dll konnte nicht eingerichtet werden - English - Englisch + + Permissions required + Berechtigungen erforderlich + + + + 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. + Das aktive Nutzerkonto hat nicht die nötigen Rechte Mod Organizer auszuführen. Die notwendigen Änderungen können automatisch durchgeführt werden (das MO Verzeichnis wird für den aktiven Nutzer schreibbar gemacht). Wenn sie fortfahren werden sie gefragt werden ob sie "helper.exe" als Administrator ausführen wollen. + + + + + Woops + Oha + + + + 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 + Mod Organizer ist abgestürzt! Soll eine Diagnose-Datei erstellt werden? Wenn sie mir diese Datei (%1) an sherb@gmx.net schicken wird der Fehler mit höherer Wahrscheinlichkeit behoben. Bitte fügen sie eine kurze Beschreibung bei was sie gerade getan haben als der Absturz geschah. + + + + ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1 + Mod Organizer ist abgestürzt! Leider konnte ich keine diagnose-datei schreiben: %1 - - + + Mod Organizer Mod Organizer - - Script Extender - Script Extender + + An instance of Mod Organizer is already running + Mod Organizer läuft bereits - - Proxy DLL - Proxy DLL + + No game identified in "%1". The directory is required to contain the game binary and its launcher. + Es wurde kein Spiel in "%1" gefunden. Das Verzeichnis muss das Anwendungsdatei des Spiels und des Launchers enthalten. - - helper failed - Hilfsprogramm fehlgeschlagen + + + Please select the game to manage + Bitte wählen Sie ein Spiel zum Verwalten aus - - - failed to determine account name - konnte den Accountnamen nicht bestimmen + + Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!) + Bitte wählen sie die Variante des Spiels die sie installiert haben (MO kann das Spiel nur dann korrekt starten wenn dies richtig gesetzt ist!) - - Failed to save custom categories - Konnte die modifizierten Kategorien nicht speichern + + failed to start application: %1 + konnte Anwendung nicht starten: %1 - - - - - invalid index %1 - ungültiger index %1 + + Please use "Help" from the toolbar to get usage instructions to all elements + Bitte verwenden Sie die "Hilfe" Funktion um Hinweise zu Nutzung aller Elemete zu bekommen - - invalid category id %1 - ungültige Kategorie %1 + + + <Manage...> + <Verwalten...> + + + + failed to parse profile %1: %2 + Konnte Profil %1 nicht verarbeiten: %2 + + + + failed to find "%1" + Konnte "%1" nicht finden + + + + failed to access %1 + Auf %1 konnte nicht zugegriffen werden + + + + failed to set file time %1 + Konnte Dateizeit nicht setzen %1 + + + + failed to create %1 + %1 konnte nicht erstellt werden + + + + "%1" is missing or inaccessible + "%1" is missing + "%1" fehlt oder ist zugriffsbeschränkt @@ -5877,54 +4495,82 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Bevor sie Mod Organizer nutzen können müssen Sie mindestens ein Profil erstellen. ACHTUNG: Starten sie das Spiel bitte zumindest ein mal bevor Sie das erste Profil erstellen! - - invalid field name "%1" - + + + Error + Fehler - - invalid type for "%1" (should be integer) - + + + + wrong file format + Falsches Dateiformat - - invalid type for "%1" (should be string) - + + failed to open %1 + %1 konnte nicht geöffnet werden - - invalid type for "%1" (should be float) - + + Script Extender + Script Extender - - no fields set up yet! - + + Proxy DLL + Proxy DLL - - field not set "%1" - + + failed to spawn "%1" + "%1" konnte nicht erzeugt werden - - invalid character in field "%1" - + + Elevation required + Mehr Rechte erforderlich - - empty field name - + + This process requires elevation to run. +This is a potential security risk so I highly advice you to investigate if +"%1" +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) + Diesen Prozess auszuführen erfordert zusätzliche Rechte. +Dies ist ein mögliches Sicherheitsrisiko daher empfehle ich dringend dass sie untersuchen ob +"%1" +nicht ohne diese Rechte lauffähig ist. + +Trotzdem fortfahren? (sie werden vom System gefragt werden ob sie ModOrganizer.exe erlauben wollen Systemänderungen durchzuführen) - - invalid game type %1 - + + failed to spawn "%1": %2 + "%1" konnte nicht erzeugt werden: %2 + + + + "%1" doesn't exist + "%1" existiert nicht + + + + failed to inject dll into "%1": %2 + Konnte dll nicht in "%1" einspeisen: %2 + + + + failed to run "%1" + "%1" konnte nicht ausgeführt werden failed to open temporary file - + Öffnen der temporären Datei fehlgeschlagen @@ -5932,37 +4578,37 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Mod Exists - + Mod existiert bereits 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. - + Diese mod scheint bereits installiert zu sein. Wollen sie Dateien aus diesem Archiv hinzufügen (existierende Dateien werden überschrieben oder bleiben erhalten) oder wollen sie die existierenden Dateien vollständig ersetzen (existierende Dateien werden gelöscht)? Alternativ können sie die mod unter einem anderen Namen installieren. Keep Backup - + Backup Merge - + Zusammenführen Replace - Ersetzen + Ersetzen Rename - + Umbenennen Cancel - Abbrechen + Abbrechen @@ -5970,27 +4616,27 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Save # - + Spielstand # Character - + Charakter Level - + Stufe Location - + Ort Date - + Datum @@ -5998,7 +4644,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Missing ESPs - + Fehlende ESPs @@ -6006,37 +4652,37 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Dialog - Dialog + Dialog Copy To Clipboard - + In die Zwischenablage kopieren Save As... - + Speichern unter … Close - Schliessen + Schliessen Save CSV - + Als CSV speichern Text Files - + Textdateien failed to open "%1" for writing - + "%1" konnte nicht zum Schreiben geöffnet werden @@ -6059,14 +4705,10 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe SelfUpdater - - mo_archive.dll not loaded: "%1" - mo_archive.dll nicht geladen: "%1" - archive.dll not loaded: "%1" - + archive.dll nicht geladen: "%1" @@ -6104,7 +4746,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe failed to move outdated files: %1. Please update manually. - + konnte veraltete Dateien nicht verschieben: %1. Bitte aktualisieren sie manuell. @@ -6129,16 +4771,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe no file for update found. Please update manually. - - - - - No download server available. Please try again later. - - - - no file for update found - kein Update gefunden + Keine Datei für das Update gefunden. Bitte aktualisieren sie manuell. @@ -6146,39 +4779,28 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Konnte update informationen nicht abrufen: %1 - No incremental update available for this version, the complete package needs to be installed (%1 kB) - Keine inkrementelle Aktualisierung für diese Version verfügbar. Das komplette Archiv muss installiert werden (%1 kB) - - - Failed to retrieve update information - Konnte keine Informationen über die Aktualisierung ermitteln + + No download server available. Please try again later. + Kein download server verfügbar. Bitte versuche es später noch einmal. Settings - Administrative rights required to change this. - Admistratorrechte sind erforderlich um dies zu ändern. - - - - + + attempt to store setting for unknown plugin "%1" - + es wurde versucht, Einstellungen für das unbekanntes Plugin "%1" zu speichern - + Confirm Bestätigen - + 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? - - - - Changing the mod directory affects all your profiles! Mods not present (or named differently) in the new location will be disabled in all mods. There is no way to undo this unless you backed up your profiles manually. Proceed? - Das Mod Verzeichnis zu wechseln wirkt sich auf alle Profile aus! Mods die im neuen Verzeichnis nicht existieren (oder dort anders heißen) werden in allen Profilen deaktiviert. Dies kann nicht rückgängig gemacht werden außer Sie haben ihre Profile manuell gesichert. Fortfahren? + Das Mod Verzeichnis zu wechseln wirkt sich auf alle Profile aus! Mods die im neuen Verzeichnis nicht existieren (oder dort anders heißen) werden in allen Profilen deaktiviert. Dies kann nicht rückgängig gemacht werden außer Sie haben ihre Profile manuell gesichert. Fortfahren? @@ -6219,48 +4841,49 @@ p, li { white-space: pre-wrap; } Style - + Stil graphical style - + grafischer Stil graphical style of the MO user interface - + grafischer Stil der MO Benutzeroberfläche Log Level - + Log Stufe Decides the amount of data printed to "ModOrganizer.log" - + Bestimmt die Datenmenge die in "ModOrganizer.log" ausgegeben wird. 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. - + Bestimmt die Menge an log-meldungen die in "ModOrganizer.log" geschrieben werden. +"Debug" erzeugt viele nützliche Informationen um Fehler zu finden. Der Einfluss auf die Performance ist gering aber die Datei kann sehr groß werden. Wenn dies ein Problem ist sollten sie für den regulären Betrieb "Info" verwenden. Auf dem "Error" Level bleibt das log üblicherweise vollstänig leer. Debug - + Debug Info - + Info Error - Fehler + Error @@ -6299,164 +4922,234 @@ p, li { white-space: pre-wrap; } Cache-Verzeichnis - - Disable automatic internet features - + + User interface + Benutzerschnittstelle - - 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) - + + If checked, the download interface will be more compact. + Wenn aktiv wird die Downloadliste kompakter dargestellt. - - Offline Mode - + + Compact Download Interface + Kompakte Downloadliste - - Use a proxy for network connections. - + + If checked, the download list will display meta information instead of file names. + Wenn aktiv werden in der Downloadliste Metainformationen statt Dateinamen angezeigt. - - 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. - + + Download Meta Information + Meta Informationen in Downloadliste - - Use HTTP Proxy (Uses System Settings) - + + Reset stored information from dialogs. + Gespeicherte Dialoginformation zurücksetzen. - - Associate with "Download with manager" links - + + This will make all dialogs show up again where you checked the "Remember selection"-box. + Dies führt dazu dass alle Dialoge wieder angezeigt werden bei denen sie die "Auswahl merken"-box angewählt hatten. - - Known Servers (updated on download) - + + Reset Dialogs + Dialoge zurücksetzen - - Preferred Servers (Drag & Drop) - + + + Modify the categories available to arrange your mods. + Kategorien anpassen mit denen Mods sortiert werden können. - ... - ... + + Configure Mod Categories + Mod Kategorien anpassen - Choose the integrated fomod installer over the external one wherever possible. - Wenn möglich den integrierten Installer für fomod-Archive verwenden. + + + Nexus + Nexus - Use the integrated fomod installer if possible. This installer is only able to handle archives scripted using an xml-file (that's maybe half the fomods out there), other files are still installed using the external installer if it's available. - Wenn möglich den integrierten Installer für fomod-Archive verwenden. Dieser Installer kann nur mit Archiven umgehen die mittels xml-Dateien geskriptet wurden (ungefähr die Hälfte der fomods), andere fomods werden mittels des externen Installers (NCC) installiert wenn dieser verfügbar ist. + + Allows automatic log-in when the Nexus-Page for the game is clicked. + Erlaubt MO sich automatisch im Nexus anzumelden, wenn die Nexus Registerkarte für das Spiel ausgewählt wird. - Prefer integrated fomod installer - Integrierten fomod Installer vorziehen + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Erlaubt es MO sich automatisch am Nexus für dieses Spiel anzumelden. Bitte beachten Sie, dass die Verschlüsselung des Kennworts in MO nicht besonders stark ist. Wenn Sie Bedenken haben, dass jemand Ihr Kennwort stehlen kann, speichern Sie es nicht in MO ab.</span></p></body></html> - Use a very simple installation dialog if MO recognizes the structure of the installation archive. If you prefer your life complicated, uncheck this box. - Bietet einen sehr einfachen Installationsdialog wenn MO die Verzeichnisstruktur des Archivs erkennt. Wenn Ihnen das Leben zu einfach ist, deaktivieren Sie diese Option. + + If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic. + Wenn dies ausgewählt ist und gültige Login Informationen unten eingegeben werden passiert der log-in bei Nexus automatisch (sobald MO darauf zugreift). - Enable "Quick Installer" - "Express Installer" aktivieren + + Automatically Log-In to Nexus + Automatisch in Nexus anmelden - - - Modify the categories available to arrange your mods. - Kategorien anpassen mit denen Mods sortiert werden können. + + Username + Nutzername - - Reset stored information from dialogs. - + + Password + Kennwort - - This will make all dialogs show up again where you checked the "Remember selection"-box. - + + Disable automatic internet features + Automatsiche Internet-funktionen deaktivieren - - Reset Dialogs - + + 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) + Automatische Internetzugriffe unterbinden. Dies wirkt sich nicht auf solche Funktionen aus die explizit vom Benutzer ausgelöst werden (wie die Prüfung von Mods auf Updates) - - Configure Mod Categories - Mod Kategorien anpassen + + Offline Mode + Offline Modus - - If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic. - + + Use a proxy for network connections. + Proxy für Netzwerkverbindung nutzen. + + + + 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. + Proyx für Netzwerkverbindung nutzen. Dies greift auf die system-weite Einstellung zurück die z.B. über den Internet Explorer konfiguriert werden kann. Bitte beachten sie dass MO mit dieser Einstellung auf einigen Systemen ein paar Sekunden länger zum starten braucht. + + + + Use HTTP Proxy (Uses System Settings) + HTTP Proxy verwenden (Nutzt Systemeinstellung) - Handle NXM Links - NXM Links behandeln + + Associate with "Download with manager" links + Mit i"Download with manager" links verknüpfen - If checked, MO will use an external browser for buttons like "Visit on Nexus" instead of the integrated one. - Wenn dies aktiviert ist wird MO Ihren Standardbrowser für Buttons wie "Visit on Nexus" verwenden. + + Known Servers (updated on download) + Bekannte Server (wird bei jedem Download aktualisiert) - Prefer external browser - Standardbrowser vorziehen + + Preferred Servers (Drag & Drop) + Bevorzugte Server (Drag & Drop) - + Plugins - + Plugins - + Author: - + Autor: - + Version: - + Version: - + Description: - + Beschreibung: - + Key - + Schlüssel - + Value - + Wert - + Blacklisted Plugins (use <del> to remove): - + Gesperrte Plugins (<entf> drücken um Plugins von dieser List zu entfernen): - + Workarounds Workarounds - + + Steam App ID + Steam AppID + + + + The Steam AppID for your game + Die Steam AppID für Ihr Spiel + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &quot;Mod Organizer&quot; load mechanism may not work properly.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The preset for this is the App ID of the &quot;regular&quot; version so in most cases, you should be set.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you think you have a different version (GotY or something), follow these steps to get to the id:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1. Navigate to the game library in steam</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2. right-click on the game you need the id for and choose </span><span style=" font-size:8pt; font-weight:600;">Create desktop shortcut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">3. right-click on the newly created shortcut on your desktop and select </span><span style=" font-size:8pt; font-weight:600;">Properties</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4. in the URL-field you should see something like this: </span><span style=" font-size:8pt; font-style:italic;">steam://rungameid/22380</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">22380 is the id you're looking for.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Die Steam AppID wird benötigt um einige Spiele direkt zu starten. Wenn dies nicht oder falsch gesetzt ist, wird die Methode &quot;Mod Organiser&quot; für Skyrim unter Umständen nicht funktionieren.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Die Voreinstellung ist die AppID für die normale Version, was in den meisten Fällen ausreicht.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Wenn Sie vermuten, dass Sie eine andere Version haben (z.Bz. GotYI), führen Sie folgende SChritte durch um die ID anzupassen:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1. Navigieren Sie zu Ihrer Spielbibliothek in Steam</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2. Klicken Sie rechts auf das Spiel, dessen ID Sie benötigen und wählen sie &quot;Desktop Verknüpfung erstellen&quot;.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">3. Klicken Sie rechts auf die erstellte Verknüpfung und wählen Sie &quot;Eigenschaften&quot;.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4. Im URL Feld sollten Sie etwas sehen wie: </span><span style=" font-size:8pt; font-style:italic;">steam://rungameid/22380</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">In diesem Fall ist 22380 die gesuchte AppID.</span></p></body></html> + + + Load Mechanism Lademechanismus - + + Select loading mechanism. See help for details. + Lade-Mechanismus auswählen. Siehe Hilfe für mehr Details. + + + 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. @@ -6464,199 +5157,109 @@ There are several means to do this: *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. - + Mod Organizer benötigt eine dll die in das Spiel injiziert wird um installierte Mods sichtbar zu machen. +Es gibt mehrere Wege dies zu tun: +*Mod Organizer* (Standard) In diesem Modus kümmert sich Mod Organizer selber um die Injizierung. Der Nachteil ist, dass sie das Spiel immer über MO starten müssen. +*Script Extender* In diesem Modus wird besagte dll als Script Extender (obse, fose, nvse, skse) plugin installiert. +*Proxy DLL* In diesem Modus ersetzt MO eine der dlls des Spiels mit einer die die MO dll lädt (und dann natürlich auch die ursprüngliche dll). Dies funktioniert NUR mit Steam spielen und es wurde nur mit Skyrim getestet. Bitte verwenden sie diesen Mechanismus nur wenn die anderen nicht verwendet werden können. + +Wenn sie die Steam version von Oblivion verwenden wird der Standardweg nicht funktionieren. In dem Fall installieren sie bitte obse und nutzen "Script Extender" als Lademechanismus. Außerdem ist es dann nicht möglich Oblivion von MO aus zu starten. Verwenden sie MO nur um Mods einzurichten, beenden es und starten Oblivion über Steam. - + NMM Version - + NMM Version - + The Version of Nexus Mod Manager to impersonate. - + Die Version des Nexus Mod Manager zu der MO sich als "kompatibel" melden soll. - + 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. tl;dr-version: If Nexus-features don't work, insert the current version number of NMM here and try again. - + Mod Organizer verwendet eine Schnitttelle die von Nexus zur Verfügung gestellt wird um Funktionen wie update-Prüfung und Datei-downloads zu ermöglichen. Tools die diese Schnittstelle verwenden müssen melden mit welcher Version des Nexus Mod Managers sie kompatibel sind um zugriff zu erhalten. +Nexus hat diese Versionsnummer in der Vergangenheit verwendet um veraltete NMM Versionen auszuschließen. Da dieser Ausschluss sich auf defekte in NMM bezieht die nichts mit MO zu tun haben haben sie hier die Möglichkeit die Nummer einer funktionierenden NMM Version anzugeben. +Bitte beachten sie dass MO sich auch als MO beim Webserver meldet, es "tarnt" sich nicht als NMM. + +tl;dr-version: Wenn Nexus-Funktionen nicht funktionieren kann es helfen hier die aktuelle Versionsnummer von NMM einzutragen und erneut zu probieren. - + Enforces that inactive ESPs and ESMs are never loaded. Stellt sicher, dass inaktive ESP und ESM Dateien nie geladen werden. - + 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. Manche Spiele scheinen gelegentlich ESP oder ESM Dateien zu laden auch wenn sie nicht als Plugins aktiviert wurden. Wenn der Haken aktiviert wurde, sind ESP und ESM Dateien die nicht ausgewählt wurden für das Spiel unsichtbar und können nicht geladen werden. - + Hide inactive ESPs/ESMs Inaktive ESP / ESM ausblenden - + If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on) - + Wenn aktiv können Dateien (insbesondere esps, esms und bsas) die zum Kernspiel gehören nicht deaktiviert werden. (Standard: aktiv) - + 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. - + Wenn aktiv können Dateien (insbesondere esps, esms und bsas) die zum Kernspiel gehören nicht deaktiviert werden. (Standard: aktiv) +Deaktivieren sie dies wenn sie Mod Organizer mit einer "total conversion" (wie Nehrim) nutzen wollen aber beachten sie dass das Speil abstürzen wird wenn benötigte Dateien nicht aktiv sind. - + Force-enable game files - - - - - - 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! - Für Skyrim kann dies als Alternative zur Archiv Invalidierung verwendet werden. Damit erübrigt sich AI für alle Profile. -Für die anderen Spiele ist dies KEIN hinreichender Ersatz für AI! + Laden von benötigten Spieldateien erzwingen - - Back-date BSAs - BSAs zurückdatieren + + 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. + Deaktivieren Sie dies um Mods die außerhalb von MO installiert wurden nicht mehr anzuzeigen (linke Liste). Inhalte dieser Mods haben dann immer niedrigere Priorität als Mods die mit MO installiert wurden. - These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. - - - - These are workarounds for problems with Mod Organizer. They are usually not neccessary. Please make sure you read the help text before changing anything here. - Dies sind Workarounds für Probleme mit Mod Organizer. Normalerweise sollten sie nicht notwendig sein. Bitte lesen Sie die Hilfetexte bevor Sie etwas ändern. - - - Load - Lade-Methode - - - - Select loading mechanism. See help for details. - Lade-Mechanismus auswählen. Siehe Hilfe für mehr Details. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Mod Organizer needs a dll to be injected into the game so all mods are visible to it.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">There are several means to do this:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Mod Organizer</span><span style=" font-size:8pt;"> (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. This does not work for the Steam version of Oblivion!</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Script Extender</span><span style=" font-size:8pt;"> In this mode, MO is installed as a Script Extender (obse, fose, nvse, skse) plugin. (recommended if you have a script extender installed)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Proxy DLL</span><span style=" font-size:8pt;"> 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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Mod Ograniser benötigt eine DLL die in das Spiel eingespeist wird, damit alle Mods sichtbar sind.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Es gibt mehrere Wege, dies zu tun:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Mod Organizer</span><span style=" font-size:8pt;"> (Standard) In diesem Modus lädt Mod Organiser selber die dll. Das Nachteil ist, dass Sie das Spiel immer durch MO oder einen von MO erzeugten Link starten müssen. Dies funktioniert nicht bei den Steam Versionen!</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Script Extender</span><span style=" font-size:8pt;"> In diesem Modus wird MO als Erweiterung zu Script Extender (obse, fose, nvse, skse...) installiert. (Empfohlen, wenn Sie einen SCript Extender installiert haben)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Proxy DLL</span><span style=" font-size:8pt;"> In diesem Modus ersetzt MO eine der dll Dateien des Spiels mit einer eigenen Version, die MO lädt (und die originale dll natürlich). Dies funktioniert NUR mit Steam Versionen und wurde bisher nur mit Skyrim getestet. Bitte verwenden Sie diesen Modus nur, wenn keine der anderen Varianten funktioniert.</span></p></body></html> - - - - Steam App ID - Steam AppID - - - - The Steam AppID for your game - Die Steam AppID für Ihr Spiel - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &quot;Mod Organizer&quot; load mechanism may not work properly.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The preset for this is the App ID of the &quot;regular&quot; version so in most cases, you should be set.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you think you have a different version (GotY or something), follow these steps to get to the id:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1. Navigate to the game library in steam</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2. right-click on the game you need the id for and choose </span><span style=" font-size:8pt; font-weight:600;">Create desktop shortcut</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">3. right-click on the newly created shortcut on your desktop and select </span><span style=" font-size:8pt; font-weight:600;">Properties</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4. in the URL-field you should see something like this: </span><span style=" font-size:8pt; font-style:italic;">steam://rungameid/22380</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">22380 is the id you're looking for.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The Steam App ID is in required to directly start some games. For Skyrim, if this is not set or wrong, the &quot;Mod Organizer&quot; load mechanism may not work properly.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The preset for this is the App ID of the &quot;regular&quot; version so in most cases, you should be set.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you think you have a different version (GotY or something), follow these steps to get to the id:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1. Navigate to the game library in steam</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2. right-click on the game you need the id for and choose </span><span style=" font-size:8pt; font-weight:600;">Create desktop shortcut</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">3. right-click on the newly created shortcut on your desktop and select </span><span style=" font-size:8pt; font-weight:600;">Properties</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4. in the URL-field you should see something like this: </span><span style=" font-size:8pt; font-style:italic;">steam://rungameid/22380</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">22380 is the id you're looking for.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Die Steam AppID wird benötigt um einige Spiele direkt zu starten. Wenn dies nicht oder falsch gesetzt ist, wird die Methode &quot;Mod Organiser&quot; für Skyrim unter Umständen nicht funktionieren.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Die Voreinstellung ist die AppID für die normale Version, was in den meisten Fällen ausreicht.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Wenn Sie vermuten, dass Sie eine andere Version haben (z.Bz. GotYI), führen Sie folgende SChritte durch um die ID anzupassen:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1. Navigieren Sie zu Ihrer Spielbibliothek in Steam</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2. Klicken Sie rechts auf das Spiel, dessen ID Sie benötigen und wählen sie &quot;Desktop Verknüpfung erstellen&quot;.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">3. Klicken Sie rechts auf die erstellte Verknüpfung und wählen Sie &quot;Eigenschaften&quot;.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4. Im URL Feld sollten Sie etwas sehen wie: </span><span style=" font-size:8pt; font-style:italic;">steam://rungameid/22380</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">In diesem Fall ist 22380 die gesuchte AppID.</span></p></body></html> - - - - Allows automatic log-in when the Nexus-Page for the game is clicked. - Erlaubt MO sich automatisch im Nexus anzumelden, wenn die Nexus Registerkarte für das Spiel ausgewählt wird. - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Erlaubt es MO sich automatisch am Nexus für dieses Spiel anzumelden. Bitte beachten Sie, dass die Verschlüsselung des Kennworts in MO nicht besonders stark ist. Wenn Sie Bedenken haben, dass jemand Ihr Kennwort stehlen kann, speichern Sie es nicht in MO ab.</span></p></body></html> + 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. + Standardmäßig zeigt Mod Organizer esp+bsa Bündel die mit Tools anderer Anbieter installiert wurden in seiner Modliste an (linke Liste). Dies erlaubt Ihnen die Priorität dieser Mods zu kontrollieren. Dies funktioniert besonders gut mit Mods die im Steam Workshop installiert wurden. +Wenn Sie allerdings Mods außerhalb von MO installiert haben die loose Dateien beinhalten und diese im Konflikt stehen mit BSAs die ebenfalls außerhalb von MO installiert wurden dann werden diese Konflikte anders aufgelöst als wenn dieses Feature nicht existieren würde. Dies kann zu Problemen führen. + +Wenn Sie diese Funktion deaktivieren wird MO nur noch die offiziellen DLCs auf diese Weise anzeigen. Bitte beachten Sie: Plugins (also esps und esms) auf der rechten Seite sind von dieser Option nicht betroffen. - - - Nexus - Nexus + + Display mods installed outside MO + Mods anzeigen die außerhalb von MO installiert wurden - - Automatically Log-In to Nexus - form is not wide enough - Automatisch in Nexus anmelden + + + 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! + Für Skyrim kann dies als Alternative zur Archiv Invalidierung verwendet werden. Damit erübrigt sich AI für alle Profile. +Für die anderen Spiele ist dies KEIN hinreichender Ersatz für AI! - - Username - Nutzername + + Back-date BSAs + BSAs zurückdatieren - - Password - Kennwort + + These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. + Dies sind Workarounds für Probleme mit Mod Organizer. Bitte lesen sie unbedingt die Hilfetexte bevor sie hier etwas ändern. @@ -6676,12 +5279,12 @@ p, li { white-space: pre-wrap; } Confirm? - + Bestätigen? This will make all dialogs show up again where you checked the "Remember selection"-box. Continue? - + Dies führt dazu dass alle Dialog wieder angezeigt werden in denen Sie "Auswahl speichern" selektiert hatten. Fortsetzen? @@ -6705,7 +5308,6 @@ p, li { white-space: pre-wrap; } Manual - oder "Anleitung", aber ich gehe mal von Manuell aus. Manuell @@ -6728,7 +5330,6 @@ p, li { white-space: pre-wrap; } - failed to connect to running instance: %1 konnte nicht an die laufende Instanz verbinden: %1 @@ -6740,14 +5341,10 @@ p, li { white-space: pre-wrap; } SyncOverwriteDialog - - Dialog - Dialog - Sync Overwrite - + Overwrite synchronisieren @@ -6775,57 +5372,22 @@ p, li { white-space: pre-wrap; } konnte %1 nicht nach %2 verschieben - - TextViewer - - Log Viewer - Log Ansicht - - - Placeholder - Platzhalter - - - Save changes? - Änderungen speichern? - - - Do you want to save changes to %1? - Wollen Sie die Änderungen an %1 speichern? - - - failed to write to %1 - Schreiben von %1 fehlgeschlagen - - - file not found: %1 - Datei nicht gefunden: %1 - - - Save - Speichern - - TransferSavesDialog - - Dialog - Dialog - Transfer Savegames - + Spielstände übertragen Global Characters - + Globale Charaktere This is a list of characters in the global location. - + Dies ist eine Liste der Charaktere an der globalen Stelle. @@ -6837,15 +5399,14 @@ On Windows Vista/Windows 7: On Windows XP: C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves - This is a list of characters in the global location. + Dies ist eine Liste der Charaktere im Profil-unabhängigen Verzeichnis. -On Windows Vista/Windows 7: - C:\Users\[UserName]\Documents\My Games\Skyrim\Saves +Unter Windows Vista oder neuer ist dies: + c:\Benutzer\[Benutzername]\Dokumente\My Games\Skyrim\Saves -On Windows XP: - C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves - - +Unter Windows XP: + c:\Dokumente und Einstellungen\[Benutzername]\Meine Dokumente\My Games\Skyrim\Saves + @@ -6858,47 +5419,55 @@ On Windows XP: C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves - + Dies ist eine Liste der Spielstände für den gewählten Charakter an der globallen Stelle. + +Unter Windows Vista/Windows 7: + C:\Benutzer\[Benutzername]\Dokumente\My Games\Skyrim\Saves + +Unter Windows XP: + C:\Dokumente und Einstellungen\[Benutzername]\Eigene Dokumente\My Games\Skyrim\Saves + + Move -> - + Verschieben -> Copy -> - + Kopieren -> <- Move - + <- Verschieben <- Copy - + <- Kopieren Done - Fertig + Fertig Profile Characters - + Profil Charaktere Overwrite - + Overwrite Overwrite the file "%1" - + Datei "%1" überschreiben @@ -6906,23 +5475,23 @@ On Windows XP: Confirm - Bestätigen + Bestätigen Copy all save games of character "%1" to the profile? - + Alle Spielstände des Charakters "%1" ins Profil kopieren? 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. - + Ale Spielstände des Charakters "%1" an die globale Stelle verschieben? Bitte beachten sie dass dies die laufende Nummer der Spielstände durcheinander bringt. 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. - + Alle Spielstände des Charakters "%1" an die globale Stelle verschieben? Bitte beachten sie dass dies die laufende Nummer der Spielstände durcheinander bringt. diff --git a/src/organizer_es.ts b/src/organizer_es.ts index 1dcb62c3..ec276cef 100644 --- a/src/organizer_es.ts +++ b/src/organizer_es.ts @@ -7,42 +7,42 @@ About - + Sobre Revision: - + Revisión: Used Software - + Software Usado Credits - + Créditos Translators - + Traductores Others - + Otros Close - Cerrar + Cerrar No license - + Sin licencia @@ -50,15 +50,7 @@ Activate Mods - Mods Activos - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of esps and esms that were active when the save game was created.</span></p></body></html> - Esta es la lista de esps and esms que estaban activos cuando se guardo esta partida. + Activar Mods @@ -75,8 +67,8 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">For each esp, the right column contains the mod (or mods) that can be enabled to make the missing esps/esms available.</span></p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you hit Ok, all the mods selected in the right columns and all missing esps that have become available will be activated.</span></p></body></html> - Esta es la lista de esps and esms que estaban activos cuando se guardo esta partida. -Para cada esp. La lista de la derecha contiene el mod (o mods) que pueden seractivados. + 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. @@ -101,7 +93,7 @@ Si pulsas Aceptar, todos los mods seleccionados en la columna de la derecha sera BAIN Package Installer - Instalador de paquete BAIN + Instalador de Paquete BAIN @@ -122,7 +114,7 @@ Si pulsas Aceptar, todos los mods seleccionados en la columna de la derecha sera 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. - Componentes de este paquete. /nSi existe un componente llamado "00 Core" es requerido. Las opciones de orden y prioridad han sido definidas por el autor. + 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. @@ -133,13 +125,13 @@ If there is a component called "00 Core" it is usually required. Optio Package.txt - Package.txt + Paquete.txt Opens a Dialog that allows custom modifications. - Abre el dialogo para la personalizacion. + Abre un diálogo que permite modificaciones personalizadas. @@ -149,7 +141,7 @@ If there is a component called "00 Core" it is usually required. Optio Ok - Ok + Aceptar @@ -157,6 +149,29 @@ If there is a component called "00 Core" it is usually required. Optio Cancelar + + BrowserDialog + + + Some Page + + + + + Search + + + + + new + + + + + failed to start download + + + CategoriesDialog @@ -172,12 +187,12 @@ If there is a component called "00 Core" it is usually required. Optio Internal ID for the category. - ID interna para la categoria. + ID interna para la categoría. 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. - Identificador interno de la categoría. Las categorías que pertenece un mod se almacenan por este ID. Se recomienda utilizar nuevas identificaciones para categorías, agregar en lugar de reutilizar los ya existentes. + Identificador interno de la categoría. Las categorías que pertenecen a un mod se almacenan por este ID. Se recomienda utilizar nuevas identificaciones para categorías, agregar en lugar de reutilizar los ya existentes. @@ -188,7 +203,7 @@ If there is a component called "00 Core" it is usually required. Optio Name of the Categorie used for display. - Nombre de la categoria + Nombre de la categoría que se utiliza para la visualización. @@ -209,7 +224,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.</span></p></body></html> - + 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 @@ -219,7 +234,7 @@ p, li { white-space: pre-wrap; } If set, the category is defined as a sub-category of another one. Parent ID needs to be a valid category ID. - Si activado, la categoria es definida como una sub-categoria de otra. Parent ID necesita una ID de categoria valida. + Si esta activado, la categoría es definida como una sub-categoría de otra. Parent ID necesita una ID de categoría valida. @@ -237,40 +252,40 @@ p, li { white-space: pre-wrap; } Login - + Inicio de sesión This feature may not work unless you're logged in with Nexus - + Esta función puede no funcionar a menos que estes conectado con Nexus Username - Usuario + Nombre de usuario Password - Contraseña + Contraseña Remember - + Recordar Never ask again - + No volver a preguntar DirectoryRefresher - + failed to read bsa: %1 - + fallo al leer bsa: %1 @@ -278,27 +293,27 @@ p, li { white-space: pre-wrap; } Name - Nombre + Nombre Filetime - + Tiempo del archivo Done - + Realizado Information missing, please select "Query Info" from the context menu to re-retrieve. - + Falta información, por favor selecciona "Consulta de Información" en el menú contextual para volver a recuperar. pending download - + descarga pendiente @@ -307,32 +322,32 @@ p, li { white-space: pre-wrap; } Placeholder - Marcador de posicion + Marcador de posición - - + + Done - Double Click to install Listo. Doble click para instalar - - + + Paused - Double Click to resume - + Pausado - Doble Click para reanudar - - + + Installed - Double Click to re-install - + Instalado - Hacer doble clic para reinstalar - - + + Uninstalled - Double Click to re-install - + Desinstalado - Hacer doble clic para reinstalar @@ -341,262 +356,262 @@ p, li { white-space: pre-wrap; } Placeholder - + Marcador de posicion Done - + Realizado DownloadListWidgetCompactDelegate - - - - - Are you sure? - Estas seguro? - - - - This will remove all finished downloads from this list and from disk. - Esto limpiara todas las descargas finalizadas del disco y la lista. - - - - This will remove all installed downloads from this list and from disk. - - - - - Install - Instalar - - - - Query Info - - - - - Remove - - - - - Cancel - Cancelar - - - + < mod %1 file %2 > - + < mod %1 file %2 > - + Pending - + Pendiente - + Paused - + Pausado - + Fetching Info 1 - + Recibiendo información 1 - + Fetching Info 2 - + Recibiendo información 2 - + Installed - + Instalado - + Uninstalled - + Desinstalado - + Done - + Realizado + + + + + + + Are you sure? + ¿Estás seguro? + + + + This will remove all finished downloads from this list and from disk. + Esto limpiara todas las descargas finalizadas del disco y la lista. + + + + This will remove all installed downloads from this list and from disk. + Esto limpiara todas las descargas instaladas del disco y de la lista. - + This will permanently remove all finished downloads from this list (but NOT from disk). - + Esta acción eliminará todas las descargas terminadas de esta lista (pero NO del disco). - + This will permanently remove all installed downloads from this list (but NOT from disk). - + Esta acción eliminará permanentemente todas las descargas instaladas de esta lista (pero NO del disco) - Delete - + Install + Instalar - Un-Hide - + Query Info + Información de Consulta - Remove from View - + Delete + Eliminar + + + + Un-Hide + Un-Hide - Pause - + Remove from View + Quitar de la Vista + Cancel + Cancelar + + + + Pause + Pausa + + + + Remove + Eliminar + + + Resume - + Reanudar - + Delete Installed... - + Eliminar Instalado... - + Delete All... - + Eliminar todo... - + Remove Installed... - + Quitar Instalado... - + Remove All... - Quitar todos... + Quitar Todo... DownloadListWidgetDelegate - - - - + + < mod %1 file %2 > + < mod %1 file %2 > + + + + Pending + Pendiente + + + + Fetching Info 1 + Recibiendo información 1 + + + + Fetching Info 2 + Recibiendo información 2 + + + + + + Are you sure? - Estas seguro? + ¿Estás seguro? - + This will remove all finished downloads from this list and from disk. Esto limpiara todas las descargas finalizadas del disco y la lista. - + This will remove all installed downloads from this list and from disk. - + Esto eliminará todas las descargas finalizadas de la lista y del disco. - + This will remove all finished downloads from this list (but NOT from disk). - + Esto eliminará todas las descargas finalizadas de la lista (pero NO del disco). - + This will remove all installed downloads from this list (but NOT from disk). - + Esto eliminará todas las descargas instaladas de esta lista (pero NO del disco). - + Install Instalar - + Query Info - + Información de Consulta - + Delete - + Eliminar - + Un-Hide - + Un-Hide - + Remove from View - - - - - Remove - Quitar + Quitar de la Vista - + Cancel Cancelar - - < mod %1 file %2 > - - - - - Pending - - - - - Fetching Info 1 - - - - - Fetching Info 2 - + + Pause + Pausa - - Pause - + + Remove + Quitar - + Resume - + Reanudar - + Delete Installed... - + Eliminar Instalado... - + Delete All... - + Eliminar Todo... - + Remove Installed... - + Eliminando Instalación... - + Remove All... Quitar todos... @@ -604,136 +619,175 @@ p, li { white-space: pre-wrap; } DownloadManager - + failed to rename "%1" to "%2" + Fallo al renombrar "%1" a "%2" + + + + Memory allocation error (in refreshing directory). - + Download again? - + ¿Descargar de nuevo? - + 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. - + Un archivo con el mismo nombre ya se ha descargado. ¿Quieres volver a descargarlo? El nuevo archivo recibirá un nombre diferente. - + failed to download %1: could not open output file: %2 error en la descarga %1: no se puede abrir el fichero de destino: %2 - + Wrong Game - + Juego Incorrecto - + The download link is for a mod for "%1" but this instance of MO has been set up for "%2". - + El enlace de descarga es un mod para "%1" pero en este caso MO se ha creado para "%2". + + + + + + + + + + + + + + + + + + + invalid index + Índice no válido. - + failed to delete %1 - + fallo al borrar %1 - + failed to delete meta file for %1 - + fallo al eliminar el archivo meta de 1% - - - - - + + + + + invalid index %1 - indice invalido %1 + Índice no válido %1 - - Information updated + + No known download urls. Sorry, this download can't be resumed. - - - No matching file found on Nexus! Maybe this file is no longer available or it was renamed? - + + Please enter the nexus mod id + Por favor, introduzca la ID del mod en nexus - - No file on Nexus matches the selected file by name. Please manually choose the correct one. - + + Mod ID: + ID del MOD - - No download server available. Please try again later. - + + Main + Principal - - Failed to request file info from nexus: %1 + + Update - - Download failed. Server reported: %1 - + + Optional + Opcional - - Download failed: %1 (%2) - + + Old + Antiguo - failed to delete file - error borrando el fichero + + Misc + Misc - - - - - - - - - - - - - - - - invalid index - indice invalido + + Unknown + Desconocido - - Please enter the nexus mod id + + Memory allocation error (in processing progress event). - - Mod ID: + + Memory allocation error (in processing downloaded data). - Failed to request file info from nexus! - Fallo la peticion de fichero de Nexus! + + Information updated + Información actualizada - - failed to re-open %1 - error reabriendo %1 + + + No matching file found on Nexus! Maybe this file is no longer available or it was renamed? + ¡Ningún archivo que corresponda se encuentra en Nexus! ¿Tal vez este archivo ya no está disponible o fue renombrado? + + + + No file on Nexus matches the selected file by name. Please manually choose the correct one. + Ningún archivo de Nexus coincide con el archivo seleccionado por su nombre. Por favor, elegir manualmente el correcto. + + + + No download server available. Please try again later. + No hay ningún servidor de descarga disponible. Por favor, inténtelo de nuevo más tarde. - failed to parse nexus response - error de respuesta de nexus + + Failed to request file info from nexus: %1 + Fallo al solicitar información de archivo desde nexus: %1 + + + + Download failed. Server reported: %1 + Error en la descarga. Informe servidor: %1 + + + + Download failed: %1 (%2) + Fallo en la descarga: %1 (%2) + + + + failed to re-open %1 + error reabriendo %1 @@ -794,7 +848,7 @@ p, li { white-space: pre-wrap; } Start in - + Comienzo en @@ -810,31 +864,35 @@ p, li { white-space: pre-wrap; } Allow the Steam AppID to be used for this executable to be changed. - + Permite la AppID de Steam para ser usada por este ejecutable para ser cambiada. 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. - + Permitir que el AppID de Steam se utilice para ser cambiado este ejecutable. +Todos los juegos/herramientas distribuidas a través de Steam tiene un identificador único. MO necesita saber este ID para iniciar esos programas directamente, de lo contrario el programa se inicia por medio de Steam y MO no funcionará. Por defecto, MO utilizará el AppID para el juego. +En este momento el único caso que conozco donde esto debe ser sobreescrito es para el Skyrim Creation Kit que tiene su propio AppID. Esta sobrescritura ya está preconfigurada. Overwrite Steam AppID - + Sobrescribir AppID Steam Steam AppID to use for this executable that differs from the games AppID. - + Steam AppID usa este ejecutable para diferenciar los juegos AppID. 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. - + Steam AppID usa este ejecutable que es diferente a la AppID del juego. +Todos los juegos/distribuyen herramientas a través de Steam que tiene un identificador único. MO necesita saber este ID para iniciar esos programas directamente, de lo contrario el programa se iniciara por medio de Steam y MO no funcionará. Por defecto, MO utilizará el AppID para el juego (normalmente 72850). +En este momento el único caso que conozco donde esto debe ser sobreescrito es para el Skyrim Creation Kit que tiene su propio AppID (normalmente 202480). Esta sobrescritura ya está preconfigurada. @@ -874,7 +932,7 @@ Right now the only case I know of where this needs to be overwritten is for the Close - Cerrar + Cerrar @@ -884,58 +942,54 @@ Right now the only case I know of where this needs to be overwritten is for the Executable (%1) - + Ejecutable (%1) Java (32-bit) required - + Java (32-bit) requeredo MO requires 32-bit java to run this application. If you already have it installed, select javaw.exe from that installation as the binary. - + MO requiere Java de 32 bits para ejecutar esta aplicación. Si ya se ha instalado, seleccione javaw.exe desde esa instalación como el binario. Select a directory - + Seleccione un directorio Confirm - Confirma + Confirmar Really remove "%1" from executables? - + Realmente eliminar "%1" de ejecutables? + + + + Modify + Modificar Save Changes? - + ¿Guardar cambios? You made changes to the current executable, do you want to save them? - + Has hecho cambios en el ejecutable actual, quieres salvarlos? MO must be kept running or this application will not work correctly. - - - - Executable (*.exe *.bat) - Ejecutable (*.exe *.bat) - - - - Modify - Modificar + MO debe mantenerse en ejecución o esta aplicación no funcionará correctamente. @@ -980,60 +1034,52 @@ Right now the only case I know of where this needs to be overwritten is for the FOMOD Installation Dialog - + FOMOD Diálogo de Instalación Name - Nombre + Nombre Author - + Autor Version - + Version Website - + Página web <a href="#">Link</a> - + <a href="#">Link</a> Manual - Manual + Manual Back - + Atrás Next - + Siguiente Cancel - Cancelar - - - None - Nada - - - Install - Instalar + Cancelar @@ -1073,30 +1119,6 @@ Right now the only case I know of where this needs to be overwritten is for the Content of the archive. You can change the directory structure by using drag&drop. Hint: Also try right clicking... Contenido del fichero. Puedes cambiar la estructura del directorio usando agarrar y arrastrar. Truco: Tambien puedes usar boton derecho... - - - Placeholder - Marcador de posicion - - - - OK - OK - - - - Cancel - Cancelar - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Content of the archive. You can change the directory structure by using drag&amp;drop. </span><span style=" font-size:8pt; font-weight:600;">Hint</span><span style=" font-size:8pt;">: Also try right clicking</span></p></body></html> - Contenido del archivo. Puedes cambiar la estructura de ficheros simplemente arrastrando y soltando. -Truco: Tambien puedes probar el boton derecho. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -1107,51 +1129,27 @@ p, li { white-space: pre-wrap; } 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. - Looks good - Es correcto - - - No problem detected - No se detectan problemas - - - No game data on top level - No hay datos de juego en el directorio actual - - - There is no esp/esm file or asset directory (textures, meshes, interface, ...) on the top level. - No existen ficheros asp/esm en el directorio (textures, meshes, interface, ...). - - - Enter a directory name - Selecciona el nombre del directorio - - - A directory with that name exists - Ya exsite ese directorio - - - Set data directory - Selecciona el directorio de los datos - - - Unset data directory - Deseleccionar directorio + + Placeholder + Marcador de posicion - Create directory... - Crear directorio... + + OK + Aceptar - &Open - &Open + + Cancel + Cancelar InstallationManager - mo_archive.dll not loaded: "%1" - mo_archive no cargado: "%1" + + archive.dll not loaded: "%1" + archivo.dll no cargado: "%1" @@ -1163,117 +1161,91 @@ p, li { white-space: pre-wrap; } Password Contraseña - - Directory exists - Directorio existe - - - The mod seems to be installed already. Do you want to add files from this archive (overwriting existing ones)? - Este Mod parece que ya esta instalado. Quieres agregar los ficheros de este otro mod (Sobreescribiendo los existentes)? - - + Extracting files Extrayendo ficheros - - - failed to open archive - Error abriendo el fichero - - - - File format "%1" not supported - Formato de archivo no soportado para "%1" - - - failed to open archive "%1" - Fallo la apertura del fichero "%1" - - - Installation as fomod failed: %1 - error al abrir el archivo "%1": %2 - - - Confirm - Confirma - - - - archive.dll not loaded: "%1" - - failed to create backup - + fallo al crear copia de seguridad Mod Name - + Nombre del Mod Name - Nombre + Nombre Invalid name - + Nombre inválido The name you entered is invalid, please enter a different one. - + El nombre introducido no es válido, por favor introduzca uno diferente. + + + + File format "%1" not supported + Formato de archivo no soportado para "%1" - + None of the available installer plugins were able to handle that archive - + Ninguno de los plugins del instalador disponible son capaces de manejar este archivo - + no error sin error - + 7z.dll not found 7z.dll no se encuentra - + 7z.dll isn't valid 7z.dll no es valido - + archive not found archivo no encontrado - + + failed to open archive + Error abriendo el fichero + + + unsupported archive type formato de fichero no soportado - + internal library error error interno de libreria - + archive invalid archivo invalido - + unknown archive error - error desconocido del archivo Error de fichero desconocido @@ -1303,259 +1275,321 @@ p, li { white-space: pre-wrap; } LogBuffer - + failed to write log to %1: %2 - + Fallo al escribir en el log en %1: %2 MOApplication - + an error occured: %1 - + Ocurrió un error: %1 - + an error occured - + Ha ocurrido un error MainWindow - - + + Categories - Categorias + Categorias + + + + Click blank area to deselect + + + + + If checked, only mods that match all selected categories are displayed. + + + + + And + + + + + If checked, all mods that match at least one of the selected categories are displayed. + - + + Or + + + + Profile - Perfil + Perfil - + Pick a module collection - Selecciona un perfil para cargarlo + Selecciona un perfil para cargarlo - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept seperate for different profiles.</span></p></body></html> - Crea los perfiles aqui. Cada perfil contiene su propia lista de mos y esps activos. Utilizando este metodo puedes cambiar rapidamente de configuraciones para jugar. -Por favor observa que las prioridades no son guardadas para cada perfil. + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Ten en cuenta que en estos momentos tu carga de esp no se mantiene separado para diferentes perfiles.</span></p></body></html> - + Refresh list - Recargar lista + Recargar lista - + Refresh list. This is usually not necessary unless you modified data outside the program. - Recargar lista. Esto es normalmente no necesario, a no ser que hayas modificado algo desde fuera del programa. + Recargar lista. Esto es normalmente no necesario, a no ser que hayas modificado algo desde fuera del programa. - - List of available mods. + + + Restore Backup... - - This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. + + + Create Backup - + + List of available mods. + Lista de mods disponibles. + + + + This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. + 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". + + + Filter - Filtro + Filtro - + No groups - + Sin grupos - + Nexus IDs - Nexus IDs + Nexus IDs - - - + + + Namefilter - - - - Start - Iniciar + Nombre del filtro - + Pick a program to run. - Selecciona el programa a iniciar. + Selecciona el programa a iniciar. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can add new Tools to this list, but I can't promise tools I haven't tested will work.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Puedes añadir nuevas herramientas a esta lista, pero no puedo prometer que herramientas que no he probado funcionen.</span></p></body></html> - + Run program - Iniciar el programa + Iniciar el programa - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Run the selected program with ModOrganizer enabled.</span></p></body></html> - Iniciar el programa seleccionado con ModOrganizer activado. + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Iniciar el programa seleccionado con ModOrganizer activado.</span></p></body></html> - + Run - Iniciar + Iniciar - + Create a shortcut in your start menu or on the desktop to the specified program - + Crear un acceso directo en el menú Inicio o en el escritorio con el programa especificado - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a start menu shortcut that directly starts the selected program with the MO active.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Esto crea un acceso directo al menú de inicio que iniciara directamente el programa seleccionado con el MO activo.</span></p></body></html> - + Shortcut - + Acceso rápido - save esp list and load order. - Guardar la lista de prioridades de carga. + + Plugins + Plugins - + List of available esp/esm files - Listado de ficheros esp/esm disponibles + Listado de ficheros esp/esm disponibles - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.<br />There is a great tool named &quot;BOSS&quot; to automatically sort these files.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.<br />Hay una gran herramienta llamada &quot;BOSS&quot; para ordenar automáticamente los archivos.</span></p></body></html> - - List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. - + + Sort + Ordenar - - 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. -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. + + Archives - - - File - Fichero + + <html><head/><body><p>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:</p><p>If archives are <span style=" font-weight:600;">managed</span>, 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.<br/></p><p>If archives are <span style=" font-weight:600;">not managed</span> 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't active.</p><p>In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.</p></body></html> + - - <html><head/><body><p>Marked Archives (<img src=":/MO/gui/warning_16"/>) are still loaded on Skyrim but the <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">regular file override</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> + + <html><head/><body><p>Have MO manage archives (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">read more</span></a>)</p></body></html> - - Mod - Mod + + List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. + Lista de Archivos BS disponibles. Los archivos no controlados aquí no se gestionaran por el MO e ignorarán el orden de instalación. - - Data - Datos + + 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. +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. + 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. +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. - - Plugins - + + + File + Fichero - - Sort - + <html><head/><body><p>Marked Archives (<img src=":/MO/gui/warning_16"/>) are still loaded on Skyrim but the <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">regular file override</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> + <html><head/><body><p>Marked Archives (<img src=":/MO/gui/warning_16"/>) todavía se cargan en Skyrim, pero el <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">archivo regular anula</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> - - Archives - + + Data + Datos - + refresh data-directory overview - refresca la vista del directorio de datos + refresca la vista del directorio de datos - + Refresh the overview. This may take a moment. - Refresca toda la vista. Esto puede tomar un tiempo. + Refresca toda la vista. Esto puede tomar un tiempo. - - - + + + Refresh - Recargar + Recargar - + This is an overview of your data directory as visible to the game (and tools). - Esta es una visión general del directorio de datos como visible para el juego (y herramientas). + Esta es una visión general del directorio de datos como visible para el juego (y herramientas). + + + + Mod + Mod - - + + Filter the above list so that only conflicts are displayed. - Filrar la lista superior por conflictos. + Se filtra la lista anterior de modo que sólo se muestren los conflictos. - + Show only conflicts - Monstrar solo los conflictos + Monstrar solo los conflictos - + Saves - Part. Guardadas + Part. Guardadas - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1563,1126 +1597,1265 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you click &quot;Fix Mods...&quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> +<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;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Si haces clic en &quot;Fix Mods...&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!</span></p></body></html> - + Downloads - Descargas + Descargas - + This is a list of mods you downloaded from Nexus. Double click one to install it. - Esta es la lista de los mods que has descargado desde Nexus. Doble Click para instalar. + Esta es la lista de los mods que has descargado desde Nexus. Doble Click para instalar. - Compact - + Compactar - + Show Hidden - + Mostrar Ocultos - + Tool Bar - Tool Bar + Barra Herramientas - + Install Mod - Instalar Mod + Instalar Mod - + Install &Mod - Instalar &Mod + Instalar &Mod - + Install a new mod from an archive - Instalar un nuevo Mod desde un archivo + Instalar un nuevo Mod desde un archivo - + Ctrl+M - Ctrl+M + Ctrl+M - + Profiles - Perfiles + Perfiles - + &Profiles - &Perfiles + &Perfiles - + Configure Profiles - Configurar los perfiles + Configurar Perfiles - + Ctrl+P - Ctrl+P + Ctrl+P - + Executables - Ejecutables + Ejecutables - + &Executables - &Ejecutables + &Ejecutables - + Configure the executables that can be started through Mod Organizer - Configura el ejecutable que sera iniciado desde Mod Orgenizer + Configura el ejecutable que sera iniciado desde Mod Orgenizer - + Ctrl+E - Ctrl+E + Ctrl+E - - + + Tools - + Herramientas - + &Tools - + &Herramientas - + Ctrl+I - Ctrl+I + Ctrl+I - + Settings - Configuracion + Configuracion - + &Settings - &Configuracion + &Configuracion - + Configure settings and workarounds - Configuraciones y modos + Configurar opciones y soluciones - + Ctrl+S - Ctrl+S + Ctrl+S - + Nexus - Nexus + Nexus - + Search nexus network for more mods - Buscar en la red de Nexus mas Mods + Buscar en la red de Nexus mas Mods - + Ctrl+N - Ctrl+N + Ctrl+N - - + + Update - + Actualizacion - + Mod Organizer is up-to-date - Mod Organizer esta actualizado + Mod Organizer esta actualizado - - + + No Problems - + Sin problemas - + 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 - + Este botón resaltará si MO descubrió problemas potenciales en su configuración y proporcionara consejos sobre cómo solucionarlos. + +!Trabajo en curso! +Ahora esto tiene una funcionalidad muy limitada - - + + Help - Ayuda + Ayuda - + Ctrl+H - Ctrl+H + Ctrl+H - + Endorse MO - + Avalar MO - - + + Endorse Mod Organizer + Avalar Mod Organizer + + + + Copy Log to Clipboard - - Toolbar + + Ctrl+C - + + Toolbar + Barra de herramientas + + + Desktop - + Escritorio - + Start Menu - + Menú de Inicio - + Problems - + Problemas - + There are potential problems with your setup - + Hay posibles problemas con su configuración - + Everything seems to be in order - + Todo parece estar en orden - + Help on UI - + Ayuda sobre UI - + Documentation Wiki - + Documentación Wiki - + Report Issue - + Informar de un Problema - + Tutorials - - - - - failed to save load order: %1 - Fallo guardando el orden de carga: %1 + Tutoriales - + About - + Sobre - + About Qt - + Sobre Qt - - Name - Nombre + failed to save archives order, do you have write access to "%1"? + Fallo al salvar la orden de archivos, , ¿tiene permiso de escritura en "%1"? - - Please enter a name for the new profile - Por favor introduzca un nombre para el nuevo perfil + + failed to save load order: %1 + Fallo guardando el orden de carga: %1 - - failed to create profile: %1 - Fallo al crear el perfil: %1 - + + Name + Nombre + + + + Please enter a name for the new profile + Por favor introduzca un nombre para el nuevo perfil + + + + failed to create profile: %1 + Fallo al crear el perfil: %1 + - + Show tutorial? - + ¿Mostrar tutorial? - + 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. - + 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ú. - + Downloads in progress - Descarga en progreso + Descarga en progreso - + There are still downloads in progress, do you really want to quit? - Aun hay descargas en progreso, estas seguro que quieres salir? + Aun hay descargas en progreso, estas seguro que quieres salir? - + failed to read savegame: %1 - Fallo al leer la partida guardada: %1 + Fallo al leer la partida guardada: %1 - + Plugin "%1" failed: %2 - + Plugin "%1" fallido: %2 - + + Plugin "%1" failed + Plugin "%1" fallido + + + + failed to init plugin %1: %2 + fallo al iniciar plugin %1: %2 + + + Plugin error - + Error de plugin - + It appears the plugin "%1" 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) - + Parece que el plugin "%1" 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.) - + Failed to start "%1" - + Fallo al iniciar plugin %1: %2 - + Waiting - + Esperando - + Please press OK once you're logged into steam. - + Por favor, pulsa OK una vez que hayas iniciado sesión en steam. - "%1" not found - "%1" no encontrado - - - + Start Steam? - + ¿Iniciar Steam? - + Steam is required to be running already to correctly start the game. Should MO try to start steam now? - + Steam es requerido para iniciar correctamente el juego. ¿Debería MO tratar de iniciar ahora steam? Also in: <br> - + También en: <br> No conflict - Sin conflictos + Sin conflictos - + <Edit...> - <Editar...> + <Editar...> - + This bsa is enabled in the ini file so it may be required! - + Esta bsa está habilitada en el archivo ini, por lo que puede ser necesario - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - + Este archivo se seguirá cargado, ya que hay un plugin con el mismo nombre, pero sus archivos no seguirá el orden de instalación! - + Activating Network Proxy - + Activación de proxy de red - - + + Installation successful - Instalacion completada + Instalacion completada - - + + Configure Mod - Configurar Mod + Configurar Mod - - + + This mod contains ini tweaks. Do you want to configure them now? - Este mod contiene modificaciones del Ini. Quieres configurarlas ahora? + Este mod contiene ajustes del ini. ¿Quieres configurarlos ahora? - - + + mod "%1" not found - + mod "%1" no encontrado - - + + Installation cancelled - + Instalación cancelada - - + + The mod was not installed completely. - + El mod no fue instalado completamente. - + Some plugins could not be loaded - + Algún plugins no se pudo cargar - + Too many esps and esms enabled - + Demasiados esps y esms habilitado - - + + Description missing - + Falta la descripción - + + The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: + Los siguientes plugins no se pudieron cargar. La razón puede ser dependencias faltantes (es decir python) o una versión obsoleta: + + + 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: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> - + 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: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> - + Choose Mod - Seleccione Mod + Seleccione Mod - + Mod Archive - Fichero Mod + Archivo Mod - + Start Tutorial? - + Iniciar tutorial? - + You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue? - + Estás a punto de iniciar un tutorial. Por razones técnicas, no es posible terminar el tutorial antes de tiempo. ¿Desea continuar? - - + + Download started - Descarga comenzada + Descarga iniciada - + failed to update mod list: %1 - Fallo al actualizar la lista de Mods: %1 + Fallo al actualizar la lista de Mods: %1 - + failed to spawn notepad.exe: %1 - Fallo al cargar el Bloc de notas: %1 + Fallo al cargar el Bloc de notas: %1 - + failed to open %1 - Fallo al abrir %1 + Fallo al abrir %1 - + failed to change origin name: %1 - fallo al cambiar el nombre original del fichero %1 + fallo al cambiar el nombre original del fichero %1 - - failed to move "%1" from mod "%2" to "%3": %4 - + + Executable "%1" not found + Ejecutable "%1" no encontrado - - Multiple esps activated, please check that they don't conflict. - + + Failed to refresh list of esps: %1 + Fallo al actualizar la lista de esps: %1 - - - Create Mod... - + + <Checked> + <Marcado> - - A mod with this name already exists - + + <Unchecked> + <Desmarcado> - - Continue? - + + <Update> + <Actualizacion> - - 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. - + + <No category> + <No categoría> - - - Sorry - + + <Conflicted> + <En conflicto> - - I don't know a versioning scheme where %1 is newer than %2. - + + <Not Endorsed> + <No Avalado> - - <All> - <Todos> + + failed to rename mod: %1 + fallo al renombrar el mod: %1 - - <Checked> - <Marcado> + + Overwrite? + ¿Sobrescribir? - - Plugin "%1" failed - + + This will replace the existing mod "%1". Continue? + Esto reemplazará el vigente mod "%1". ¿Desea continuar? - - failed to init plugin %1: %2 - + + failed to remove mod "%1" + Fallo eliminando mod "%1" - - The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: - + + + + failed to rename "%1" to "%2" + Fallo al renombrar "%1" a "%2" - - <Unchecked> - <Desmarcado> + + Multiple esps activated, please check that they don't conflict. + Múltiples esps activados, por favor verifique que no entren en conflicto. - - <Update> - <Actualizacion> + + + + + Confirm + Confirmar - - <No category> - + + Remove the following mods?<br><ul>%1</ul> + ¿Quitar el siguiente mods?<br><ul>%1</ul> - - <Conflicted> - + + failed to remove mod: %1 + fallo al eliminar mod: %1 - - <Not Endorsed> - + + + Failed + Fallo - - failed to rename mod: %1 - fallo al cambiar el nombre al mod: %1 + + Installation file no longer exists + El archivo de instalación ya no existe - - Overwrite? - + + Mods installed with old versions of MO can't be reinstalled in this way. + Mods instalados con las viejas versiones de MO no pueden ser instalados de nuevo de este modo. - - This will replace the existing mod "%1". Continue? - + + + You need to be logged in with Nexus to endorse + Necesita estar conectado con Nexus para avalar - - failed to remove mod "%1" - + + Extract BSA + Extraer BSA - - - - failed to rename "%1" to "%2" - + 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) + 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) - - - - - Confirm - Confirma + + + failed to read %1: %2 + fallo al leer %1: %2 - - Remove the following mods?<br><ul>%1</ul> + + This archive contains invalid hashes. Some files may be broken. + Este archivo contiene hashes no válidos. Algunos archivos pueden estar rotos. + + + + Nexus ID for this Mod is unknown + Se desconoce la ID en Nexus para este Mod + + + + Download? - - failed to remove mod: %1 + + 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? - - - Failed + + Browse Mod Page - - Installation file no longer exists + + + Failed to write settings - - Mods installed with old versions of MO can't be reinstalled in this way. + + + An error occured trying to write back MO settings: %1 - - - You need to be logged in with Nexus to endorse + + File is write protected - - - Extract BSA + + Invalid file format (probably a bug) - - 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) + + Unknown error %1 - - - - failed to read %1: %2 + + failed to move "%1" from mod "%2" to "%3": %4 - - - This archive contains invalid hashes. Some files may be broken. + + <Managed by MO> - - Nexus ID for this Mod is unknown + + <Managed outside MO> - Priority - Prioridad + + You need to be logged in with Nexus to resume a download + + + + + + Create Mod... + Crear Mod... + + + + This will move all files from overwrite into a new, regular mod. +Please enter a name: + Esto moverá todos los archivos de sobrescritura en un nuevo mod, regular. +Por favor, introduzca un nombre: + + + + A mod with this name already exists + Ya existe un mod con este nombre - Choose Priority - Selecciona Prioridad + + Continue? + ¿Continuar? + + + + 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. + 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. + + + + + Sorry + Lo siento - + + I don't know a versioning scheme where %1 is newer than %2. + Se desconoce un esquema de versiones donde %1 es más reciente que %2. + + + Really enable all visible mods? - + ¿Permitir realmente todos los mods visibles? - + Really disable all visible mods? - + ¿Realmente desactivar todos los mods visibles? - + Choose what to export - + Elija un archivo a exportar - + Everything - + Todo - + All installed mods are included in the list - + Todos los mods instalados están incluidos en la lista - + Active Mods - + Mods Activos - + Only active (checked) mods from your current profile are included - + Mods sólo activos (Marcados) es incluido de su perfil actual - + Visible - + Visible - + All mods visible in the mod list are included - + Todo mods visible en la lista de mod son incluidos - + export failed: %1 - + Falló al exportar: %1 - + Install Mod... - Instalar Mod... + Instalar Mod... - + Enable all visible - Activar todos los visibles + Activar todos los visibles - + Disable all visible - Desactivar todos los visibles + Desactivar todo lo visible - + Check all for update - Buscar Actualizaciones + Comprobar todo para actualizar - + Export to csv... + Exportar a CSV... + + + + All Mods - + Sync to Mods... - + Sincronizar con Mods... - + Restore Backup - + Restaurar copia de seguridad - + Remove Backup... - + Eliminar copia de seguridad... - Set Category - Definir Categoria + + Add/Remove Categories + Añadir/Quitar Categorías - + + Replace Categories + Remplazar Categorías + + + Primary Category - + Categoría Primaria - + Change versioning scheme - + Cambiar esquema de versiones - + Un-ignore update - + No ignorar actualización - + Ignore update - + No Ignorar actualización - + Rename Mod... - Cambiar nombre... + Renombrar Mod... - + Remove Mod... - Quitar Mod... + Quitar Mod... - + Reinstall Mod - + Reinstalar Mod - + Un-Endorse - + No Avalado - - + + Endorse - + Avalado - + Won't endorse - + No avalar - + Endorsement state unknown - + Estado de avalado desconocido - + Ignore missing data - + Ignorar data desaparecido - + Visit on Nexus - + Visite Nexus - + Open in explorer - + Abrir en explorador - + Information... - Informacion... + Informacion... - - + + Exception: - + Excepción: - - + + Unknown exception - + Excepción desconocida + + + + <All> + <Todo> - + <Multiple> - + <Multiple> - + Really delete "%1"? - + Realmente desea borrar "%1"? - + Fix Mods... - Activar Mods faltantes... + Fix Mods... - + Delete - + Eliminar - - + + failed to remove %1 - Fallo eliminando %1 + Fallo eliminando %1 - - + + failed to create %1 - + Fallo al crear %1 - + Can't change download directory while downloads are in progress! - + No se puede cambiar el directorio de descarga, mientras que las descargas están en curso - + Download failed - + Descarga fallida - + failed to write to file %1 - Fallo de escritura en el fichero %1 + Fallo de escritura en el fichero %1 - + %1 written - %1 escrito + %1 escrito - + Select binary - + Selecciona el binario - + Binary - Fichero + Binario - + Enter Name - + Introducir Nombre - + Please enter a name for the executable - + Por favor, introduce un nombre para el ejecutable - + Not an executable - + No es un ejecutable - + This is not a recognized executable. - + Esto no es un ejecutable reconocido. - - + + Replace file? - + ¿Reemplazar archivo? - + There already is a hidden version of this file. Replace it? - + Ya existe una versión oculta de este archivo. Reemplazarlo? - - + + File operation failed - + La operación del archivo falló - - + + Failed to remove "%1". Maybe you lack the required file permissions? - + Fallo al eliminar "%1". ¿Tal vez no tengas los permisos necesarios? - + There already is a visible version of this file. Replace it? - + Ya existe una versión visible de este archivo. ¿Reemplazarlo? - + file not found: %1 - fichero no encontrado: %1 + archivo no encontrado: %1 - + failed to generate preview for %1 - + fallo al generar vista anticipada para %1 - + Sorry, can't preview anything. This function currently does not support extracting from bsas. - + Lo sentimos, no se puede obtener una vista previa de nada. Esta función no admite la extracción de bsas. - + Update available - Disponible actualización + Actualización disponible - + Open/Execute - + Abrir/Ejecutar - + Add as Executable - + Añadir un ejecutable - + Preview - + Previsualizar - + Un-Hide - + Desocultar - + Hide - + Ocultar - + Write To File... - Escribir al fichero... + Escribir al fichero... - + Do you want to endorse Mod Organizer on %1 now? - + ¿Quieres avalar Mod Organizer en %1 ahora? - - Remove - + + Request to Nexus failed: %1 + Solicitud de Nexus ha fallado: %1 - - Unlock load order - + + + login successful + login correcto - - Lock load order - + + login failed: %1. Trying to download anyway + login fallado: %1. Intentando descarga de todos modos - - BOSS working - + + login failed: %1 + Falló el inicio de sesión: %1 - - failed to run boss: %1 - + + login failed: %1. You need to log-in with Nexus to update MO. + login fallido: %1. Necesitas hacer login con Nexus para actualizar MO. - - Request to Nexus failed: %1 - + + Error + Error - - Executable "%1" not found - + + failed to extract %1 (errorcode %2) + fallo al extraer %1 (Código de error %2) - - Failed to refresh list of esps: %1 + + Extract... + Extraer... + + + + Edit Categories... + Editar Categorías... + + + + Deselect filter - - This will move all files from overwrite into a new, regular mod. -Please enter a name: + + Remove + Eliminar + + + + Enable all + Activar todo + + + + Disable all + Desactivar todos + + + + Unlock load order + Desbloquear el orden de carga + + + + Lock load order + Orden de carga bloqueado + + + + depends on missing "%1" - - Add/Remove Categories + + No profile set - - Replace Categories + + LOOT working - - - login successful + + loot failed. Exit code was: %1 - - login failed: %1. Trying to download anyway + + failed to run loot: %1 - - login failed: %1 + + Errors occured - - login failed: %1. You need to log-in with Nexus to update MO. + + Backup of load order created - - Error - Error + + Choose backup to restore + - - failed to extract %1 (errorcode %2) + + No Backups - - Extract... + + There are no backups to restore - - Edit Categories... + + + Restore failed - - Enable all + + + Failed to restore the backup. Errorcode: %1 - - Disable all + + Backup of modlist created + + BOSS working + BOSS trabajando + + + failed to run boss: %1 + fallo al ejecutar boss: %1 + MessageDialog @@ -2696,22 +2869,18 @@ Please enter a name: ModInfo - - + + invalid index %1 indice invalido %1 - - invalid mod id %1 - Mod ID %1 invalido - ModInfoBackup - + This is the backup of a mod - + Esta es la copia de seguridad de un mod @@ -2734,7 +2903,13 @@ Please enter a name: A list of text-files in the mod directory like readmes. - El listado de ficheros de texto en el directorio del mod como ayudas e informacion. + El listado de ficheros de texto en el directorio del mod como ayudas e información. + + + + + Save + Guardar @@ -2742,1472 +2917,777 @@ Please enter a name: Fich. INI - + + Ini Files + + + + This is a list of .ini files in the mod. Esta es la lista de ficheros INI que incluye el mod. - + 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. Esta es la lista de ficheros INI que incluye el mod. Normalmente son usados para configurar algunos aspectos o parametros del mod. - + + Ini Tweaks + + + + + This is a list of ini tweaks (ini modifications that can be toggled). + + + + + 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. + + + + Save changes to the file. Grabar cambios al fichero. - + Save changes to the file. This overwrites the original. There is no automatic backup! Grabar cambios al fichero. Esto sobreescribe el original. No se realizan backups! - - - Save - Guardar - - - + Images Imagenes - + Images located in the mod. Imagenes incluidas en el mod. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</span></p></body></html> - Esto muestra el listado de fotos (jpg y png) incluidas con el Mod, por ejemplo capturas de pantallas. Pulsa para verlas en grande. + + This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. + 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. - - + + Optional ESPs ESPs Opcionales - + List of esps and esms that can not be loaded by the game. Listado de ESPs y ESMs que no se cargaran con el juego. - about:blank - about:blank - - - 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 omo-window. -They usually contain optional functionality, see the readme. - -Most mods do not have optional esps, so chances are good you are looking at an empty list. - Listado de ESPs y ESMs que no se cargaran con el juego. Estos ficheros no apareceran en la lista de mods. -Normalmente son ficheros extras o modificaciones, mira el fich. texto del mod para mas informacion. - -Muchos mods no tienen ESPs extras, en estos casos veras una lista vacia. - - - - This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. - - - - + 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. Most mods do not have optional esps, so chances are good you are looking at an empty list. - + Lista de los esps y esms contenidos en este plugin que actualmente no se pueden cargar en el juego. Ni siquiera van a aparecer en la lista de esp en la ventana principal de MO. +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. - + Make the selected mod in the lower list unavailable. marca este fichero seleccionado en la lista de abajo no disponible. - + 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. 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. - + Move a file to the data directory. Error moviendo fichero al directorio de datos. - + 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. 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. - + ESPs in the data directory and thus visible to the game. ESPs en el directorio de datos y visibles por el juego. - + 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. 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. - + Available ESPs ESPs Disponibles - + Conflicts - + Conflictos - + The following conflicted files are provided by this mod - + Los siguientes archivos en conflicto son proporcionados por este mod - - + + File - Fichero + Fichero - + Overwritten Mods - + Mods Sobrescritos - + The following conflicted files are provided by other mods - + Los siguientes archivos en conflicto son proporcionados por otros mods - + Providing Mod - + Proporcionar Mod - + Non-Conflicted files - + Archivos que no estan en conflicto - + Categories - Categorias + Categorías - + Primary Category - + Categoría Principal - + Nexus Info Inf. Nexus - + Mod ID ID del MOD - + Mod ID for this mod on Nexus. ID del Mod en Nexus. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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: </span><a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://skyrim.nexusmods.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; color:#000000;">. 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?</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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: <a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" text-decoration: underline; color:#0000ff;">http://www.skyrimnexus.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" color:#000000;">. 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?</span></a></p></body></html> - +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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: </span><a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://skyrim.nexusmods.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; color:#000000;">.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?</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - + Version Version - + Refresh - Recargar + Recargar - + Refresh all information from Nexus. - + Recargar toda la información de Nexus. - + Description Descripcion - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <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;"><br /></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<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;"><br /></p></body></html> - + Endorse - + Avalar - + Notes - - - - Full description as reported my nexus. - Descripcion que ha sido publicada con el mod en Nexus. + Notas - Files - Ficheros + + Filetree + Contenido - List of files currently uploaded on nexus. Double click to download. - Listado de ficheros actualmente en el servidor Nexus. Dible Click para descargar. + + A directory view of this mod + Ficheros que contiene este mod - Type - Tipo + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a modifiable directory view of the mod directory. You can move around files using drag &amp; drop and rename them (double click).</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Changes happen immediately on disc, so do</span><span style=" font-size:8pt; font-weight:600;"> be careful</span><span style=" font-size:8pt;">.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a modifiable directory view of the mod directory. You can move around files using drag &amp; drop and rename them (double click).</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Los cambios pasan inmediatamente sobre el disco, también hacen</span><span style=" font-size:8pt; font-weight:600;"> ser cuidadoso</span><span style=" font-size:8pt;">.</span></p></body></html> - - Name - Nombre + + Previous + Anterior - Size (kB) - Tamaño (kB) + + Next + Siguiente - Endorsements are an important motivation for authors. Please don't forget to endorse mods you like. - Imposible traducir Endorsements porque en la web de Nexus no existe en español, la traduccion correcta seria: RECONOCIMIENTO. Aunque lo mas correcto seria algo asi como: "Me gusta". - Endorsements es una parte importante de motivacion para los creadores. Por favor no olvides pulsar en "endorse" mods si te gustan. + + Close + Cerrar - Have you endorsed this yet? - Has votado ya por este mod? + + &Delete + &Delete - Size - Tamaño + + &Rename + &Rename - - Filetree - Contenido + + &Hide + &Ocultar - - A directory view of this mod - Ficheros que contiene este mod + + &Unhide + &Mostrar - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a modifiable directory view of the mod directory. You can move around files using drag &amp; drop and rename them (double click).</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Changes happen immediately on disc, so do</span><span style=" font-size:8pt; font-weight:600;"> be careful</span><span style=" font-size:8pt;">.</span></p></body></html> - + + &Open + &Abrir - - Previous - + + &New Folder + &Nueva Carpeta - - Next - + + + Save changes? + ¿Guardar cambios? - - Close - Cerrar + + + Save changes to "%1"? + ¿Guardar cambios a %1? - + File Exists Existe el fichero - + A file with that name exists, please enter a new one Un fichero con ese nombre ya existe, por favor selecciona otro nombre - + failed to move file Error al mover el fichero - + failed to create directory "optional" Error al crear el directorio "optional" - - + + Info requested, please wait Informacion solicitada, por favor espere - Sorry, no usable data received - Lo siento, no se han recibido datos validos - - - -(description incomplete, please visit nexus) - -(description incomplete, please visit nexus) - -(descripcion incompleta, por favor visita nexus) + + Main + Principal - - &Delete - &Delete + + Update + Actualizacion - - &Rename - &Rename + + Optional + Opcional - - &Open - &Open + + Old + Antiguo - - &New Folder - &New Folder + + Misc + Misc - - - Save changes? - Grabar cambios? + + Unknown + Desconocido - + Current Version: %1 Version actual: %1 - + No update available Sin actualizacion - - Main - Principal - - - - &Hide - - - - - &Unhide - + + (description incomplete, please visit nexus) + (descripción incompleta, por favor visite nexus) - - - Save changes to "%1"? - + + <a href="%1">Visit on Nexus</a> + <a href="%1">Visite en Nexus</a> - - Update - Actualizacion + + Failed to delete %1 + Error borrando %1 - - Optional - Opcional + + + Confirm + Confirma - - Old - Antiguo + + Are sure you want to delete "%1"? + Estas seguro de querer borrar "%1"? - - Misc - Misc + + Are sure you want to delete the selected files? + Etas seguro de querer borrar los ficheros seleccionados? - - Unknown - Desconocido + + + New Folder + Nueva Carpeta - - (description incomplete, please visit nexus) - + + Failed to create "%1" + Fallo al crear "%1" - - + + Replace file? - + ¿Reemplazar archivo? - + There already is a hidden version of this file. Replace it? - + Ya existe una versión oculta de este archivo. Reemplazarlo? - - + + File operation failed - + La operación de archivo falló. - - + + Failed to remove "%1". Maybe you lack the required file permissions? - + Fallo al eliminar "% 1". Tal vez no tienes los permisos necesarios? - - + + failed to rename %1 to %2 - + Fallo al renombrar %1 a %2 - + There already is a visible version of this file. Replace it? - + Ya existe una versión visible de este archivo. ¿Reemplazarlo? - + Un-Hide - + Desocultar - + Hide - + Ocultar - - Please enter a name - + + Name + Nombre + + + + Please enter a name + Por favor, introduzca un nombre - - + + Error - Error + Error - + Invalid name. Must be a valid file name - + Nombre no válido. Debe ser un nombre de archivo válido - + A tweak by that name exists - + Existe un ajuste con ese nombre - + Create Tweak - - - - request failed - peticion fallada + Crear Ajuste Fino + + + ModInfoForeign - - <a href="%1">Visit on Nexus</a> + + This pseudo mod represents content managed outside MO. It isn't modified by MO. - - - - Confirm - Confirma - - - Download "%1"? - Descargar "%1"? - - - Download started - Descarga comenzada - - - - Failed to delete %1 - Error borrando %1 - - - - Are sure you want to delete "%1"? - Estas seguro de querer borrar "%1"? - - - - Are sure you want to delete the selected files? - Etas seguro de querer borrar los ficheros seleccionados? - - - - - New Folder - Nueva Carpeta - - - - Failed to create "%1" - Fallo al crear "%1" - ModInfoOverwrite - + This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) - + Esta pseudo-mod contiene archivos en el árbol de datos virtual que fue modificado (es decir, mediante el kit de construcción) ModInfoRegular - failed to write %1/meta.ini: %2 + fallo al escribir %1/meta.ini: % 2 + + + + + failed to write %1/meta.ini: error %2 - + %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory - %1 no contiene ningun directorio con esp/esm ni externos (textures, meshes, interface, ...) + %1 no contiene ningún esp/esm y ningún directorio activo (textures, meshes, interface, ...) - + Categories: <br> - + Categorias: <br> ModList - - mod not found: %1 - mod no encontrado %1 - - - Check for %1 failed - Comprobacion para %1 erronea - - - Check finished - Comprobacion terminada - - - Check in progress - Comprobacion en progreso - - - Check started - Comprobacion comenzada - - - - Confirm - Confirma - - - Are you sure you want to remove this mod? - Estas seguro de que quieres borrar este mod? - - - invalid row-index %1 - índice de fila no válido %1 - - - min - min - - - max - max - - - - installed version: "%1", newest version: "%2" - installed version: %1, newest version: %2 - version instalada: %1, nueva version: %2 - - - %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory - %1 no contiene ningun directorio con esp/esm ni externos (textures, meshes, interface, ...) - This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit) - + 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) Backup - + Copia de seguridad No valid game data - + No hay datos válidos Not endorsed yet - + No avalado aún Overwrites files - + Sobrescribe archivos Overwritten files - + ¿Sobrescribir archivo? Overwrites & Overwritten - + Sobrescribe & sobrescrito Redundant - - - - - invalid - + Redundante - - 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". + + Non-MO - - Categories: <br> - + + invalid + inválido - - Invalid name - + + installed version: "%1", newest version: "%2" + installed version: %1, newest version: %2 + version instalada: "%1", nueva version: "%2" - - Mod Name - + + 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". + 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". - - Installation - + + Categories: <br> + Categorias: <br> - - Category of the mod. - + + Invalid name + Nombre no válido. - - Id of the mod as used on Nexus. - + + drag&drop failed: %1 + fallo al arrastrar y soltar: %1 - - Emblemes to highlight things that might require attention. - + + Confirm + Confirma - - Time this mod was installed - + + Are you sure you want to remove "%1"? + Estas seguro de querer borrar "%1"? - Name - Nombre + + Flags + Banderas - Names of your mods - Nombres de los mods + + Mod Name + Nombre del Mod - + Version Versión - - Version of the mod (if available) - Version del mod (si esta disponible) - - - + Priority Prioridad - - drag&drop failed: %1 - - - - - Flags - - - - + Category - + Categoría - + Nexus ID - - - - - - unknown - - - - - Name of your mods - - - - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Prioridad de instalacion de tu mod. Cuanto mas alto sea pisara los mods con menos prioridad. - - - - Are you sure you want to remove "%1"? - Estas seguro de querer borrar "%1"? - - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority - Prioridad de carga del mod. Cuanto mas alta sea la prioridad sobreescribira los mods con menos prioridad - - - - MotDDialog - - - Message of the Day - - - - about:blank - about:blank - - - - OK - OK - - - - MyFileSystemModel - - - Overwrites - - - - - not implemented - - - - - NXMAccessManager - - - Logging into Nexus - - - - - timeout - - - - - Please check your password - - - - - NXMUrl - - invalid nxm-link: %1 - enlace nxm erroneo: %1 - - - - NexusDialog - - Nexus - Nexus - - - Mod ID - ID del MOD - - - new - nuevo - - - login timeout - error fuera de tiempo - - - login error: %1 - error de incio: %1 - - - login success - Inicio correcto - - - login failed, please check your password - Inicio fallido, por favor comprueba tu contraseña - - - Download started - Descarga comenzada - - - - NexusInterface - - - Failed to guess mod id for "%1", please pick the correct one - - - - - empty response - - - - - invalid response - - - - - OMOWindow - - Profile - Perfil - - - Pick a module collection - Selecciona un perfil para cargarlo - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept seperate for different profiles.</span></p></body></html> - Crea los perfiles aqui. Cada perfil contiene su propia lista de mos y esps activos. Utilizando este metodo puedes cambiar rapidamente de configuraciones para jugar. -Por favor observa que las prioridades no son guardadas para cada perfil. - - - Refresh list - Recargar lista + Nexus IDs - Refresh list. This is usually not necessary unless you modified data outside the program. - Recargar lista. Esto es normalmente no necesario, a no ser que hayas modificado algo desde fuera del programa. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">List of available mods.</span></p></body></html> - Listado de los Mods disponibles. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - Esta es la lista de Mods instalados. Usa las marcas de seleccion para activar o desactivar los mods. Pincha y arrastra un mod para cambiar su prioridad. - - - Filter - Filtro - - - Select a filter to only display mods with the specified category. - Selecciona un filtro para ver solo los mods que son de esa categoria. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Select a filter to only display mods with the specified category. You can set the category from the context menu on the mods.</span></p></body></html> - Selecciona un filtro para mostrar solamente los mods que pertenezcan a esa categoria. Puedes seleccionar la categoria de los mods en el menu contextual del mod. - - - Start - Iniciar - - - Pick a program to run. - Selecciona el programa a iniciar. - - - Run program - Iniciar el programa - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Run the selected program with ModOrganizer enabled.</span></p></body></html> - Iniciar el programa seleccionado con ModOrganizer activado. - - - Run - Iniciar - - - Create a shortcut in your start menu to the specified program - Crear un acceso directo en tu menu de inicio del programa indicado - - - Menu Shortcut - Icono en Inicio - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">create a desktop shortcut for the selected program</span></p></body></html> - Crea un acceso directo en el escritorio para el programa seleccionado - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a desktop shortcut that directly starts the selected program with the MO active.</span></p></body></html> - Crea un acceso directo en el escritorio para el programa seleccionado con MO activado en segundo plano. - - - Desktop Shortcut - Icono en el escritorio - - - ESPs - ESPs - - - save esp list and load order. - Guardar la lista de prioridades de carga. - - - Save - Guardar - - - List of available esp/esm files - Listado de ficheros esp/esm disponibles - - - Configure the executables that can be started through Mod Organizer - Configura el ejecutable que sera iniciado desde Mod Orgenizer - - - Update - Actualizacion - - - Mod Organizer is up-to-date - Mod Organizer esta actualizado - - - Data - Datos - - - Categories - Categorias - - - refresh data-directory overview - refresca la vista del directorio de datos - - - Refresh the overview. This may take a moment. - Refresca toda la vista. Esto puede tomar un tiempo. - - - Refresh - Recargar - - - This is an overview of your data directory as visible to the game (and tools). - Esta es una visión general del directorio de datos como visible para el juego (y herramientas). - - - File - Fichero - - - Mod - Mod - - - Filter the above list so that only conflicts are displayed. - Filrar la lista superior por conflictos. - - - Show only conflicts - Monstrar solo los conflictos - - - Saves - Part. Guardadas - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you click &quot;Fix Mods...&quot; in the context menu, omo will try to activate all mods and esps to fix those missing esps. It will not disable anything!</span></p></body></html> - Esta es la lista de Partidas guardadas para este juego. Manten el cursor del raton encima de una partida para informacion de esa partida, incluyendo los ficheros ESPs/ESMs que este utilizando esa partida guardada en cuestion y que no se encuentran cargados o activados. - -Activar Mods faltantes en el menu contextual del raton intentara activar los mods que necesite esa partida guardada para poderse ejecutar sun problemas, pero no se desactivara ningun otro mod que tengas activado. - - - Downloads - Descargas - - - Downloaded mods - Mods descargados - - - This is a list of mods you downloaded from Nexus. Double click one to install it. - Esta es la lista de los mods que has descargado desde Nexus. Doble Click para instalar. - - - Tool Bar - Tool Bar - - - Install Mod - Instalar Mod - - - Install &Mod - Instalar &Mod - - - Install a new mod from an archive - Instalar un nuevo Mod desde un archivo - - - Ctrl+M - Ctrl+M - - - Help - Ayuda - - - &Help - &Ayuda - - - Provides help to almost elements of the UI - Muestra la ayuda en algunos elementos del programa - - - Ctrl+H - Ctrl+H - - - Profiles - Perfiles - - - &Profiles - &Perfiles - - - Configure Profiles - Configurar los perfiles - - - Ctrl+P - Ctrl+P - - - Executables - Ejecutables - - - &Executables - &Ejecutables - - - Configure the executables that can be started throug Mod Organizer - Configurar los ejecutables que pueden ser inciados desde Mod Organizer - - - Ctrl+E - Ctrl+E - - - Edit Ini - Editar Ini - - - Edit &Ini - Editar &Ini - - - Edit the ini file of the current profile - Editar el fichero Ini del perfil actual - - - Ctrl+I - Ctrl+I - - - Settings - Configuracion - - - &Settings - &Configuracion - - - Configure settings and workarounds - Configuraciones y modos - - - Ctrl+S - Ctrl+S - - - Nexus - Nexus - - - Search nexus network for more mods - Buscar en la red de Nexus mas Mods - - - Ctrl+N - Ctrl+N - - - <All> - <Todos> - - - <Checked> - <Marcado> - - - <Unchecked> - <Desmarcado> - - - init failed - Fallo Init - - - failed to save load order: %1 - Fallo guardando el orden de carga: %1 - - - <Update> - <Actualizacion> - - - Name - Nombre - - - Please enter a name for the new profile - Por favor introduzca un nombre para el nuevo perfil - - - failed to create profile: %1 - Fallo al crear el perfil: %1 - - - Downloads in progress - Descarga en progreso - - - There are still downloads in progress, do you really want to quit? - Aun hay descargas en progreso, estas seguro que quieres salir? - - - failed to read savegame: %1 - Fallo al leer la partida guardada: %1 - - - <table cellspacing="5"><tr><td>Save Number</td><td>%1</td></tr><tr><td>Character</td><td>%2</td></tr><tr><td>Level</td><td>%3</td></tr><tr><td>Location</td><td>%4</td></tr><tr><td>Date</td><td>%5</td></tr><tr><td>Screenshot</td><td>%6</td></tr><tr><td>Missing ESPs</td><td><h5>%7</h5></td></tr></table> - <table cellspacing="5"><tr><td>Partida Numero</td><td>%1</td></tr><tr><td>Personaje</td><td>%2</td></tr><tr><td>Nivel</td><td>%3</td></tr><tr><td>Localizacion</td><td>%4</td></tr><tr><td>Date</td><td>%5</td></tr><tr><td>Captura</td><td>%6</td></tr><tr><td>Faltantes ESPs</td><td><h5>%7</h5></td></tr></table> - - - Failed to start steam - Fallo al iniciar Steam - - - "%1" not found - "%1" no encontrado - - - Start steam? - Iniciar Steam? - - - Steam is required to be running already to correctly start Mod Organizer. Should MO try to start steam now? - Se requiere que Steam este ya ejecutandose para que Mod Orgenizer funcione correctamente. Quieres que MO intente ejecutar Steam ahora? - - - Never - Nunca - - - Also in: - Tambien en: - - - No conflict - Sin conflictos - - - <Edit...> - <Editar...> - - - Choose Mod - Seleccione Mod - - - Mod Archive (*.zip *.7z *.rar) - Fichero Mod (*.zip *.7z *.rar) - - - Installation successful - Instalacion completada - - - Configure Mod - Configurar Mod - - - This mod contains ini tweaks. Do you want to configure them now? - Este mod contiene modificaciones del Ini. Quieres configurarlas ahora? - - - failed to refresh directory structure - Fallo al recargar la estructura del directorio - - - Download started - Descarga comenzada - - - failed to update mod list: %1 - Fallo al actualizar la lista de Mods: %1 - - - failed to spawn notepad.exe: %1 - Fallo al cargar el Bloc de notas: %1 - - - Ini files are local to the currently selected profile. - Los ficheros INI son locales para el perfil seleccionado. - - - failed to open %1 - Fallo al abrir %1 - - - Name not valid - Nombre no valido - - - failed to change origin name: %1 - fallo al cambiar el nombre original del fichero %1 - - - New name - Nuevo nombre - - - A mod with that name exists already - Un Mod con este nombre ya existe - - - failed to rename mod: %1 - fallo al cambiar el nombre al mod: %1 - - - Priority - Prioridad - - - Choose Priority - Selecciona Prioridad - - - Install Mod... - Instalar Mod... - - - Set Priority - Define Prioridad - - - Highest - Muy Alta - - - Manually... - Manualmente... + + Installation + Instalación - Lowest - Muy Baja + + + unknown + Desconocido - Rename Mod... - Cambiar nombre... + + Name of your mods + Nombre de tus mods - Remove Mod... - Quitar Mod... + + Version of the mod (if available) + Version del mod (si esta disponible) - Error - Error + + Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. + Prioridad de instalacion de tu mod. Cuanto mas alto sea pisara los mods con menos prioridad. - Enable all visible - Activar todos los visibles + + Category of the mod. + Categoría del mod. - Disable all visible - Desactivar todos los visibles + + Id of the mod as used on Nexus. + Id del mod tal como se utiliza en Nexus. - Information... - Informacion... + + Emblemes to highlight things that might require attention. + Emblemas para destacar las cosas que podrían requerir atención. - Set Category - Definir Categoria + + Time this mod was installed + Tiempo que fue instalado el mod + + + MotDDialog - Mod Archive - Fichero Mod + + Message of the Day + Mensaje del día - Check all for update - Buscar Actualizaciones + + OK + Aceptar + + + MyFileSystemModel - Fix Mods... - Activar Mods faltantes... + + Overwrites + Sobreescribir - failed to remove %1 - Fallo eliminando %1 + + not implemented + no implementado + + + NXMAccessManager - failed to create %1 - Fallo creando el fichero %1 + + Logging into Nexus + Inicio de sesión en Nexus - failed to open archive: %1 - Fallo abriendo el fichero: %1 + + timeout + Tiempo de espera - failed to write to file %1 - Fallo de escritura en el fichero %1 + + Please check your password + Por favor introduzca su contraseña + + + NexusInterface - %1 written - %1 escrito + + Failed to guess mod id for "%1", please pick the correct one + Fallo adivinar Identificación del mod para "% 1", por favor elegir la correcta - Update available - Disponible actualización + + empty response + Respuesta vacía - Write To File... - Escribir al fichero... + + invalid response + respuesta no válida @@ -4215,206 +3695,187 @@ Activar Mods faltantes en el menu contextual del raton intentara activar los mod Overwrite - + Sobreescribir You can use drag&drop to move files and directories to regular mods. - + Puedes utilizar arrastrar y soltar para mover archivos y directorios a mods regulares &Delete - &Delete + &Eliminar &Rename - &Rename + &Renombrar &Open - &Open + &Abrir &New Folder - &New Folder - - - Failed to delete %1 - Error borrando %1 + &Nueva Carpeta Failed to delete "%1" - + Error al borrar "%1" Confirm - Confirma + Confirmar Are sure you want to delete "%1"? - Estas seguro de querer borrar "%1"? + Estas seguro de querer eliminar "%1"? Are sure you want to delete the selected files? - Etas seguro de querer borrar los ficheros seleccionados? + ¿Estas seguro de querer eliminar los ficheros seleccionados? New Folder - Nueva Carpeta + Nueva Carpeta Failed to create "%1" - Fallo al crear "%1" + Fallo al crear "%1" PluginList - + + Name + Nombre + + + + Priority + Prioridad + + + Mod Index - + Índice de Mod - + Flags - + Banderas - - + + unknown - + Desconocido - + Name of your mods - + Nombre de tus mods - + Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority. - + 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. - + The modindex determins the formids of objects originating from this mods. - + El índice de mod determins la forma ids de objetos que provienen de este mods. - + failed to update esp info for file %1 (source id: %2), error: %3 - + fallo al actualizar información del esp del archivo %1 (fuente id: %2), error: %3 - + esp not found: %1 ESP no encontrado: %1 - - + + Confirm - Confirma + Confirmar - + Really enable all plugins? - + ¿Realmente habilitar todos los plugins? - + Really disable all plugins? - + ¿Realmente deshabilitar todos los plugins? - + The file containing locked plugin indices is broken - + El fichero que contiene los índices del plugin están bloqueados o rotos - + 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. - + 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. - - BOSS dll incompatible - - - - - Missing Masters - - - - - Enabled Masters + + <b>Origin</b>: %1 - - failed to restore load order for %1 - + + Author + Autor - min - min + + Description + Descripcion - max - max + BOSS dll incompatible + BOSS dll incompatible - + This plugin can't be disabled (enforced by the game) - + Este plugin no se puede desactivar (impuesto por el juego) - Origin: %1 - + Origen: %1 - - Name - Nombre - - - Names of your mods - Nombres de tus Mods - - - - Priority - Prioridad - - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Prioridad de instalación de tu mod. Cuanto mayor sea, más "importante" es y así sobrescribe archivos de mods con menor prioridad. - - - This index determines the id of items, spells, ... introduced by the mod. Their id will be "xxyyyyyy" where "xx" is this index which "yyyyyy" is determined by the mod itself. - Este índice determina el id de elementos, hechizos,... indicado por el MOD. Su identificación será "xxyyyyyy" donde "xx" es este índice y que "yyyyyy" está determinado por el MOD. + + Missing Masters + Maestros Desaparecidos - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority - Prioridad de carga de tu Mod. Cuanto mas alto sea el numero mas importante sera y cargara por encima de los mods que tengan menos prioridad + + Enabled Masters + Activar Maestros - ModIndex - Indice Mod + + failed to restore load order for %1 + fallo al restaurar el orden de carga 1% @@ -4422,12 +3883,12 @@ Activar Mods faltantes en el menu contextual del raton intentara activar los mod Preview - + Previsualizar Close - Cerrar + Cerrar @@ -4435,7 +3896,7 @@ Activar Mods faltantes en el menu contextual del raton intentara activar los mod Problems - + Problemas @@ -4444,105 +3905,105 @@ Activar Mods faltantes en el menu contextual del raton intentara activar los mod p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> <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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> - +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> +<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;"><br /></p></body></html> Close - Cerrar + Cerrar Fix - + Corregir No guided fix - + No existe una solución guiada Profile - - failed to apply ini tweaks - fallo al aplicar las modificaciones al ini - invalid profile name %1 - + Nombre de perfil no válido %1 failed to create %1 - + Fallo al crear %1 - + failed to write mod list: %1 - + Fallo al escribir lista de mod:s: %1 - + failed to update tweaked ini file, wrong settings may be used: %1 - + fallo al actualizar ajustes fichero ini, puede ser usado: %1 - + failed to create tweaked ini: %1 - + fallo al crear ajustes ini: %1 + + + + "%1" is missing or inaccessible + "%1" no encontrado + + + + + + + + invalid index %1 + fallo al crear ajustes ini: %1 - + Overwrite directory couldn't be parsed - + Directorio de sobrescritura no se pudo analizar - + invalid priority %1 prioridad invalida %1 - + failed to parse ini file (%1) - + fallo al analizar fichero ini (%1) - + failed to parse ini file (%1): %2 - + fallo al analizar fichero ini (%1): %2 - - + + failed to modify "%1" - + fallo al modificar "%1" - + Delete savegames? - + ¿Eliminar partidas guardadas? - + Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames) - - - - - - - - - invalid index %1 - indice invalido %1 + ¿Quieres borrar partidas locales guardadas? (Si seleccionas "No", los juegos salvados aparecerán de nuevo si vuelves a habilitar las partidas locales guardadas) @@ -4550,27 +4011,27 @@ p, li { white-space: pre-wrap; } Dialog - + Diálogo Please enter a name for the new profile - Por favor introduzca un nombre para el nuevo perfil + Por favor introduzca un nombre para el nuevo perfil If checked, the new profile will use the default game settings. - + Si se marca, el nuevo perfil utilizará la configuración predeterminada de juego. 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. - + 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. Default Game Settings - + Ajustes del Juego por Defecto @@ -4594,22 +4055,24 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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.</p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> 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.</p></body></html> - - - - Savegame Filter - Filtro de Part. Guardadas + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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.</p> +<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;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Nota</span> 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.</p></body></html> If checked, savegames are local to this profile and will not appear when starting with a different profile. - + Si se selecciona, las partidas guardadas como locales de este perfil no aparecerán cuando se parte de un perfil diferente. Local Savegames - + Partidas guardadas local @@ -4626,7 +4089,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The Mod Organizer uses a workaround called &quot;BSA redirection&quot; (google is your friend) to fix this issue reliably and without further work. Simply activate and forget.</span></p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">El Mod Organizer utiliza una solución llamada &quot;BSA redirección&quot; (google es tu amigo) para solucionar este problema de forma fiable y sin más trabajo. Basta con activarlo y olvidarse.</span></p> +<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;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> @@ -4673,18 +4143,18 @@ p, li { white-space: pre-wrap; } Rename - + Renombrar Transfer save games to the selected profile. - + Transferencia salvar juegos al perfil seleccionado Transfer Saves - + Transferencia de archivos @@ -4720,12 +4190,12 @@ p, li { white-space: pre-wrap; } Invalid name - + Nombre inválido Invalid profile name - + Nombre de perfil no válido @@ -4735,31 +4205,27 @@ p, li { white-space: pre-wrap; } Are you sure you want to remove this profile (including local savegames if any)? - + ¿Estás seguro que deseas eliminar este perfil (incluyendo partidas locales guardadas si los hay)? Profile broken - + Perfil roto 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? - - - - Are you sure you want to remove this profile? - Estas seguro de que quieres borrar este perfil? + 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? Rename Profile - + Renombrar perfil New Name - + Nombre Nuevo @@ -4775,84 +4241,78 @@ p, li { white-space: pre-wrap; } QObject - invalid category %1 - categoria invalida %1 - - - None - Nada - - - Animations - Animaciones - - - Armour - Armadura - - - Audio - Sonido - - - Cities - Ciudades - - - Clothing - Ropajes + + Failed to save custom categories + Error al guardar categorías personalizadas - Collectables - Coleccionables + + + + + invalid index %1 + indice invalido %1 - Creatures - Creaturas + + invalid category id %1 + categoría id no válida %1 - Factions - Facciones + + invalid field name "%1" + nombre de campo no válido "%1" - Gameplay - Juego + + invalid type for "%1" (should be integer) + tipo no válido para "%1" (debe ser un número entero) - Hair - Pelo + + invalid type for "%1" (should be string) + tipo no válido para "%1" (debe ser string) - Items - Objetos + + invalid type for "%1" (should be float) + tipo no válido para "%1" (debe ser float) - Locations - Localizaciones + + no fields set up yet! + ¡ningún campo creado todavía! - NPCs - NPCs + + field not set "%1" + campo no ajustado "%1" - Patches - Parches + + invalid character in field "%1" + carácter inválido en el ancho del campo "%1" - Quests - Misiones + + empty field name + Nombre del campo vacío - Races & Classes - Razas & Clases + + invalid game type %1 + tipo de juego inválido %1 - Videos - Videos + + helper failed + Fallo el ayudante - Weapons - Armas + + + failed to determine account name + no se pudo determinar el nombre de la cuenta @@ -4925,114 +4385,91 @@ p, li { white-space: pre-wrap; } Fallo al configurar la carga por proxy-dll - - "%1" is missing - "%1" no encontrado - - - + Permissions required Se requieren permisos - 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 "mo_helper.exe" with administrative rights). - La cuenta de usuario actual no tiene los derechos de acceso necesarios para ejecutar el Mod Organizer. Los cambios necesarios pueden hacerse automáticamente (el directorio de MO se harán escritura para la cuenta de usuario actual). Se le pedirá a ejecutar "mo_helper.exe" con derechos de administrador). + + 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. + 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. - - + + Woops - - - - - 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. - + Woops - + 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 - + ¡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 - + ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1 - + ¡ModOrganizer se ha estrellado! Lamentablemente no fue capaz de escribir un archivo de diagnóstico: %1 + + + + + Mod Organizer + Mod Organizer - + An instance of Mod Organizer is already running Ya se está ejecutando una instancia de Mod Organizer - + No game identified in "%1". The directory is required to contain the game binary and its launcher. - + Juego no identificado en "%1". Se requiere que el directorio contenga el binario del juego y su lanzador. - - + + Please select the game to manage Por favor seleccione el juego - + Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!) - - - - invalid profile %1 - perfil invalido %1 + Por favor selecciona la edición del juego que tienes (MO no puede iniciar el juego correctamente si esto está mal ajustado!) - "%1" not found - "%1" no encontrado + + failed to start application: %1 + - + Please use "Help" from the toolbar to get usage instructions to all elements Por favor utilice "Ayuda" en la barra superior para obtener informacion sobre todos los elementos - invalid row %1 - colunma invalida %1 - - - invalid priority %1 - prioridad invalida %1 - - - - - failed to find "%1" - fallo al encontrar %1 - - - - + + <Manage...> <Definir...> - + failed to parse profile %1: %2 no se pudo analizar el perfil % 1: %2 - Please Wait - Por favor, espere - - - This can take a moment - Esto tomara un momento + + failed to find "%1" + fallo al encontrar %1 - + failed to access %1 Fallo al acceder %1 - + failed to set file time %1 Fallo al definir la hora al fihcero %1 @@ -5042,16 +4479,15 @@ p, li { white-space: pre-wrap; } Fallo al crear %1 - modlist.txt missing - No se encuentra modlist.txt - - - failed to copy "%1" to "%2", this is going to end badly... - Error al copiar "%1" a "%2", esto va a terminar mal... + + "%1" is missing or inaccessible + "%1" is missing + "%1" no encontrado - Before you can use ModOrganizer, you need to create at least one profile! - Antes de poder usar ModOrganizer, necesitas crear al menos un perfil! + + Before you can use ModOrganizer, you need to create at least one profile. ATTENTION: Run the game at least once before creating a profile! + Antes de poder utilizar ModOrganizer, es necesario crear al menos un perfil. ATENCIÓN: Ejecutar el juego al menos una vez antes de crear un perfil! @@ -5072,153 +4508,64 @@ p, li { white-space: pre-wrap; } Fallo al abrir %1 - English - Ingles - - - - - Mod Organizer - Mod Organizer - - - + Script Extender Script Extender - + Proxy DLL Proxy DLL - + failed to spawn "%1" Fallo al crear "%1" - + Elevation required - + Elevación requerida - + This process requires elevation to run. This is a potential security risk so I highly advice you to investigate if "%1" 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) - + Este proceso require elevación tal iniciar. +Este es un riesgo potencial para la seguridad, así que aconsejo vivamente investigarlo +"%1" +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) - + failed to spawn "%1": %2 Fallo al crear "%1": %2 - + "%1" doesn't exist "%1% no existe - + failed to inject dll into "%1": %2 Fallo al injectar la dll en "%1": %2 - + failed to run "%1" Fallo al abrir %1 - - removal of "%1" failed: %2 - remove %1 failed - Fallo eliminando %1 - - - - helper failed - Fallo el ayudante - - - - - failed to determine account name - no se pudo determinar el nombre de la cuenta - - - - Failed to save custom categories - Error al guardar categorías personalizadas - - - - - - - invalid index %1 - indice invalido %1 - - - - invalid category id %1 - - - - - Before you can use ModOrganizer, you need to create at least one profile. ATTENTION: Run the game at least once before creating a profile! - - - - - invalid field name "%1" - - - - - invalid type for "%1" (should be integer) - - - - - invalid type for "%1" (should be string) - - - - - invalid type for "%1" (should be float) - - - - - no fields set up yet! - - - - - field not set "%1" - - - - - invalid character in field "%1" - - - - - empty field name - - - - - invalid game type %1 - - failed to open temporary file - + Fallo al abrir el archivo temporal @@ -5226,37 +4573,37 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Mod Exists - + Mod Existente 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. - + Este mod parece estar ya instalado. ¿Quieres agregar ficheros de este archivo (sobrescribe los existentes) o quieres sustituir por completo los ficheros existentes (se eliminan los ficheros antiguos)? Alternativamente, puedes instalar este mod con un nombre diferente. Keep Backup - + Conservar copias de seguridad Merge - + Combinar Replace - + Reemplazar Rename - + Renombrar Cancel - Cancelar + Cancelar @@ -5264,27 +4611,27 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Save # - + Guardar # Character - + Carácter Level - + Nivel Location - + Ubicación Date - + Fecha @@ -5292,7 +4639,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Missing ESPs - + ESP Faltantes @@ -5300,37 +4647,37 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Dialog - + Diálogo Copy To Clipboard - + Copiar al Portapapeles Save As... - + Guardar Como… Close - Cerrar + Cerrar Save CSV - + Guardar CSV Text Files - + Fich. Texto failed to open "%1" for writing - + Fallo al abrir "%1 para escritura @@ -5338,29 +4685,25 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Select - + Seleccionar Placeholder - + Marcador de posicion Cancel - Cancelar + Cancelar SelfUpdater - - mo_archive.dll not loaded: "%1" - mo_archive.dll no cargado: "%1" - archive.dll not loaded: "%1" - + archive.dll no cargado: "%1" @@ -5383,7 +4726,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Download failed: %1 - + Fallo en la descarga: %1 @@ -5398,7 +4741,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe failed to move outdated files: %1. Please update manually. - + Fallo al mover archivos obsoletos: %1. Por favor, actualice manualmente. @@ -5413,58 +4756,46 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Failed to parse response. Please report this as a bug and include the file mo_interface.log. - + No se ha podido analizar la respuesta. Por favor, informa de este error e incluir archivo mo_interface.log. No incremental update available for this version, the complete package needs to be downloaded (%1 kB) - + Ninguna actualización incremental disponible para esta versión, el paquete completo tiene que ser descargado (%1 kB) no file for update found. Please update manually. - - - - - No download server available. Please try again later. - + ningún archivo de actualización encontrado. Por favor, actualice manualmente. Failed to retrieve update information: %1 - - - - No incremental update available for this version, the complete package needs to be installed (%1 kB) - No hay disponible para esta versión una actualización incremental, el paquete completo debe instalarse (%1 kB) + Fallo al recuperar información de actualización: %1 - Failed to retrieve update information - No se pudo recuperar la información de actualización + + No download server available. Please try again later. + No hay ningún servidor de descarga disponible. Por favor, inténtelo de nuevo más tarde. Settings - Administrative rights required to change this. - Derechos administrativos necesarios para cambiar esto. - - - - + + attempt to store setting for unknown plugin "%1" - + tratando de almacenar la configuración para plugin desconocido "%1" - + Confirm - Confirma + Confirmar - + 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? - + ¡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? @@ -5474,6 +4805,11 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Settings Configuracion + + + General + General + Language @@ -5484,31 +4820,6 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe The display language El idioma del programa - - The display language. This will only displayed languages for which you have a translation installed. - El idioma del programa. Esto solo mostrara los idiomas instalados. - - - - Enforces that inactive ESPs and ESMs are never loaded. - Se asegura que no se cargan nunca los ESPs y ESMs inactivos. - - - - 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. - 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. - - - - Hide inactive ESPs/ESMs - Ocultar ESPs/ESMs inactivos - - - Load - Cargar - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -5516,304 +4827,324 @@ No, pero sabe cuáles son las circunstancias, pero informes de usuario implican p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The display language. This will only displaye languages for which you have a translation installed.</span></p></body></html> - - - - - Disable automatic internet features - - - - - 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) - - - - - Offline Mode - - - - - Use a proxy for network connections. - - - - - 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. - - - - - Use HTTP Proxy (Uses System Settings) - - - - - Preferred Servers (Drag & Drop) - - - - - Workarounds - Soluciones - - - - Load Mechanism - Mecamismo de carga - - - - Select loading mechanism. See help for details. - Selecciona la forma de cargar. Mira la ayuda para detalles. + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Idioma de pantalla. Esto sólo displaya idiomas para los que tienen una traducción instalada.</span></p></body></html> - - Steam App ID - Steam App ID + + Style + Estilo - - Associate with "Download with manager" links - + + graphical style + estilo gráfico - - Known Servers (updated on download) - + + graphical style of the MO user interface + estilo gráfico de la interfaz de usuario MO - - The Steam AppID for your game - El AppID de tu juego + + Log Level + Nivel de Log - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &quot;Mod Organizer&quot; load mechanism may not work properly.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The preset for this is the App ID of the &quot;regular&quot; version so in most cases, you should be set.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you think you have a different version (GotY or something), follow these steps to get to the id:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1. Navigate to the game library in steam</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2. right-click on the game you need the id for and choose </span><span style=" font-size:8pt; font-weight:600;">Create desktop shortcut</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">3. right-click on the newly created shortcut on your desktop and select </span><span style=" font-size:8pt; font-weight:600;">Properties</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4. in the URL-field you should see something like this: </span><span style=" font-size:8pt; font-style:italic;">steam://rungameid/22380</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">22380 is the id you're looking for.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The Steam App ID is in required to directly start some games. For Skyrim, if this is not set or wrong, the &quot;Mod Organizer&quot; load mechanism may not work properly.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The preset for this is the App ID of the &quot;regular&quot; version so in most cases, you should be set.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you think you have a different version (GotY or something), follow these steps to get to the id:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1. Navigate to the game library in steam</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2. right-click on the game you need the id for and choose </span><span style=" font-size:8pt; font-weight:600;">Create desktop shortcut</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">3. right-click on the newly created shortcut on your desktop and select </span><span style=" font-size:8pt; font-weight:600;">Properties</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4. in the URL-field you should see something like this: </span><span style=" font-size:8pt; font-style:italic;">steam://rungameid/22380</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">22380 is the id you're looking for.</span></p></body></html> - + + Decides the amount of data printed to "ModOrganizer.log" + Decide la cantidad de datos impresos a "ModOrganizer.log" - - Allows automatic log-in when the Nexus-Page for the game is clicked. - Permite el incio automatico en Nexus al seleccionar el juego. + + 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. + 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. - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - + + Debug + Depurar - - - Nexus - Nexus + + Info + Información - - General - General + + Error + Error Advanced - + Avanzado Directory where downloads are stored. - + Directorio donde se guardan las descargas. Mod Directory - + Directorio Mod Directory where mods are stored. - + Directorio donde se almacenan los mods. 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). - + 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). Download Directory - + Directorio de Descargas Cache Directory - - - - ... - Examinar - - - - - Modify the categories available to arrange your mods. - Modificar las categorías disponibles para organizar tus mods. + Directorio de Caché - - Style + + User interface - - graphical style + + If checked, the download interface will be more compact. - - graphical style of the MO user interface + + Compact Download Interface - - Log Level + + If checked, the download list will display meta information instead of file names. - - Decides the amount of data printed to "ModOrganizer.log" + + Download Meta Information - - 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. - + + Reset stored information from dialogs. + Reiniciar la información almacenada de los diálogos. - - Debug - + + This will make all dialogs show up again where you checked the "Remember selection"-box. + Esto hará que todos los diálogos se vuelven a mostrar al marcar la opción "Recordar selección"-box. - - Info - + + Reset Dialogs + Restablecer Diálogos - - Error - Error + + + Modify the categories available to arrange your mods. + Modificar las categorías disponibles para organizar tus mods. - - Reset stored information from dialogs. - + + Configure Mod Categories + Configurar categorías Mod - - This will make all dialogs show up again where you checked the "Remember selection"-box. - + + + Nexus + Nexus - - Reset Dialogs - + + Allows automatic log-in when the Nexus-Page for the game is clicked. + Permite el incio automatico en Nexus al seleccionar el juego. - - Configure Mod Categories - Configurar categorías Mod + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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í.</span></p></body></html> - + If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic. - + Si está activada y si se introducen las credenciales correctas, inicia una sesión en Nexus (para navegar y descargar) es automático. - + Automatically Log-In to Nexus Inicio automatico en Nexus - + Username Usuario - + Password Contraseña - Handle NXM Links - Manejar enlaces NXM + + Disable automatic internet features + Deshabilitar funciones automáticas de Internet + + + + 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) + 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) + + + + Offline Mode + Modo Desconectado + + + + Use a proxy for network connections. + Utilizar un proxy para las conexiones de red. + + + + 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. + 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. + + + + Use HTTP Proxy (Uses System Settings) + Usar HTTP Proxy (Usa configuración del sistema) + + + + Associate with "Download with manager" links + Asociar con "Download Manager" links + + + + Known Servers (updated on download) + Servidores conocidos (descarga actualizada) + + + + Preferred Servers (Drag & Drop) + Servidores preferidos (Arrastrar y soltar) - + Plugins - + Plugins - + Author: - + Autor: - + Version: - + Versión: - + Description: - + Descripción - + Key - + Tecla - + Value - + Valor - + Blacklisted Plugins (use <del> to remove): - + Lista negra de Plugins (usa <supr> para eliminar): - + + Workarounds + Soluciones + + + + Steam App ID + Steam App ID + + + + The Steam AppID for your game + El AppID de tu juego + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &quot;Mod Organizer&quot; load mechanism may not work properly.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The preset for this is the App ID of the &quot;regular&quot; version so in most cases, you should be set.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you think you have a different version (GotY or something), follow these steps to get to the id:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1. Navigate to the game library in steam</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2. right-click on the game you need the id for and choose </span><span style=" font-size:8pt; font-weight:600;">Create desktop shortcut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">3. right-click on the newly created shortcut on your desktop and select </span><span style=" font-size:8pt; font-weight:600;">Properties</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4. in the URL-field you should see something like this: </span><span style=" font-size:8pt; font-style:italic;">steam://rungameid/22380</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">22380 is the id you're looking for.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The Steam App ID is required to directly start some games. For Skyrim, if this is not set or wrong, the &quot;Mod Organizer&quot; load mechanism may not work properly.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">El valor predeterminado para esto es el App ID de la &quot;regular &quot; versión por lo que en la mayoría de los casos, debe ser fijado.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Si piensas que tienes una versión diferente (GotY o algo así), sigue estos pasos para llegar a la id:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1. Vaya a la biblioteca de juegos en steam</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2. haz clic derecho en el juego que necesita el id para elegir y en </span><span style=" font-size:8pt; font-weight:600;">Crear acceso directo al escritorio</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">3. haz clic en el acceso directo recién creado en el escritorio y selecciona </span><span style=" font-size:8pt; font-weight:600;">Propiedades</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4. en el campo URL deberías ver algo como esto: </span><span style=" font-size:8pt; font-style:italic;">steam://rungameid/22380</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">22380 es el ID que estás buscando.</span></p></body></html> + + + + Load Mechanism + Mecamismo de carga + + + + Select loading mechanism. See help for details. + Selecciona la forma de cargar. Mira la ayuda para detalles. + + + 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. @@ -5821,89 +5152,131 @@ There are several means to do this: *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. - + 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. - + NMM Version - + NMM Version - + The Version of Nexus Mod Manager to impersonate. - + La versión de Nexus Mod Manager para suplantar. - + 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. tl;dr-version: If Nexus-features don't work, insert the current version number of NMM here and try again. - + 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. + +tl;dr-version: Si Nexus-features no funciona, introduzca el número de la versión actual de NMM aquí y vuelva a intentarlo. + + + + Enforces that inactive ESPs and ESMs are never loaded. + Se asegura que no se cargan nunca los ESPs y ESMs inactivos. + + + + 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. + 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. + + + + Hide inactive ESPs/ESMs + Ocultar ESPs/ESMs inactivos - + If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on) - + 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) - + 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. - + 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. - + Force-enable game files + Fuerza a habilitar archivos del juego + + + + 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. + + + + + 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. - - + + Display mods installed outside MO + + + + + 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! - Para Skyrim, puede utilizarse en lugar de invalidación de archivo. Debe despedir AI para todos los perfiles. -Para los otros juegos no es un sustituto suficiente AI! + 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 - + Back-date BSAs - Back-date BSAs + Fecha Respaldo BSAs - + These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. - - - - These are workarounds for problems with Mod Organizer. They are usually not neccessary. Please make sure you read the help text before changing anything here. - Estas son soluciones para problemas con Mod Organizer. Normalmente no son necesarios. Por favor, asegúrese de leer el texto de ayuda antes de cambiar cualquier cosa aquí. + Estas son soluciones para los problemas con Mod Organizer. Por favor, asegúrese de leer el texto de ayuda antes de cambiar nada aquí. Select download directory - + Seleccionar directorio de descargas Select mod directory - + Seleccionar directorio mod Select cache directory - + Seleccione el directorio caché Confirm? - + ¿Confirmar? This will make all dialogs show up again where you checked the "Remember selection"-box. Continue? - + Esto hará que todos los diálogos se vuelven a mostrar cuando marcó la opción "Recordar selección"-box. ¿Desea continuar? @@ -5949,7 +5322,6 @@ Para los otros juegos no es un sustituto suficiente AI! - failed to connect to running instance: %1 Error al conectarse a la instancia en ejecución: %1 @@ -5964,63 +5336,32 @@ Para los otros juegos no es un sustituto suficiente AI! Sync Overwrite - + Sobrescribir Sincronización Name - Nombre + Nombre Sync To - + Sincronizar ahora <don't sync> - + <No sincronizar> failed to remove %1 - Fallo eliminando %1 + Fallo al quitar %1 failed to move %1 to %2 - - - - - TextViewer - - Log Viewer - Visor de log - - - Placeholder - Marcador de posición - - - Save changes? - Grabar cambios? - - - Do you want to save changes to %1? - Esta seguro de grabar los cambios en %1? - - - failed to write to %1 - error de escritura en %1 - - - file not found: %1 - fichero no encontrado: %1 - - - Save - Grabar + Fallo al mover %1 to %2 @@ -6028,17 +5369,17 @@ Para los otros juegos no es un sustituto suficiente AI! Transfer Savegames - + Transferir Partidas Guardadas Global Characters - + Carácteres Globales This is a list of characters in the global location. - + Esto es una lista de carácteres en la posición global. @@ -6050,15 +5391,14 @@ On Windows Vista/Windows 7: On Windows XP: C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves - This is a list of characters in the global location. + Esto es una lista de carácteres en la posición global. On Windows Vista/Windows 7: - C:\Users\[UserName]\Documents\My Games\Skyrim\Saves +C:\Users\[UserName]\Documents\My Games\Skyrim\Saves On Windows XP: - C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves - - +C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves + @@ -6071,47 +5411,55 @@ On Windows XP: C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves - + Esta es una lista de partidas guardadas para el carácter seleccionado en la posición global. + +On Windows Vista/Windows 7: +C:\Users\[UserName]\Documents\My Games\Skyrim\Saves + +On Windows XP: +C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves + + Move -> - + Mover -> Copy -> - + Copiar -> <- Move - + <- Mover <- Copy - + <- Copiar Done - + Terminado Profile Characters - + Carácteres de Perfil Overwrite - + Sobreescribir Overwrite the file "%1" - + Sobrescribir el fichero "%1" @@ -6119,23 +5467,23 @@ On Windows XP: Confirm - Confirma + Confirmar Copy all save games of character "%1" to the profile? - + Copiar todos los caracteres del juego salvado "%1" para el perfil? 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. - + 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. 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. - + 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. diff --git a/src/organizer_fr.ts b/src/organizer_fr.ts index 462e1699..749b4fe3 100644 --- a/src/organizer_fr.ts +++ b/src/organizer_fr.ts @@ -50,7 +50,7 @@ Activate Mods - Activer Mods + Activer les Mods @@ -71,10 +71,10 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Ceci est une liste des fichiers esps et esms actifs lors de la création de la sauvegarde.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Pour chaque esp, la colonne de droite contient le ou les mods pouvant être activés afin de rendre les esps/esms manquants disponibles.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Ceci est une liste des fichiers ESPs et ESMs actifs lors de la création de la sauvegarde.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Si vous cliquez OK, tous les mods sélectionnés dans les colonnes de droite et tous les esps manquants qui deviendront disponibles seront activés.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> @@ -97,8 +97,7 @@ p, li { white-space: pre-wrap; } BAIN Package Installer - I have chosen "paquet" as a translation of package. There doesn't seem to be any elegant translation for package in this context. Alternate would be "paquetage", which seems even worse to my ear. - Installateur de paquet BAIN + Installateur de paquet BAIN ("Wrye Bash" et assimilés) @@ -113,14 +112,14 @@ p, li { white-space: pre-wrap; } Components of this package. - Composantes de ce paquet. + Composants de ce paquet. 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. - Composantes de ce paquet. -Si une composante est nommée "00 Core" elle est habituellement nécessaire. Les options sont classées par priorités, telles que définies par l'auteur. + 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. @@ -137,7 +136,7 @@ Si une composante est nommée "00 Core" elle est habituellement néces Opens a Dialog that allows custom modifications. - Ouvre une boite de dialogue permettant des modifications personalisées. + Ouvre une boite de dialogue permettant des modifications personnalisées. @@ -147,7 +146,7 @@ Si une composante est nommée "00 Core" elle est habituellement néces Ok - Ok + Correct @@ -155,6 +154,29 @@ Si une composante est nommée "00 Core" elle est habituellement néces Annuler + + BrowserDialog + + + Some Page + + + + + Search + + + + + new + + + + + failed to start download + + + CategoriesDialog @@ -175,7 +197,7 @@ Si une composante est nommée "00 Core" elle est habituellement néces 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. - ID interne de la catégorie. Les catégories auquelles 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. + 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. @@ -211,7 +233,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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 tentera de convertir la catégorie définie sur Nexus en une catégorie disponible dans MO.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> @@ -246,12 +268,12 @@ p, li { white-space: pre-wrap; } This feature may not work unless you're logged in with Nexus - Cette fonction pourrais être inutilisable si vous n'êtes pas connecté à Nexus + Cette fonction pourrais être inutilisable à moins que vous soyez connecté à Nexus Username - Nom d'usager + Nom d'utilisateur @@ -266,19 +288,15 @@ p, li { white-space: pre-wrap; } Never ask again - Ne plus demander + Ne plus jamais demander DirectoryRefresher - failed to read %1: %2 - Échec de lecture %1: %2 - - - + failed to read bsa: %1 - + Échec de lecture bsa: %1 @@ -301,7 +319,7 @@ p, li { white-space: pre-wrap; } Information missing, please select "Query Info" from the context menu to re-retrieve. - Information manquante, veuillez sélectionner "Demander info" dans le menu contextuel pour récupérer. + Information manquante; veuillez sélectionner "Demander info" dans le menu contextuel pour les récupérer. @@ -315,32 +333,32 @@ p, li { white-space: pre-wrap; } Placeholder - Signet + substitut - - + + Done - Double Click to install Terminé - Double-cliquer pour installer - - + + Paused - Double Click to resume - + En pause - Double-cliquez pour reprendre - - + + Installed - Double Click to re-install Installé - Double-cliquer pour réinstaller - - + + Uninstalled - Double Click to re-install - + Désinstallé - Double-cliquer pour réinstaller @@ -349,7 +367,7 @@ p, li { white-space: pre-wrap; } Placeholder - Signet + *substitut* @@ -360,392 +378,427 @@ p, li { white-space: pre-wrap; } DownloadListWidgetCompactDelegate - - - - - Are you sure? - Êtes-vous certain? - - - - This will remove all finished downloads from this list and from disk. - Ceci supprimera tous les téléchargements complétés de la liste et du disque. - - - - This will remove all installed downloads from this list and from disk. - Ceci supprimera tous les téléchargements installés de cette liste et du disque. - - - - Install - Installer - - - - Query Info - Demander info - - - - Remove - Supprimer - - - - Cancel - Annuler - - - + < mod %1 file %2 > - + Pending - + Paused - + En pause - + Fetching Info 1 - + Récupération des Infos 1 - + Fetching Info 2 - + Récupération des infos 2 - + Installed - + Installé - + Uninstalled - + Désinstallé - + Done - Terminé + Terminé - + + + + + Are you sure? + Êtes-vous certain? + + + + This will remove all finished downloads from this list and from disk. + Ceci supprimera tous les téléchargements complétés de la liste et du disque. + + + + This will remove all installed downloads from this list and from disk. + Ceci supprimera tous les téléchargements installés de cette liste et du disque. + + + This will permanently remove all finished downloads from this list (but NOT from disk). - + Ceci supprimera tous les téléchargements terminés de cette liste (mais PAS du disque). - + This will permanently remove all installed downloads from this list (but NOT from disk). - + Ceci supprimera tous les téléchargements installés de cette liste (mais PAS du disque). - Delete - + Install + Installer - Un-Hide - + Query Info + Demander info - Remove from View + Delete + Supprimer + + + + Un-Hide - Pause - Interrompre + Remove from View + Enlever de la liste + Cancel + Annuler + + + + Pause + Pause + + + + Remove + Supprimer + + + Resume Reprendre - + Delete Installed... - + Supprimer ceux installés... - + Delete All... - + Tout supprimer - + Remove Installed... - Supprimer installé... + Supprimer ceux installés... - + Remove All... - Supprimer tout... + Tout supprimer... DownloadListWidgetDelegate - - - - + + < mod %1 file %2 > + + + + + Pending + + + + + Fetching Info 1 + Récupération des informations 1 + + + + Fetching Info 2 + Récupération des informations 2 + + + + + + Are you sure? Êtes-vous certain? - + This will remove all finished downloads from this list and from disk. Ceci supprimera tous les téléchargements complétés de la liste et du disque. - + This will remove all installed downloads from this list and from disk. Ceci supprimera tous les téléchargements installés de la liste et du disque. - + This will remove all finished downloads from this list (but NOT from disk). - + Ceci supprimera tous les téléchargements complétés de cette liste (mais PAS du disque). - + This will remove all installed downloads from this list (but NOT from disk). - + Ceci supprimera tous les téléchargements installés de cette liste (mais PAS du disque). - + Install Installer - + Query Info - Demander info + Récupérer info - + Delete - + Supprimer - + Un-Hide - + Remove from View - - - - - Remove - Supprimer + Enlever de la liste - + Cancel Annuler - - < mod %1 file %2 > - - - - - Pending - - - - - Fetching Info 1 - - - - - Fetching Info 2 - + + Pause + Mettre en pause - - Pause - Interrompre + + Remove + Enlever - + Resume - Reprendre + Continuer - + Delete Installed... - + Supprimer ceux installés... - + Delete All... - + Tout supprimer... - + Remove Installed... - Supprimer installé... + Enlever de la liste ceux installés... - + Remove All... - Supprimer tout... + Enlever tout de la liste... DownloadManager - + failed to rename "%1" to "%2" + Impossible de renommer "%1" en "%2" + + + + Memory allocation error (in refreshing directory). - + Download again? - + Télécharger à nouveau ? - + 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. - + 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. - + failed to download %1: could not open output file: %2 - impossible de télécharger %1: impossible d'écrire le fichier %2 + impossible de télécharger %1: impossible d'écrire le fichier: %2 - + Wrong Game - + The download link is for a mod for "%1" but this instance of MO has been set up for "%2". - + + + + + + + + + + + + + + + + + invalid index + index invalide + + + failed to delete %1 impossible de supprimer %1 - + failed to delete meta file for %1 - impossible de supprimer le méta fichier pour %1 + impossible de supprimer le méta-fichier pour %1 - - - - - + + + + + invalid index %1 index invalide %1 - - Information updated - Information mise à jour + + No known download urls. Sorry, this download can't be resumed. + - - - No matching file found on Nexus! Maybe this file is no longer available or it was renamed? - Aucun fichier correspondant trouvé sur Nexus! Peut-être ce fichier n'est-il plus disponible ou a été renommé? + + Please enter the nexus mod id + Veuillez entre l'ID Nexus du mod - - No file on Nexus matches the selected file by name. Please manually choose the correct one. - Aucun fichier sur Nexus ne correspond au nom du fichier sélectionné. Veuillez s'il-vous-plaît sélectionner le bon manuellement. + + Mod ID: + ID du mod: - - No download server available. Please try again later. + + Main + Principal + + + + Update - - Failed to request file info from nexus: %1 - Impossible de demander l'info du fichier sur Nexus: %1 + + Optional + Optionnel - - Download failed. Server reported: %1 + + Old + Ancien + + + + Misc + Divers + + + + Unknown + Inconnu + + + + Memory allocation error (in processing progress event). - - Download failed: %1 (%2) - Téléchargement échoué: %1 (%2) + + Memory allocation error (in processing downloaded data). + - failed to delete file - impossible de supprimer le fichier + + Information updated + Information mise à jour - - - - - - - - - - - - - - - - invalid index - index invalide + + + No matching file found on Nexus! Maybe this file is no longer available or it was renamed? + Aucun fichier correspondant trouvé sur Nexus! Peut-être ce fichier n'est-il plus disponible ou a été renommé? - - Please enter the nexus mod id - Veuillez entre l'ID Nexus du mod + + No file on Nexus matches the selected file by name. Please manually choose the correct one. + Aucun fichier sur Nexus ne correspond au nom du fichier sélectionné. Veuillez s'il-vous-plaît sélectionner le bon manuellement. - - Mod ID: - ID du mod: + + No download server available. Please try again later. + Aucun serveur de téléchargement disponible. Veuillez réessayer plus tard. - invalid alphabetical index %1 - index alphabétique invalide %1 + + Failed to request file info from nexus: %1 + Impossible de demander l'info du fichier sur Nexus: %1 - Failed to request file info from nexus! - Impossible de récupérer les informations de fichier sur Nexus! + + Download failed. Server reported: %1 + - Download failed - Téléchargement échoué + + Download failed: %1 (%2) + Téléchargement échoué: %1 (%2) - + failed to re-open %1 - impossible d'ouvrir à nouveau %1 + Échec lors de la tentative de réouverture %1 @@ -753,7 +806,7 @@ p, li { white-space: pre-wrap; } Modify Executables - Mdifier les programmes + Modifier la liste des programmes @@ -763,7 +816,7 @@ p, li { white-space: pre-wrap; } This is a list of your configured executables. Executables in grey are automatically recognised and can not be modified. - Ceci est une liste des programmes configurés. Les programmes en gris sont détectés automatiquement et ne peuvent être modifiés. + Ceci est la liste des programmes configurés. Ceux en gris sont détectés automatiquement et ne peuvent être modifiés. @@ -779,23 +832,23 @@ p, li { white-space: pre-wrap; } Binary - Programme + Exécutable (*.exe, *.jar ...) Binary to run - Programme à exécuter + Exécutable à lancer Browse filesystem - Parcourir + Parcourir le système de fichier Browse filesystem for the executable to run. - Parcourir le système de fichiers pour le programme à exécuter. + Parcourir le système de fichiers pour l'exécutable à lancer @@ -829,24 +882,28 @@ p, li { white-space: pre-wrap; } 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. - + 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. +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. Overwrite Steam AppID - + Réécrire Steam AppID Steam AppID to use for this executable that differs from the games AppID. - + l'AppID Steam utilisé pour cet exécutable est différent des AppID de jeux. 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. - + 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). +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. @@ -876,12 +933,12 @@ Right now the only case I know of where this needs to be overwritten is for the Remove the selected executable - Supprimer le programme sélectionné + Enlever le programme sélectionné de la liste Remove - Supprimer + Enlever @@ -891,37 +948,42 @@ Right now the only case I know of where this needs to be overwritten is for the Select a binary - Choisir un programme + Choisir un exécutable Executable (%1) - + Executable (%1) Java (32-bit) required - + Java (32-bit) nécessaire MO requires 32-bit java to run this application. If you already have it installed, select javaw.exe from that installation as the binary. - + MO nécessite java 32-bit pour fonctionner. Si vous l'avez déjà installé, selectionnez le javaw.exe de son installation comme binaire. Select a directory - + Sélectionnez un répertoire Confirm - Confirmer + Confirmer Really remove "%1" from executables? - + Êtes-vous sûr de vouloir retirer "%1" des programmes ? + + + + Modify + Modifier @@ -938,16 +1000,7 @@ Right now the only case I know of where this needs to be overwritten is for the MO must be kept running or this application will not work correctly. - - - - Executable (*.exe *.bat) - Programme (*.exe *.bat) - - - - Modify - Modifier + MO doit continuer à fonctionner ou cette application ne fonctionnera pas correctement. @@ -977,7 +1030,6 @@ Right now the only case I know of where this needs to be overwritten is for the &Find Next - Unable to use F as an accelarator in French. Wsually, windows uses V from sui&vant. Tell me if the translation would support that? Chercher suivant @@ -993,56 +1045,52 @@ Right now the only case I know of where this needs to be overwritten is for the FOMOD Installation Dialog - + Boite de dialogue d'installation FOMOD Name - Nom + Nom Author - + Auteur Version - Version + Version Website - + Site Web <a href="#">Link</a> - + <a href="#">Lien</a> Manual - Manuel + Manuel Back - + Précédent Next - + Suivant Cancel - Annuler - - - Install - Installer + Annuler @@ -1050,7 +1098,7 @@ Right now the only case I know of where this needs to be overwritten is for the Install Mods - Installer Mods + installation des Mods @@ -1070,7 +1118,7 @@ Right now the only case I know of where this needs to be overwritten is for the 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. - 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. + 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. @@ -1098,64 +1146,25 @@ p, li { white-space: pre-wrap; } Placeholder - Signet + *substitut* OK - OK + Valider Cancel - Annuler - - - Looks good - Tout semble beau - - - No problem detected - Aucun problème trouvé - - - No game data on top level - Aucunes données de jeu au niveau supérieur - - - There is no esp/esm file or asset directory (textures, meshes, interface, ...) on the top level. - Il n'y a aucun esp/esm, ni dossier d'éléments de jeu (textures, meshes, interface, ...) au niveau supérieur. - - - Enter a directory name - Tapez un nom de dossier - - - A directory with that name exists - Un dossier ainsi nommé existe déjà - - - Set data directory - Sélectionner le dossier DATA - - - Unset data directory - Déselectionner le dossier DATA - - - Create directory... - Créer dossier... - - - &Open - &Ouvrir + Annuler InstallationManager - mo_archive.dll not loaded: "%1" - mo_archive.dll non chargé: "%1" + + archive.dll not loaded: "%1" + archive.dll n'est pas chargé: "%1" @@ -1167,115 +1176,90 @@ p, li { white-space: pre-wrap; } Password Mot de passe - - Directory exists - Dossier existant - - - The mod seems to be installed already. Do you want to add files from this archive (overwriting existing ones)? - Ce mod semble déjà installé. Voulez-vous ajouter les fichiers de cette archive (et écraser les fichiers existants)? - - + Extracting files Extraction des fichiers - - - File format "%1" not supported - Format de fichier "%1" non supporté - - - failed to open archive "%1" - impossible d'ouvrir l'archive "%1" - - - Installation as fomod failed: %1 - impossible d'ouvrir l'archive "%1": %2 - - - Confirm - Confirmer - - - - archive.dll not loaded: "%1" - - failed to create backup - + Impossible de créer une sauvegarde Mod Name - + Nom du mod Name - Nom + Nom Invalid name - + Nom incorrect The name you entered is invalid, please enter a different one. - + Le nom que vous avez entré est invalide, essayez-en un autre SVP. + + + + File format "%1" not supported + Format de fichier "%1" non supporté - + None of the available installer plugins were able to handle that archive - + Aucun des plugins installés n'arrive à traiter cette archive - + no error aucune erreur - + 7z.dll not found 7z.dll introuvable - + 7z.dll isn't valid 7z.dll invalide - + archive not found archive introuvable - + failed to open archive impossible d'ouvrir l'archive - + unsupported archive type type d'archive non supporté - + internal library error erreur de bibliothèque interne - + archive invalid archive invalide - + unknown archive error erreur d'archive inconnue @@ -1285,72 +1269,97 @@ p, li { white-space: pre-wrap; } Locked - Vérouillé + Verrouillé This dialog should disappear automatically if the application/game is done. Click unlock if it didn't. - Cette boite de dialogue devrait disparaître automatiquement une fois le programme ou jeu terminé. Sinon, cliquer "Dévérouiller". + Cette boite de dialogue devrait disparaître automatiquement une fois le programme ou jeu terminé. Sinon, cliquer "Déverrouiller". MO is locked while the executable is running. - MO est vérouillé pendant que le programme s'exécute. + MO est verrouillé pendant que le programme s'exécute. Unlock - Dévérouiller + Déverrouiller LogBuffer - + failed to write log to %1: %2 - + Impossible d'écrire le log %1: %2 MOApplication - + an error occured: %1 - + Une erreur est survenue : %1 - + an error occured - + une erreur est survenue MainWindow - - + + Categories - Catégories + Catégories + + + + Click blank area to deselect + + + + + If checked, only mods that match all selected categories are displayed. + + + + + And + + + + + If checked, all mods that match at least one of the selected categories are displayed. + - + + Or + + + + Profile - Profil + Profil - + Pick a module collection - Choisissez un profil + Choisissez un profil - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept seperate for different profiles.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> @@ -1358,65 +1367,73 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Veuillez noter que pour l'instant, l'ordre de chargement des ESPs est commun à tous les profils.</span></p></body></html> - + Refresh list Actualiser la liste - + Refresh list. This is usually not necessary unless you modified data outside the program. - Actualiser la liste. Normalement inutile à moins que vous n'ayez modifié des données à l'extérieur du programme. + Actualiser la liste. Normalement inutile à moins que vous n'ayez modifié des données à l'extérieur du programme. - - List of available mods. + + + Restore Backup... - - This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. + + + Create Backup - + + List of available mods. + Liste des mods disponibles. + + + + This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. + Voici la liste des mods installés. Utilisez les cases à cocher pour activer/désactiver les mods ainsi que le glisser & déposer pour modifier leur séquence d' "installation". + + + Filter - Flitre + Filtre - + No groups - + Aucun groupe - + Nexus IDs - IDs Nexus + IDs Nexus - - - + + + Namefilter - - - - Start - Lancement + Filtre de nom - + Pick a program to run. - Choisissez un programme à lancer. + Choisissez un programme à lancer. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can add new Tools to this list, but I can't promise tools I haven't tested will work.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> @@ -1424,96 +1441,101 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Vous pouvez ajouter d'autres outils à la liste, mais je ne peut garantir que les outils que je n'ai pas testé fonctionneront.</span></p></body></html> - + Run program - Lancer le programme + Lancer le programme - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Run the selected program with ModOrganizer enabled.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Exécuter le programme sélectionné avec ModOrganizer actif.</span></p></body></html> - + Run - Lancer + Lancer - + Create a shortcut in your start menu or on the desktop to the specified program - + Crée un raccourci dans votre menu démarrer, ou sur le bureau, pour le programme spécifié - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a start menu shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Crée un raccourci dans le menu Démarrer qui lance directement le programme sélectionné avec MO actif.</span></p></body></html> - + Shortcut - - - - save esp list and load order. - Enregistre la liste d'ESPs et l'ordre de chargement. + Raccourci - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close MO or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Enregistrer la liste des mods actifs et l'ordre de chargement. L'enregistrement est automatique lorsque vous fermez MO ou exécutez un programme.</span></p></body></html> + + Plugins + - Save - Enregistrer + + Sort + - + List of available esp/esm files - Liste des fichiers ESP/ESM disponibles + Liste des fichiers ESP/ESM disponibles - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.<br />There is a great tool named &quot;BOSS&quot; to automatically sort these files.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.<br />Il y a un excellent outil nommé &quot;BOSS&quot; qui classe automatiquement ces fichiers.</span></p></body></html> - + + Archives + + + + + <html><head/><body><p>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:</p><p>If archives are <span style=" font-weight:600;">managed</span>, 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.<br/></p><p>If archives are <span style=" font-weight:600;">not managed</span> 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't active.</p><p>In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.</p></body></html> + + + + + <html><head/><body><p>Have MO manage archives (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">read more</span></a>)</p></body></html> + + + + List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. - + 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. 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! @@ -1521,81 +1543,71 @@ BSAs checked here are loaded in such a way that your installation order is obeye - - + + File Fichier - - <html><head/><body><p>Marked Archives (<img src=":/MO/gui/warning_16"/>) are still loaded on Skyrim but the <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">regular file override</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> + + Copy Log to Clipboard - - Mod - Mod + + Ctrl+C + - + Data DATA - - Plugins - - - - - Sort - - - - - Archives - - - - + refresh data-directory overview Actualiser la vue d'ensemble du dossier DATA - + Refresh the overview. This may take a moment. Actualiser la vue d'ensemble. Ceci peut demander un moment. - - - + + + Refresh Actualiser - + This is an overview of your data directory as visible to the game (and tools). Ceci est une vue d'ensemble du dossier DATA tel qu'il apparaît pour le jeu (et les outils). - - + + Mod + Mod + + + + Filter the above list so that only conflicts are displayed. Filtrer la liste ci-dessus pour afficher seulement les conflits. - + Show only conflicts Afficher seulement les conflits - + Saves Sauvegardes - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1612,160 +1624,155 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Si vous cliquez &quot;Réparer Mods...&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é!</span></p></body></html> - + Downloads Téléchargements - + This is a list of mods you downloaded from Nexus. Double click one to install it. Ceci est une liste de mods que vous avez téléchargé de Nexus. Double-cliquez en un pour l'installer. - - Compact - - - - + Show Hidden - + Tool Bar Barre d'outils - + Install Mod Installer mod - + Install &Mod Installer &mod - + Install a new mod from an archive Installer un nouveau mod à partir d'une archive - + Ctrl+M Ctrl+M - + Profiles Profils - + &Profiles &Profils - + Configure Profiles Configurer les profils - + Ctrl+P Ctrl+P - + Executables Programmes - + &Executables Programm&es - + Configure the executables that can be started through Mod Organizer Configure les programmes pouvant être lancés via Mod Organizer - + Ctrl+E Ctrl+E - - + + Tools - + &Tools - + Ctrl+I Ctrl+H - + Settings Réglages - + &Settings Réglage&s - + Configure settings and workarounds Configurer les réglages et solutions de rechange - + Ctrl+S Ctrl+S - + Nexus Nexus - + Search nexus network for more mods Effectuer une recherche sur Nexus pour plus de mods - + Ctrl+N Ctrl+N - - + + Update - + Mise-à-jour - + Mod Organizer is up-to-date Mod Organizer est à jour - - + + No Problems - + This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them. !Work in progress! @@ -1773,160 +1780,160 @@ Right now this has very limited functionality - - + + Help Aide - + Ctrl+H Ctrl+H - + Endorse MO - - + + Endorse Mod Organizer - + Toolbar - + Barre d'outils - + Desktop - + Start Menu - + Problems - + There are potential problems with your setup - + Everything seems to be in order - + Help on UI - + Documentation Wiki - + Report Issue - + Tutorials - + failed to save load order: %1 impossible d'enregistrer l'ordre de chargement: %1 - - About - - - - - About Qt - - - - + Name Nom - + Please enter a name for the new profile Veuillez inscrire un nom pour le nouveau profil - + failed to create profile: %1 impossible de créer le profil: %1 - + Show tutorial? - + 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. - + Downloads in progress Téléchargements en cours - + There are still downloads in progress, do you really want to quit? Il encore des téléchargements en cours, voulez-vous vraiment quitter? - + failed to read savegame: %1 impossible de lire la sauvegarde: %1 - + Plugin "%1" failed: %2 - + + Plugin "%1" failed + + + + + failed to init plugin %1: %2 + + + + Plugin error - + It appears the plugin "%1" 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) - + Failed to start "%1" - + impossible de lancer "%1" - + Waiting Attente - + Please press OK once you're logged into steam. Veuillez cliquer OK une fois connecté à steam. @@ -1935,12 +1942,12 @@ Right now this has very limited functionality "%1" introuvable - + Start Steam? - + Steam is required to be running already to correctly start the game. Should MO try to start steam now? @@ -1955,778 +1962,878 @@ Right now this has very limited functionality Aucun conflit - + <Edit...> <Modifier...> - + This bsa is enabled in the ini file so it may be required! - - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - - - - + Activating Network Proxy - - + + Installation successful Installation réussie - - + + Configure Mod Configurer mod - - + + This mod contains ini tweaks. Do you want to configure them now? Ce mod contient des ajustement pour les fichiers ini. Désirez-vous les configurer maintenant? - - + + mod "%1" not found - + "%1" introuvable - - + + Installation cancelled - - + + The mod was not installed completely. - + Some plugins could not be loaded - + Too many esps and esms enabled - - + + Description missing - + + The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: + + + + 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: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> - + Choose Mod Choisir mod - + Mod Archive Archive de mod - + Start Tutorial? - + You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue? - - + + Download started Téléchargement commencé - + failed to update mod list: %1 impossible de mettre à jour la liste de mods: %1 - + failed to spawn notepad.exe: %1 impossible de lancer notepad.exe: %1 - + failed to open %1 impossible d'ouvrir %1 - + failed to change origin name: %1 impossible de changer le nom d'origine: %1 - - failed to move "%1" from mod "%2" to "%3": %4 - - - - - Multiple esps activated, please check that they don't conflict. - - - - - - Create Mod... - - - - - A mod with this name already exists - - - - - Continue? - - - - - 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. - - - - - - Sorry - - - - - I don't know a versioning scheme where %1 is newer than %2. - - - - - <All> - <Tous> - - - + <Checked> <Cochés> - - Plugin "%1" failed - - - - - failed to init plugin %1: %2 - - - - - The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: - - - - + <Unchecked> <Décochés> - + <Update> <Rafraichir> - + <No category> - + <Conflicted> - + <Not Endorsed> - + failed to rename mod: %1 impossible de renommer le mod: %1 - + Overwrite? - + This will replace the existing mod "%1". Continue? - + failed to remove mod "%1" - + Impossible de supprimer %1 - - - + + + failed to rename "%1" to "%2" - + Impossible de renommer %1 en %2 - - - - + + Multiple esps activated, please check that they don't conflict. + + + + + + + Confirm Confirmer - + Remove the following mods?<br><ul>%1</ul> - + failed to remove mod: %1 - + impossible de renommer le mod: %1 - - + + Failed - + Installation file no longer exists - + Mods installed with old versions of MO can't be reinstalled in this way. - - + + You need to be logged in with Nexus to endorse - - + Extract BSA - - 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) - - - - - - + + failed to read %1: %2 Échec de lecture %1: %2 - - + This archive contains invalid hashes. Some files may be broken. - + Nexus ID for this Mod is unknown - Priority - Priorité + + About + + + + + About Qt + + + + + Download? + + + + + 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? + + + + + Browse Mod Page + + + + + Executable "%1" not found + + + + + Failed to refresh list of esps: %1 + + + + + + Failed to write settings + + + + + + An error occured trying to write back MO settings: %1 + + + + + File is write protected + + + + + Invalid file format (probably a bug) + + + + + Unknown error %1 + + + + + failed to move "%1" from mod "%2" to "%3": %4 + + + + + <Managed by MO> + + + + + <Managed outside MO> + + + + + You need to be logged in with Nexus to resume a download + + + + + + Create Mod... + + + + + This will move all files from overwrite into a new, regular mod. +Please enter a name: + + + + + A mod with this name already exists + + + + + Continue? + + + + + 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. + + + + + + Sorry + - Choose Priority - Choisir priorité + + I don't know a versioning scheme where %1 is newer than %2. + - + Really enable all visible mods? - + Really disable all visible mods? - + Choose what to export - + Everything - + All installed mods are included in the list - + Active Mods - + Activer Mods - + Only active (checked) mods from your current profile are included - + Visible - + All mods visible in the mod list are included - + export failed: %1 - + Install Mod... Installer mod... - + Enable all visible Activer tous les mods visibles - + Disable all visible Désactiver tous les mods visibles - + Check all for update Vérifier toutes les mises à jour - + Export to csv... - + + All Mods + + + + Sync to Mods... - + Restore Backup - + Remove Backup... - Set Category - Assigner catégorie + + Add/Remove Categories + - + + Replace Categories + + + + Primary Category - + Change versioning scheme - + Un-ignore update - + Ignore update - + Rename Mod... Renommer mod... - + Remove Mod... Supprimer mod... - + Reinstall Mod - + Installer mod - + Un-Endorse - - + + Endorse - + Won't endorse - + Endorsement state unknown - + Ignore missing data - + Visit on Nexus - + Open in explorer - + Information... Information... - - + + Exception: - - + + Unknown exception - + + <All> + <Tous> + + + <Multiple> - + Really delete "%1"? - + Fix Mods... Réparer mods... - + Delete - + Supprimer - - + + failed to remove %1 Impossible de supprimer %1 - - + + failed to create %1 impossible de créer %1 - + Can't change download directory while downloads are in progress! - + Download failed - + Téléchargement commencé - + failed to write to file %1 impossible d'écrire dans le fichier %1 - + %1 written %1 écrit - + Select binary - + Choisir un programme - + Binary Programme - + Enter Name - + Please enter a name for the executable - + Veuillez inscrire un nom pour le nouveau profil - + Not an executable - + Ajouter un programme - + This is not a recognized executable. - - + + Replace file? - + There already is a hidden version of this file. Replace it? - - + + File operation failed - - + + Failed to remove "%1". Maybe you lack the required file permissions? - + There already is a visible version of this file. Replace it? - + file not found: %1 - fichier introuvable: %1 + - + failed to generate preview for %1 - + Sorry, can't preview anything. This function currently does not support extracting from bsas. - + Update available Mise à jour disponible - + Open/Execute - + Add as Executable - + Ajouter un programme - + Preview - + Un-Hide - + Hide - + Write To File... Écriture du fichier... - + Do you want to endorse Mod Organizer on %1 now? - - Remove - Supprimer + + Request to Nexus failed: %1 + - - Unlock load order + + + login successful - - Lock load order + + login failed: %1. Trying to download anyway - - BOSS working + + login failed: %1 - - failed to run boss: %1 + + login failed: %1. You need to log-in with Nexus to update MO. - - Request to Nexus failed: %1 + + Error + Erreur + + + + failed to extract %1 (errorcode %2) - - Executable "%1" not found + + Extract... - - Failed to refresh list of esps: %1 + + Edit Categories... - - This will move all files from overwrite into a new, regular mod. -Please enter a name: + + Deselect filter - - Add/Remove Categories + + Remove + Supprimer + + + + Enable all - - Replace Categories + + Disable all - - - login successful + + Unlock load order - - login failed: %1. Trying to download anyway + + Lock load order - - login failed: %1 + + depends on missing "%1" - - login failed: %1. You need to log-in with Nexus to update MO. + + No profile set - - Error - Erreur + + LOOT working + - - failed to extract %1 (errorcode %2) + + loot failed. Exit code was: %1 - - Extract... + + failed to run loot: %1 - - Edit Categories... + + Errors occured - - Enable all + + Backup of load order created - - Disable all + + Choose backup to restore + + + + + No Backups + + + + + There are no backups to restore + + + + + + Restore failed + + + + + + Failed to restore the backup. Errorcode: %1 + + + + + Backup of modlist created @@ -2742,20 +2849,16 @@ Please enter a name: ModInfo - - + + invalid index %1 index invalide %1 - - invalid mod id %1 - id mod invalide %1 - ModInfoBackup - + This is the backup of a mod @@ -2782,209 +2885,194 @@ Please enter a name: A list of text-files in the mod directory like readmes. Une liste des fichiers texte de ce mod, comme les lisez-moi. + + + + Save + Enregistrer + INI-Files Fichiers INI - + + Ini Files + + + + This is a list of .ini files in the mod. Ceci est une liste des fichiers .ini présents dans le mod. - + 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. 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. - + + Ini Tweaks + + + + + This is a list of ini tweaks (ini modifications that can be toggled). + + + + + 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. + + + + Save changes to the file. Enregistre les changements au fichier. - + Save changes to the file. This overwrites the original. There is no automatic backup! Enregistrer les changements au fichier. Ceci écrase l'original. Il n'y a pas de copie de sauvegarde automatique! - - - Save - Enregistrer - - - + Images Images - + Images located in the mod. Images présentes dans le mod. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Ceci est la liste de toutes les images (.jpg et .png) présentes dans le dossier du mod, telles captures d'écran et autres. Cliquez-en une pour une vue aggrandie.</span></p></body></html> + + This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. + - - + + Optional ESPs ESPs optionnels - + List of esps and esms that can not be loaded by the game. Liste des esps et esms ne pouvant pas être chargés par le jeu. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">They usually contain optional functionality, see the readme.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Most mods do not have optional esps, so chances are good you are looking at an empty list.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Liste des esps et esms présents dans le mod mais présentement non disponibles dans le jeu. Ils n'apparaîtront même pas dans la liste des esps de la fenêtre principale.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Ils contiennent habituellement des fonctionnalités optionelles, référez-vous à la documentation du mod.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">La plupart des mods ne contenant pas d'esps optionnels, il est très probable que cette liste soit vide.</span></p></body></html> + + 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. + +Most mods do not have optional esps, so chances are good you are looking at an empty list. + - - This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. - - - - - 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. - -Most mods do not have optional esps, so chances are good you are looking at an empty list. - - - - + Make the selected mod in the lower list unavailable. Rendre le mod sélectionné dans la liste du bas non-disponible. - + 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. 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é. - + Move a file to the data directory. Déplacer un fichier vers le dossier DATA. - + 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. 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. - + ESPs in the data directory and thus visible to the game. ESPs dans le dossier DATA et donc visibles par le jeu. - + 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. 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. - + Available ESPs ESPs disponibles - + Conflicts - + The following conflicted files are provided by this mod - - + + File Fichier - + Overwritten Mods - + The following conflicted files are provided by other mods - + Providing Mod - + Non-Conflicted files - + Categories Catégories - + Primary Category - + Nexus Info Info de Nexus - + Mod ID ID du mod - + Mod ID for this mod on Nexus. ID de ce mod sur Nexus. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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: </span><a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://skyrim.nexusmods.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; color:#000000;">. 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?</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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: <a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" text-decoration: underline; color:#0000ff;">http://www.skyrimnexus.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" color:#000000;">. 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?</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2992,7 +3080,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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: <a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" text-decoration: underline; color:#0000ff;">http://www.skyrimnexus.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" color:#000000;">. 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?</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3005,27 +3093,27 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - + Version Version - + Refresh Actualiser - + Refresh all information from Nexus. - + Description Description - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3034,60 +3122,27 @@ p, li { white-space: pre-wrap; } - about:blank - à propos:vide - - - Files - Fichiers - - - List of files currently uploaded on nexus. Double click to download. - Liste des fichiers actuellement présents sur Nexus. Double-cliquer pour télécharger. - - - Type - Type - - - - Name - Nom - - - Size (kB) - Taille (kB) - - - + Endorse - + Notes - Endorsements are an important motivation for authors. Please don't forget to endorse mods you like. - Votre aval constitue une motivation importante pour les auteurs. Svp, n'oubliez pas de donner votre aval aux mods que vous aimez. - - - Have you endorsed this yet? - Avez-vous donné votre aval à ce mod? - - - + Filetree Arborescence - + A directory view of this mod Une vue du dossier de ce mod - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3102,263 +3157,258 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Les changements sont immédiatement appliqués sur le disque, alors</span><span style=" font-size:8pt; font-weight:600;"> soyez prudent</span><span style=" font-size:8pt;">.</span></p></body></html> - + Previous - + Next - + Suivant - + Close Fermer - + &Delete - Again, english accelerator not applicable. French would use S&upprimer for this one. Supprimer - + &Rename &Renommer - + + &Hide + + + + + &Unhide + + + + &Open &Ouvrir - + &New Folder &Nouveau dossier - - + + Save changes? Enregistrer les changements? - + + + Save changes to "%1"? + + + + File Exists Un fichier du même nom existe - + A file with that name exists, please enter a new one Un fichier ainsi nommé existe déjà, veuillez entrer un nouveau nom - + failed to move file impossible de déplacer le fchier - + failed to create directory "optional" Impossible de créer le dossier "optional" - - + + Info requested, please wait Info demandée, veuillez patienter - -(description incomplete, please visit nexus) - (description incomplète, veuillez vérifier sur Nexus) - - - - Current Version: %1 - Version courante: %1 - - - - No update available - Aucune mise-à-jour disponible - - - + Main Principal - - &Hide - - - - - &Unhide - - - - - - Save changes to "%1"? - - - - + Update Mise-à-jour - + Optional Optionnel - + Old Ancien - + Misc Divers - + Unknown Inconnu - + + Current Version: %1 + Version courante: %1 + + + + No update available + Aucune mise-à-jour disponible + + + (description incomplete, please visit nexus) - - + + <a href="%1">Visit on Nexus</a> + <a href="%1">Visiter sur Nexus</a> + + + + Failed to delete %1 + impossible d'effacer %1 + + + + + Confirm + Confirmer + + + + Are sure you want to delete "%1"? + Voulez-vous vraiment supprimer "%1"? + + + + Are sure you want to delete the selected files? + Voulez-vous vraiment supprimer les fichiers sélectionnés? + + + + + New Folder + Nouveau dossier + + + + Failed to create "%1" + Impossible de créer "%1" + + + + Replace file? - + There already is a hidden version of this file. Replace it? - - + + File operation failed - - + + Failed to remove "%1". Maybe you lack the required file permissions? - - + + failed to rename %1 to %2 - + Impossible de renommer %1 en %2 - + There already is a visible version of this file. Replace it? - + Un-Hide - + Hide - + + Name + Nom + + + Please enter a name - - + + Error Erreur - + Invalid name. Must be a valid file name - + A tweak by that name exists - + Create Tweak + + + ModInfoForeign - request failed - la requête à échouée - - - - <a href="%1">Visit on Nexus</a> - <a href="%1">Visiter sur Nexus</a> - - - - - Confirm - Confirmer - - - Download "%1"? - Télécharger "%1"? - - - Download started - Téléchargement commencé - - - - Failed to delete %1 - impossible d'effacer %1 - - - - Are sure you want to delete "%1"? - Voulez-vous vraiment supprimer "%1"? - - - - Are sure you want to delete the selected files? - Voulez-vous vraiment supprimer les fichiers sélectionnés? - - - - - New Folder - Nouveau dossier - - - - Failed to create "%1" - Impossible de créer "%1" + + This pseudo mod represents content managed outside MO. It isn't modified by MO. + ModInfoOverwrite - + This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) @@ -3366,45 +3416,24 @@ p, li { white-space: pre-wrap; } ModInfoRegular - - failed to write %1/meta.ini: %2 + + + failed to write %1/meta.ini: error %2 - + %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory %1 ne contient ni esp/esm, ni dossier d'éléments de jeu (textures, meshes, interface, ...) - + Categories: <br> ModList - - invalid row-index %1 - index de ligne invalide %1 - - - min - min - - - max - max - - - - installed version: "%1", newest version: "%2" - installed version: %1, newest version: %2 - Version installée: %1, dernière version: %2 - - - %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory - %1 ne contient ni esp/esm, ni dossier d'éléments de jeu (textures, meshes, interface, ...) - This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit) @@ -3446,891 +3475,191 @@ p, li { white-space: pre-wrap; } - - invalid + + Non-MO - - 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". + + invalid - - Categories: <br> - + installed version: %1, newest version: %2 + Version installée: %1, dernière version: %2 - - Invalid name + + installed version: "%1", newest version: "%2" - - Mod Name + + 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". - - Installation + + Categories: <br> - - Category of the mod. - + + Invalid name + Nom incorrect - - Id of the mod as used on Nexus. + + drag&drop failed: %1 - - Emblemes to highlight things that might require attention. - + + Confirm + Confirmer - - Time this mod was installed - + + Are you sure you want to remove "%1"? + Voulez-vous vraiment supprimer "%1"? - Name - Nom + + Flags + - Names of your mods - Les noms de vos mods + + Mod Name + Nom du mod - + Version Version - - Version of the mod (if available) - Version du mod (si disponible) - - - + Priority Priorité - - drag&drop failed: %1 - - - - - Flags - - - - + Category - + Nexus ID - - - - - - unknown - + IDs Nexus - - Name of your mods + + Installation - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - 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. - - - - Confirm - Confirmer - - - - Are you sure you want to remove "%1"? - Voulez-vous vraiment supprimer "%1"? + + + unknown + Inconnu - - - MotDDialog - - Message of the Day + + Name of your mods - about:blank - à propos:vide - - - - OK - OK + + Version of the mod (if available) + Version du mod (si disponible) - - - MyFileSystemModel - - Overwrites - + + Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. + 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. - - not implemented + + Category of the mod. - - - NXMAccessManager - - Logging into Nexus + + Id of the mod as used on Nexus. - - timeout + + Emblemes to highlight things that might require attention. - - Please check your password + + Time this mod was installed - - - NXMUrl - - invalid nxm-link: %1 - Lien nxm invalide: %1 - - - - NexusDialog - - Nexus - Nexus - - - Mod ID - ID du mod - - - new - Nouveau - - - login timeout - Délai de connexion expiré - - - login error: %1 - Erreur de connexion: %1 - - - login success - Connexion réussie - - - login failed, please check your password - La connexion a échouée, veuillez vérifier votre mot de passe - - - Download started - Téléchargement commencé - - - Please enter the ID - Veuillez inscrire l'ID - - - ModID - ID du Mod - - - Open by mod id... - Ouvrir par l'ID du mod... - - - - NexusInterface - - - Failed to guess mod id for "%1", please pick the correct one - - - - - empty response - - - - - invalid response - - - - - OMOWindow - - Profile - Profil - - - Pick a module collection - Choisissez un profil - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept seperate for different profiles.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Veuillez noter que pour l'instant, l'ordre de chargement des ESPs est commun à tous les profils.</span></p></body></html> - - - Refresh list - Actualiser la liste - - - Refresh list. This is usually not necessary unless you modified data outside the program. - Actualiser la liste. Normalement inutile à moins que vous n'ayez modifié des données à l'extérieur du programme. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">List of available mods.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">Liste des mods disponibles.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Ceci est une liste de tous les mods installés. Utilisez les cases à cocher pour activer ou désactiver les mods et le glisser-déposer pour changer leur ordre d'&quot;installation&quot;.</span></p></body></html> - - - Filter - Flitre - - - Select a filter to only display mods with the specified category. - Choisir un filtre pour afficher seulement les mods correspondants. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Select a filter to only display mods with the specified category. You can set the category from the context menu on the mods.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Sélectionnez un filtre pour afficher seulement les mods correspondants. Vous pouvez assigner les catégories à partir du menu contextuel du mod.</span></p></body></html> - - - Start - Lancement - - - Pick a program to run. - Choisissez un programme à lancer. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can add new Tools to this list, but I can't promise tools I haven't tested will work.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Vous pouvez ajouter d'autres outils à la liste, mais je ne peut garantir que les outils que je n'ai pas testé fonctionneront.</span></p></body></html> - - - Run program - Lancer le programme - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Run the selected program with ModOrganizer enabled.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Exécuter le programme sélectionné avec ModOrganizer actif.</span></p></body></html> - - - Run - Lancer - - - Create a shortcut in your start menu to the specified program - Crée un raccourci dans le menu Démarrer pour le programme spécifié - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a start menu shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Crée un raccourci dans le menu Démarrer qui lance directement le programme sélectionné avec MO actif.</span></p></body></html> - - - Menu Shortcut - Raccourci menu - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">create a desktop shortcut for the selected program</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">créer un raccourci sur le bureau pour le programme sélectionné.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a desktop shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Crée un raccourci sur le bureau qui lance directement le programme sélectionné avec MO actif.</span></p></body></html> - - - Desktop Shortcut - Raccourci bureau - - - ESPs - ESPs - - - save esp list and load order. - Enregistre la liste d'ESPs et l'ordre de chargement. - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close MO or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Enregistrer la liste des mods actifs et l'ordre de chargement. L'enregistrement est automatique lorsque vous fermez MO ou exécutez un programme.</span></p></body></html> - - - Save - Enregistrer - - - List of available esp/esm files - Liste des fichiers ESP/ESM disponibles - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.<br />There is a great tool named &quot;BOSS&quot; to automatically sort these files.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.<br />Il y a un excellent outil nommé &quot;BOSS&quot; qui classe automatiquement ces fichiers.</span></p></body></html> - - - Data - DATA - - - refresh data-directory overview - Actualiser la vue d'ensemble du dossier DATA - - - Refresh the overview. This may take a moment. - Actualiser la vue d'ensemble. Ceci peut demander un moment. - - - Refresh - Actualiser - - - This is an overview of your data directory as visible to the game (and tools). - Ceci est une vue d'ensemble du dossier DATA tel qu'il apparaît pour le jeu (et les outils). - - - File - Fichier - - - Categories - Catégories - - - Mod - Mod - - - Filter the above list so that only conflicts are displayed. - Filtrer la liste ci-dessus pour afficher seulement les conflits. - - - Show only conflicts - Afficher seulement les conflits - - - Saves - Sauvegardes - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you click &quot;Fix Mods...&quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Si vous cliquez &quot;Réparer Mods...&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é!</span></p></body></html> - - - Downloads - Téléchargements - - - Downloaded mods - Mods téléchargés - - - This is a list of mods you downloaded from Nexus. Double click one to install it. - Ceci est une liste de mods que vous avez téléchargé de Nexus. Double-cliquez en un pour l'installer. - - - Tool Bar - Barre d'outils - - - Install Mod - Installer mod - - - Install &Mod - Installer &mod - - - Install a new mod from an archive - Installer un nouveau mod à partir d'une archive - - - Ctrl+M - Ctrl+M - - - Help - Aide - - - &Help - No idea for this accelerator. - Aide - - - Provides help to almost elements of the UI - Fournis de l'aide sur la plupart des éléments de l'interface - - - Ctrl+H - Ctrl+H - - - Profiles - Profils - - - &Profiles - &Profils - - - Configure Profiles - Configurer les profils - - - Ctrl+P - Ctrl+P - - - Executables - Programmes - - - &Executables - Programm&es - - - Configure the executables that can be started through Mod Organizer - Configure les programmes pouvant être lancés via Mod Organizer - - - Ctrl+E - Ctrl+E - - - Edit Ini - Modifier Ini - - - Edit &Ini - Modifier &Ini - - - Edit the ini file of the current profile - Modifier les fichiers inis du profil actif - - - Ctrl+I - Ctrl+H - - - Settings - Réglages - - - &Settings - Réglage&s - - - Configure settings and workarounds - Configurer les réglages et solutions de rechange - - - Ctrl+S - Ctrl+S - - - Nexus - Nexus - - - Search nexus network for more mods - Effectuer une recherche sur Nexus pour plus de mods - - - Ctrl+N - Ctrl+N - - - Update - Mise à jour - - - Mod Organizer is up-to-date - Mod Organizer est à jour - - - failed to save load order: %1 - impossible d'enregistrer l'ordre de chargement: %1 - - - Name - Nom - - - Please enter a name for the new profile - Veuillez inscrire un nom pour le nouveau profil - - - failed to create profile: %1 - impossible de créer le profil: %1 - - - Downloads in progress - Téléchargements en cours - - - There are still downloads in progress, do you really want to quit? - Il encore des téléchargements en cours, voulez-vous vraiment quitter? - - - init failed - échec de l'initialisation - - - failed to read savegame: %1 - impossible de lire la sauvegarde: %1 - - - <table cellspacing="5"><tr><td>Save Number</td><td>%1</td></tr><tr><td>Character</td><td>%2</td></tr><tr><td>Level</td><td>%3</td></tr><tr><td>Location</td><td>%4</td></tr><tr><td>Date</td><td>%5</td></tr><tr><td>Screenshot</td><td>%6</td></tr><tr><td>Missing ESPs</td><td><h5>%7</h5></td></tr></table> - <table cellspacing="5"><tr><td>Partie</td><td>%1</td></tr><tr><td>Personnage</td><td>%2</td></tr><tr><td>Niveau</td><td>%3</td></tr><tr><td>Lieu</td><td>%4</td></tr><tr><td>Date</td><td>%5</td></tr><tr><td>Capture écran</td><td>%6</td></tr><tr><td>ESPs manquants</td><td><h5>%7</h5></td></tr></table> - - - Failed to start steam - impossible de lancer steam - - - Waiting - Attente - - - Please press OK once you're logged into steam. - Veuillez cliquer OK une fois connecté à steam. - - - "%1" not found - "%1" introuvable - - - Start steam? - Lancer steam? - - - Steam is required to be running already to correctly start Mod Organizer. Should MO try to start steam now? - Steam doit déjà être en fonction pour lancer correctement Mod Organizer. MO doit-il lancer steam maintenant? - - - Never - Jamais - - - Also in: - Aussi dans: - - - No conflict - Aucun conflit - - - <Edit...> - <Modifier...> - - - Choose Mod - Choisir mod - - - Mod Archive - Archive de mod - - - Installation successful - Installation réussie - - - Configure Mod - Configurer mod - - - This mod contains ini tweaks. Do you want to configure them now? - Ce mod contient des ajustement pour les fichiers ini. Désirez-vous les configurer maintenant? - - - failed to refresh directory structure - impossible d'actualiser l'arborescence - - - Download started - Téléchargement commencé - - - failed to update mod list: %1 - impossible de mettre à jour la liste de mods: %1 - - - failed to spawn notepad.exe: %1 - impossible de lancer notepad.exe: %1 - - - Ini files are local to the currently selected profile. - Les fichiers ini sont spécifiques au profil actif. - - - failed to open %1 - impossible d'ouvrir %1 - - - Name not valid - Nom invalide - - - failed to change origin name: %1 - impossible de changer le nom d'origine: %1 - - - <All> - <Tous> - - - <Checked> - <Cochés> - - - <Unchecked> - <Décochés> - - - <Update> - <Rafraichir> - - - New name - Nouveau nom - - - A mod with that name exists already - Un mod ainsi nommé existe déja - - - failed to rename mod: %1 - impossible de renommer le mod: %1 - - - Priority - Priorité - - - Choose Priority - Choisir priorité - - - Install Mod... - Installer mod... - - - Enable all visible - Activer tous les mods visibles - - - Disable all visible - Désactiver tous les mods visibles - - - Check all for update - Vérifier toutes les mises à jour - - - Set Priority - Assigner priorité - - - Highest - La plus haute - - - Manually... - Manuellement... - - - Lowest - La plus basse - - - Set Category - Assigner catégorie - - - Rename Mod... - Renommer mod... - - - Remove Mod... - Supprimer mod... - + + + MotDDialog - Information... - Information... + + Message of the Day + - Fix Mods... - Réparer mods... + + OK + OK + + + MyFileSystemModel - failed to remove %1 - Impossible de supprimer %1 + + Overwrites + - failed to create %1 - impossible de créer %1 + + not implemented + + + + NXMAccessManager - Error - Erreur + + Logging into Nexus + - failed to open archive: %1 - impossible d'ouvrir l'archive: %1 + + timeout + - failed to write to file %1 - impossible d'écrire dans le fichier %1 + + Please check your password + + + + NexusInterface - %1 written - %1 écrit + + Failed to guess mod id for "%1", please pick the correct one + - Update available - Mise à jour disponible + + empty response + - Write To File... - Écriture du fichier... + + invalid response + @@ -4368,7 +3697,7 @@ p, li { white-space: pre-wrap; } Failed to delete "%1" - + impossible d'effacer %1 @@ -4401,135 +3730,116 @@ p, li { white-space: pre-wrap; } PluginList - + + Name + Nom + + + + Priority + Priorité + + + Mod Index - + Flags - - + + unknown - + Inconnu - + Name of your mods - + Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority. - + The modindex determins the formids of objects originating from this mods. - + failed to update esp info for file %1 (source id: %2), error: %3 - + esp not found: %1 ESP introuvable: %1 - - + + Confirm - Confirmer + Confirmer - + Really enable all plugins? - + Really disable all plugins? - + The file containing locked plugin indices is broken - - 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. - - - - - BOSS dll incompatible + + <b>Origin</b>: %1 - - Missing Masters - + + Author + Auteur - - Enabled Masters - + + Description + Description - - failed to restore load order for %1 + + 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. - min - min - - - max - max - - - + This plugin can't be disabled (enforced by the game) - - Origin: %1 + + Missing Masters - - Name - Nom - - - Names of your mods - Les noms de vos mods - - - - Priority - Priorité - - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Priorité d'installation de votre mod. Plus elle est haute, plus le mod est "important" et écrasera ainsi les fichiers des mods de priorité inférieure. - - - ModIndex - Index du mod + + Enabled Masters + - This index determines the id of items, spells, ... introduced by the mod. Their id will be "xxyyyyyy" where "xx" is this index which "yyyyyy" is determined by the mod itself. - Cet index détermine l'ID des items, sorts, ... introduits par le mod. Leur ID sera "xxyyyyyy", où "xx" est cet index et "yyyyyy" est déterminé par le mod lui-même. + + failed to restore load order for %1 + @@ -4559,17 +3869,12 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> <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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> Close - Fermer + Fermer @@ -4585,10 +3890,6 @@ p, li { white-space: pre-wrap; } Profile - - failed to apply ini tweaks - impossible d'appliquer les ajustements aux fichiers ini - invalid profile name %1 @@ -4600,65 +3901,70 @@ p, li { white-space: pre-wrap; } impossible de créer %1 - + failed to write mod list: %1 - + impossible de mettre à jour la liste de mods: %1 - + failed to update tweaked ini file, wrong settings may be used: %1 - + failed to create tweaked ini: %1 - + + "%1" is missing or inaccessible + + + + + + + + + invalid index %1 + index invalide %1 + + + Overwrite directory couldn't be parsed - + invalid priority %1 priorité invalide %1 - + failed to parse ini file (%1) - + impossible de traiter le fichier ini (%1) - + failed to parse ini file (%1): %2 - + impossible d'analyser le profil %1: %2 - - + + failed to modify "%1" - + impossible de trouver "%1" - + Delete savegames? - + Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames) - - - - - - - invalid index %1 - index invalide %1 - ProfileInputDialog @@ -4716,40 +4022,6 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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.</p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Notez</span> 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.</p></body></html> - - - Savegame Filter - Filtre de sauvegardes - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Experimental</span><span style=" font-size:8pt;"> Enter a charactername to hide all save games from other characters in the game.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Expérimental</span><span style=" font-size:8pt;">Inscrire le nom d'un personnage afin que toutes les autres sauvegardes soient invisibles dans le jeu.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Experimental</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Here you can enter a character name to filter the save games displayed inside the game. This makes it easy to have concurrent walkthroughs with different characters.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> however that autosave and quicksave are always displayed and overwritten even if they belong to a different character.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> also this may confuse the savegame counter which is why this feature is marked experimental.</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Expérimental</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vou s pouvez inscrire ici le nom d'un personnage afin que seules les sauvegardes correspondantes soient visibles dans le jeu. Ceci permet de simplifier grandement l'utilisation de plusieurs personnages..</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Notez</span> que les sauvegardes automatiques et les sauvegardes rapides sont toujours visibles et seront écrasées même si elles appartiennent à d'autres personnages.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Notez</span> aussi que ceci peut dérégler le compteur de sauvegardes, raison pour laquelle cette fonction est marqué comme expérimentale.</p></body></html> @@ -4831,7 +4103,7 @@ p, li { white-space: pre-wrap; } Rename - + &Renommer @@ -4878,7 +4150,7 @@ p, li { white-space: pre-wrap; } Invalid name - + Nom incorrect @@ -4905,10 +4177,6 @@ p, li { white-space: pre-wrap; } 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? - - Are you sure you want to remove this profile? - Voulez-vous vraiment supprimer ce profil? - Rename Profile @@ -4950,6 +4218,51 @@ p, li { white-space: pre-wrap; } invalid category id %1 + + + invalid field name "%1" + + + + + invalid type for "%1" (should be integer) + + + + + invalid type for "%1" (should be string) + + + + + invalid type for "%1" (should be float) + + + + + no fields set up yet! + + + + + field not set "%1" + + + + + invalid character in field "%1" + + + + + empty field name + + + + + invalid game type %1 + + helper failed @@ -5032,100 +4345,91 @@ p, li { white-space: pre-wrap; } Impossible de mettre en place le chargement via DLL par procuration - - "%1" is missing - "%1" manquant - - - + Permissions required Permissions requises - 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 "mo_helper.exe" with administrative rights). - Le compte d'usager actuel n'a pas les accès requis pour lancer Mod Organizer. Les changements nécessaires peuvent être effectués automatiquement (le dossier de MO sera rendu inscriptible pour le compte d'usager actuel). Vous devrez accepter que "mo_helper.exe" soit lancé avec les permissions administrateur. - - - - - Woops + + 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. - - 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. + + + Woops - + 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 - + ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1 - - + + Mod Organizer Mod Organizer - + An instance of Mod Organizer is already running Une copie du Mod Organizer tourne déjà - + No game identified in "%1". The directory is required to contain the game binary and its launcher. - - + + Please select the game to manage Veuillez choisir le jeu à gérer - + Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!) - "%1" not found - "%1" introuvable + + failed to start application: %1 + - + Please use "Help" from the toolbar to get usage instructions to all elements Veuillez utiliser l'aide dans la barre d'outil pour obtenir des instructions à propos de tous les éléments - - + + <Manage...> <Gérer...> - + failed to parse profile %1: %2 impossible d'analyser le profil %1: %2 - - + failed to find "%1" impossible de trouver "%1" - + failed to access %1 impossible d'accéder à %1 - + failed to set file time %1 impossible de changer la date du fichier %1 @@ -5135,16 +4439,18 @@ p, li { white-space: pre-wrap; } impossible de créer %1 - modlist.txt missing - modlist.txt manquant + + "%1" is missing or inaccessible + - failed to copy "%1" to "%2", this is going to end badly... - impossible de copier "%1" vers "%2", ça va mal finir... + "%1" is missing + "%1" manquant - Before you can use ModOrganizer, you need to create at least one profile! - Avant d'utiliser ModOrganizer, vous devez créer au moins un profil! + + Before you can use ModOrganizer, you need to create at least one profile. ATTENTION: Run the game at least once before creating a profile! + @@ -5165,113 +4471,54 @@ p, li { white-space: pre-wrap; } impossible d'ouvrir %1 - English - Français - - - + Script Extender Extenseur de script - + Proxy DLL DLL par procuration - + failed to spawn "%1" impossible de lancer "%1" - + Elevation required - + This process requires elevation to run. This is a potential security risk so I highly advice you to investigate if "%1" 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) - - - - - failed to spawn "%1": %2 - impossible de lancer "%1": %2 - - - - "%1" doesn't exist - "%1" inexistant - - - - failed to inject dll into "%1": %2 - impossible d'injecter le DLL dans "%1": %2 - - - - failed to run "%1" - impossible de lancer "%1" - - - removal of "%1" failed: %2 - remove %1 failed - impossible de supprimer %1 - - - - Before you can use ModOrganizer, you need to create at least one profile. ATTENTION: Run the game at least once before creating a profile! - - - - - invalid field name "%1" - - - - - invalid type for "%1" (should be integer) - - - - - invalid type for "%1" (should be string) - - - - - invalid type for "%1" (should be float) - - - - - no fields set up yet! +Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe to make changes to the system) - - field not set "%1" - + + failed to spawn "%1": %2 + impossible de lancer "%1": %2 - - invalid character in field "%1" - + + "%1" doesn't exist + "%1" inexistant - - empty field name - + + failed to inject dll into "%1": %2 + impossible d'injecter le DLL dans "%1": %2 - - invalid game type %1 - + + failed to run "%1" + impossible de lancer "%1" @@ -5309,7 +4556,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Rename - + &Renommer @@ -5342,7 +4589,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Date - + DATA @@ -5350,7 +4597,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Missing ESPs - + ESP manquant @@ -5383,7 +4630,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Text Files - + Fichiers texte @@ -5412,8 +4659,9 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe SelfUpdater - mo_archive.dll not loaded: "%1" - mo_archive.dll n'est pas chargé: "%1" + + archive.dll not loaded: "%1" + archive.dll n'est pas chargé: "%1" @@ -5433,19 +4681,10 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Download in progress Téléchargement en cours - - Download failed - Échec du téléchargement - - - - archive.dll not loaded: "%1" - - Download failed: %1 - + Téléchargement échoué: %1 @@ -5487,44 +4726,32 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe no file for update found. Please update manually. - - - No download server available. Please try again later. - - Failed to retrieve update information: %1 - No incremental update available for this version, the complete package needs to be installed (%1 kB) - Aucune mise à jour incrémentielle n'est disponible, le logiciel complet doit être réinstallé (%1 kB) - - - Failed to retrieve update information - Impossible de récupérer les informations de mise à jour + + No download server available. Please try again later. + Aucun serveur de téléchargement disponible. Veuillez s'il-vous-plait réessayer plus tard. Settings - Administrative rights required to change this. - Les droits administrateur sont requis pour changer ceci. - - - - + + attempt to store setting for unknown plugin "%1" - + Confirm Confirmer - + 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? @@ -5564,52 +4791,6 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">La langue d'affichage. Seules les langues pour lesquelles une traduction est installée seront affichées.</span></p></body></html> - - - Advanced - - - - - - Directory where downloads are stored. - - - - - Mod Directory - - - - - Directory where mods are stored. - - - - - 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). - - - - - Download Directory - - - - - Cache Directory - - - - ... - ... - - - - - Modify the categories available to arrange your mods. - Modifier les catégories disponibles pour classer vos mods. - Style @@ -5657,99 +4838,105 @@ p, li { white-space: pre-wrap; } Erreur - - Reset stored information from dialogs. + + Advanced - - This will make all dialogs show up again where you checked the "Remember selection"-box. + + + Directory where downloads are stored. - - Reset Dialogs + + Mod Directory - - Configure Mod Categories - Configurer les catégories de mod + + Directory where mods are stored. + - - Disable automatic internet features + + 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). - - 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) + + Download Directory - - Offline Mode + + Cache Directory - - Use a proxy for network connections. + + User interface - - 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. + + If checked, the download interface will be more compact. - - Use HTTP Proxy (Uses System Settings) + + Compact Download Interface - - Associate with "Download with manager" links + + If checked, the download list will display meta information instead of file names. - - Known Servers (updated on download) + + Download Meta Information - - Preferred Servers (Drag & Drop) + + Reset stored information from dialogs. - - Blacklisted Plugins (use <del> to remove): + + This will make all dialogs show up again where you checked the "Remember selection"-box. - - 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. + + Reset Dialogs - - + + + Modify the categories available to arrange your mods. + Modifier les catégories disponibles pour classer vos mods. + + + + Configure Mod Categories + Configurer les catégories de mod + + + + Nexus Nexus - + Allows automatic log-in when the Nexus-Page for the game is clicked. Permettre la connexion automatique lorsque la page Nexus du jeu est ouverte. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5762,76 +4949,122 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - + If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic. - + Automatically Log-In to Nexus Connexion automatique à Nexus - + Username Nom d'usager - + Password Mot de passe - Handle NXM Links - Gérer les liens NXM + + Disable automatic internet features + + + + + 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) + + + + + Offline Mode + + + + + Use a proxy for network connections. + + + + + 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. + + + + + Use HTTP Proxy (Uses System Settings) + + + + + Associate with "Download with manager" links + + + + + Known Servers (updated on download) + + + + + Preferred Servers (Drag & Drop) + - + Plugins - + Author: - + Auteur - + Version: - + Version - + Description: - + Description - + Key - + Value - + + Blacklisted Plugins (use <del> to remove): + + + + Workarounds Solutions alternatives - + Steam App ID ID d'application Steam - + The Steam AppID for your game L'AppID Steam de votre jeu - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5858,47 +5091,38 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">22380 est l'App ID que vous cherchez.</span></p></body></html> - + Load Mechanism Chargement MO - + Select loading mechanism. See help for details. Choisir la méthode de chargement. Voir l'aide pour les détails. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Mod Organizer needs a dll to be injected into the game so all mods are visible to it.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">There are several means to do this:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Mod Organizer</span><span style=" font-size:8pt;"> (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. This does not work for the Steam version of Oblivion!</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Script Extender</span><span style=" font-size:8pt;"> In this mode, MO is installed as a Script Extender (obse, fose, nvse, skse) plugin. (recommended if you have a script extender installed)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Proxy DLL</span><span style=" font-size:8pt;"> 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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Mod Organizer nécessite l'injection d'un DLL dans le jeu afin que tous les mods lui soient visibles.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Il y a plusieurs méthodes pour ce faire:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Mod Organizer</span><span style=" font-size:8pt;"> (par défaut) Dans ce mode, Mod Organizer injecte le DLL par lui-même. Le désavantage est que le jeu doit toujours être lancé par Mod Organizer ou par un raccourci créé par celui-ci. Cette méthode ne fonctionne pas pour la version Steam d'Oblivion!</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Extenseur de script</span><span style=" font-size:8pt;"> Dans ce mode, MO est installé comme une extension de l'extenseur de script (obse, fose, nvse, skse). (recommandé si vous utilisez un extenseur de script)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">DLL par procuration</span><span style=" font-size:8pt;"> Dans ce mode, MO remplace l'un des DLL du jeu par une version qui charge MO (ainsi que le DLL orginal, bien sur). Ceci fonctionnera SEULEMENT avec les jeux STEAM et n'a été testé qu'avec Skyrim. N'utilisez cette méthode que si les autres ne fonctionnent pas.</span></p></body></html> + + 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. + - + NMM Version - + The Version of Nexus Mod Manager to impersonate. - + 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. @@ -5907,79 +5131,93 @@ tl;dr-version: If Nexus-features don't work, insert the current version num - + Enforces that inactive ESPs and ESMs are never loaded. Garantie que les ESPs et ESMs inactifs ne soient jamais chargés. - + 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. 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. - + Hide inactive ESPs/ESMs Cacher les ESPs et ESMs inactifs - + If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on) - + 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. - + Force-enable game files - - + + 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. + + + + + 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. + + + + + Display mods installed outside MO + + + + + 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! 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! - + Back-date BSAs Antidater les BSAs - + These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. - - These are workarounds for problems with Mod Organizer. They are usually not neccessary. Please make sure you read the help text before changing anything here. - Ici se trouvent des solutions alternatives à certains problèmes rencontrés avec Mod Organizer. Elles ne sont normalement pas nécessaires. Soyez sûr d'avoir lu le texte d'aide avant de modifier quoi que ce soit sur cette page. - Select download directory - + Sélectionnez un répertoire Select mod directory - + Sélectionnez un répertoire Select cache directory - + Sélectionnez un répertoire Confirm? - + Confirmer @@ -6030,7 +5268,6 @@ Pour les autres jeux, ceci ne suffit pas à remplacer l'invalidation des ar - failed to connect to running instance: %1 Échec de connection à l'instance active: %1 @@ -6070,38 +5307,7 @@ Pour les autres jeux, ceci ne suffit pas à remplacer l'invalidation des ar failed to move %1 to %2 - - - - - TextViewer - - Log Viewer - Visualisateur de journal - - - Placeholder - Signet - - - Save changes? - Enregistrer les changements? - - - Do you want to save changes to %1? - Voulez-vous enregistrer les changements dans %1? - - - failed to write to %1 - impossible d'écrire vers %1 - - - file not found: %1 - fichier introuvable: %1 - - - Save - Enregistrer + impossible de copier %1 vers %2 @@ -6131,14 +5337,6 @@ On Windows Vista/Windows 7: On Windows XP: C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves - This is a list of characters in the global location. - -On Windows Vista/Windows 7: - C:\Users\[UserName]\Documents\My Games\Skyrim\Saves - -On Windows XP: - C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves - diff --git a/src/organizer_ru.ts b/src/organizer_ru.ts index 0fc6ecea..52a91039 100644 --- a/src/organizer_ru.ts +++ b/src/organizer_ru.ts @@ -7,42 +7,42 @@ About - + О программе Revision: - + Версия: Used Software - + Использованные программы Credits - + Благодарности Translators - + Переводчики Others - + Другие Close - Закрыть + Закрыть No license - + Лицензия отсутствует @@ -50,7 +50,7 @@ Activate Mods - Активировать моды + Включить моды @@ -71,15 +71,15 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Это список ESP и ESM, которые были активны, когда сейв был создан..</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Для каждого ESP, правый столбец содержит мод (или моды), которые могут быть включены, чтобы неактивные ESP / ESM стали активными.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Это список esp и esm, которые были активны, когда сохранение было создано.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Для каждого esp, правый столбец содержит мод (или моды), которые могут быть включены, чтобы неактивные esp/esm стали активными.</span></p> <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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Если вы нажмете ОК, все моды, выбранные в правой колонке будут активированы..</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Если вы нажмете ОК, все моды, выбранные в правой колонке будут активированы.</span></p></body></html> Missing ESP - Отсутствует ESP + Отсутствющий ESP @@ -89,7 +89,7 @@ p, li { white-space: pre-wrap; } not found - не найдено + не найден @@ -97,7 +97,7 @@ p, li { white-space: pre-wrap; } BAIN Package Installer - BAIN установочного пакета + Установщик пакетов BAIN @@ -107,7 +107,7 @@ p, li { white-space: pre-wrap; } This looks like a Package prepared for Installation through BAIN. You can select options from the list below. If there is a package.txt file, it should contain detailed information about the options. - Это пакет подготовленный для установки через BAIN. Вы можете выбрать опции из приведенного ниже списка. Если есть package.txt файл, то он содержит подробные сведения о параметрах. + Похоже, что пакет готов для установки через BAIN. Вы можете выбрать доступные варианты из приведенного ниже списка. Если присутствует файл package.txt, то он должен содержать подробные сведения о вариантах выбора. @@ -119,13 +119,13 @@ p, li { white-space: pre-wrap; } 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. Компоненты этого пакета. -Если есть компонент, называемый "00 Core", то это обычно необходимо. Опции упорядочены по приоритету, установленному автором. +Если присутствует компонент с именем "00 Core", то он обычно является обязательным. Доступные варианты упорядочены по приоритету, установленному автором. The package.txt is often part of BAIN packages and contains details about the options available. - Package.txt часто является частью пакета BAIN и содержит информацию о доступных вариантах. + Package.txt часто является частью пакетов BAIN и содержит информацию о доступных для выбора вариантах. @@ -141,7 +141,7 @@ If there is a component called "00 Core" it is usually required. Optio Manual - Руководство + Вручную @@ -154,6 +154,29 @@ If there is a component called "00 Core" it is usually required. Optio Отмена + + BrowserDialog + + + Some Page + + + + + Search + + + + + new + + + + + failed to start download + + + CategoriesDialog @@ -190,7 +213,7 @@ If there is a component called "00 Core" it is usually required. Optio Nexus IDs - Nexus IDs + Nexus ID @@ -271,7 +294,7 @@ p, li { white-space: pre-wrap; } DirectoryRefresher - + failed to read bsa: %1 не удалось прочитать bsa: %1 @@ -286,7 +309,7 @@ p, li { white-space: pre-wrap; } Filetime - Дата модификации + Время @@ -296,12 +319,12 @@ p, li { white-space: pre-wrap; } Information missing, please select "Query Info" from the context menu to re-retrieve. - Информация отсутствует, пожалуйста, выберите пункт "Справочная информация" из контекстного меню. + Информация отсутствует, для её запроса выберите в контекстном меню пункт "Запросить информацию". pending download - + ожидающая загрузка @@ -314,26 +337,26 @@ p, li { white-space: pre-wrap; } - - + + Done - Double Click to install Готово - двойной щелчок для установки. - - + + Paused - Double Click to resume Пауза - двойной клик для продолжения - - + + Installed - Double Click to re-install Установлено - двойной клик для переустановки - - + + Uninstalled - Double Click to re-install Удалено - двойной клик для переустановки @@ -355,374 +378,425 @@ p, li { white-space: pre-wrap; } DownloadListWidgetCompactDelegate - + < mod %1 file %2 > - + < мод %1 файл %2 > - + Pending - + Ожидание - + Paused Приостановлено - + Fetching Info 1 - Извлечение информации 1 + Получение информации 1 - + Fetching Info 2 - Извлечение информации 2 + Получение информации 2 - + Installed Установлено - + Uninstalled Удалено - + Done Готово - - - - + + + + Are you sure? Вы уверены? - + This will remove all finished downloads from this list and from disk. Это удалит все готовые загрузки из этого списка и с диска. - + This will remove all installed downloads from this list and from disk. Это удалит все установленные загрузки из этого списка и с диска. - + This will permanently remove all finished downloads from this list (but NOT from disk). Это полностью удалит все завершенные загрузки из этого списка (но НЕ с диска). - + This will permanently remove all installed downloads from this list (but NOT from disk). Это полностью удалит все установленные загрузки из этого списка (но НЕ с диска). - + Install - Установка + Установить - + Query Info - Справочная информация + Запросить информацию - + Delete Удалить - + Un-Hide - Показать + Показать - + Remove from View Скрыть от просмотра - + Cancel Отмена - + Pause Пауза - + Remove Удаление - + Resume Возобновить - + Delete Installed... - Удалить установленное... + Удалить установленные... - + Delete All... Удалить все... - + Remove Installed... - Отменить установку + Очистить от установленных... - + Remove All... - Удалить все + Очистить от всех... DownloadListWidgetDelegate - + < mod %1 file %2 > - + < мод %1 файл %2 > - + Pending - + Ожидание - + Fetching Info 1 - Извлечение информации 1 + Получение информации 1 - + Fetching Info 2 - Извлечение информации 2 + Получение информации 2 - - - - + + + + Are you sure? Вы уверены? - + This will remove all finished downloads from this list and from disk. Это удалит все готовые загрузки из этого списка и с диска. - + This will remove all installed downloads from this list and from disk. Это удалит все установленные загрузки из этого листа и с диска. - + This will remove all finished downloads from this list (but NOT from disk). Это удалит все готовые загрузки из этого списка (но НЕ с диска). - + This will remove all installed downloads from this list (but NOT from disk). Это удалит все установленные загрузки из этого списка (но НЕ с диска). - + Install Установить - + Query Info - Справочная информация + Запросить информацию - + Delete Удалить - + Un-Hide - Показать + Показать - + Remove from View Скрыть от просмотра - + Cancel Отмена - + Pause Пауза - + Remove Удалить - + Resume Возобновить - + Delete Installed... - Удалить установленное... + Удалить установленные... - + Delete All... Удалить все... - + Remove Installed... - Удалить установленные + Очистить от установленных... - + Remove All... - Удалить все + Очистить от всех... DownloadManager - + failed to rename "%1" to "%2" - не удалось переименовать "%1" в "%2" + не удалось переименовать "%1" в "%2" - + + Memory allocation error (in refreshing directory). + + + + Download again? - Скачать снова + Загрузить заново? - + 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. - Файл с таким именем загружен. Вы хотите загрузить его снова? У него будет другое имя. + Файл с таким именем уже был загружен. Вы хотите загрузить его снова? Новый файл получит другое имя. - + failed to download %1: could not open output file: %2 не удалось загрузить %1: не удалось открыть выходной файл: %2 - + Wrong Game - + Неверная игра - + The download link is for a mod for "%1" but this instance of MO has been set up for "%2". - + Ссылка для загрузки мода для игры "%1", но этот экземпляр MO был установлен для "%2". - - - - - - - - - - - + + + + + - - + + + + + + + + + invalid index неверный индекс - + failed to delete %1 не удалось удалить %1 - + failed to delete meta file for %1 не удалось удалить мета-файл %1 - - - - - + + + + + invalid index %1 неверный индекс %1 - + + No known download urls. Sorry, this download can't be resumed. + + + + Please enter the nexus mod id Пожалуйста, введите ID мода на Nexus - + Mod ID: ID мода: - + + Main + Главное + + + + Update + Обновление + + + + Optional + Опционально + + + + Old + Старые + + + + Misc + Разное + + + + Unknown + Неизвестно + + + + Memory allocation error (in processing progress event). + + + + + Memory allocation error (in processing downloaded data). + + + + Information updated Информация обновлена - - + + No matching file found on Nexus! Maybe this file is no longer available or it was renamed? Нет соответствующих модов на Nexus! Возможно фал был удален или переименован? - + No file on Nexus matches the selected file by name. Please manually choose the correct one. Нет соответствующих фалов на Nexus. Выберите файл вручную. - + No download server available. Please try again later. - Сервер недоступен. Попробуйте позже. + Нет доступных серверов для загрузки. Попробуйте позже. - + Failed to request file info from nexus: %1 Не удалось получить информацию о файле: %1 - + Download failed. Server reported: %1 - + Загрузка не удалась. Сервер сообщил: %1 - + Download failed: %1 (%2) Загрузка не удалась: %1 (%2) - + failed to re-open %1 не удалось повторно открыть %1 @@ -732,7 +806,7 @@ p, li { white-space: pre-wrap; } Modify Executables - Изменить исполняемые + Настройка программ @@ -742,7 +816,7 @@ p, li { white-space: pre-wrap; } This is a list of your configured executables. Executables in grey are automatically recognised and can not be modified. - Это список ваших настроенных исполняемых файлов. Выделенные серым разпознаются автоматически и не могут быть изменены. + Это список ваших настроенных программ. Выделенные серым определены автоматически и не могут быть изменены. @@ -758,23 +832,23 @@ p, li { white-space: pre-wrap; } Binary - Двоичный + Исполняемый файл Binary to run - Двоичный для запука + Программа для запуска Browse filesystem - Укажите файловую систему + Просмотр файлов Browse filesystem for the executable to run. - Укажите файловую систему для выполнения + Выбор исполняемого файла программы. @@ -790,13 +864,13 @@ p, li { white-space: pre-wrap; } Arguments - Аргументация + Параметры Arguments to pass to the application - Аргументация перехода к приложению + Параметры запуска приложения @@ -841,13 +915,13 @@ Right now the only case I know of where this needs to be overwritten is for the Close MO when started - Закрыть MO после старта. + Закрыть MO после запуска Add an executable - Добавить исполняемый + Добавить программу @@ -869,12 +943,12 @@ Right now the only case I know of where this needs to be overwritten is for the Close - Закрыть + Закрыть Select a binary - Указать двоичный + Выбор исполняемого файла @@ -915,13 +989,13 @@ Right now the only case I know of where this needs to be overwritten is for the Save Changes? - + Сохранить изменения? You made changes to the current executable, do you want to save them? - + Вами были сделаны изменения для текущей программы, вы хотите сохранить их? @@ -1039,7 +1113,7 @@ Right now the only case I know of where this needs to be overwritten is for the Pick a name for the mod - Выбирите имя для мода + Выберете имя для мода @@ -1054,7 +1128,7 @@ Right now the only case I know of where this needs to be overwritten is for the Content of the archive. You can change the directory structure by using drag&drop. Hint: Also try right clicking... - Содержимое архива. Вы можете изменить структуру каталога с помощью drag&drop. Подсказка: правой кнопкой мыши ... + Содержимое архива. Вы можете изменить структуру каталога при помощи перетаскивания. Подсказка: Также попробуйте правую кнопку мыши... @@ -1067,7 +1141,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Отображает содержимое архива. &lt;data&gt; представляет базовый каталог, данные в котором будут сопоставлены с данными каталога игры. Вы можете изменить базовый каталог нажатием правой кнопки мыши, через контекстное меню, а также можете перемещаться по файлам с помощью drag&amp;drop</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Отображает содержимое архива. &lt;data&gt; представляет базовый каталог, данные в котором будут сопоставлены с данными каталога игры. Вы можете изменить базовый каталог нажатием правой кнопки мыши, через контекстное меню, а также можете перемещаться по файлам при помощи перетаскивания.</span></p></body></html> @@ -1105,7 +1179,7 @@ p, li { white-space: pre-wrap; } - + Extracting files Извлечение файлов @@ -1135,57 +1209,57 @@ p, li { white-space: pre-wrap; } Введенное вами имя недопустимо, пожалуйста введите другое. - + File format "%1" not supported Формат файла "%1" не поддерживается - + None of the available installer plugins were able to handle that archive Не один из доступных плагинов-установщиков не смог просмотреть этот архив - + no error ошибки отсутствуют - + 7z.dll not found 7z.dll не найден - + 7z.dll isn't valid 7z.dll поврежден - + archive not found архив не найден - + failed to open archive не удалось открыть архив - + unsupported archive type не поддерживаемый тип архива - + internal library error внутренняя ошибка библиотеки - + archive invalid архив поврежден - + unknown archive error неизвестная ошибка архива @@ -1216,7 +1290,7 @@ p, li { white-space: pre-wrap; } LogBuffer - + failed to write log to %1: %2 не удалось произвести запись в журнал %1: %2 @@ -1224,12 +1298,12 @@ p, li { white-space: pre-wrap; } MOApplication - + an error occured: %1 произошла ошибка: %1 - + an error occured произошла ошибка @@ -1237,23 +1311,48 @@ p, li { white-space: pre-wrap; } MainWindow - - + + Categories Категории - + + Click blank area to deselect + + + + + If checked, only mods that match all selected categories are displayed. + + + + + And + + + + + If checked, all mods that match at least one of the selected categories are displayed. + + + + + Or + + + + Profile Профиль - + Pick a module collection Выберете набор модулей - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1268,54 +1367,66 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Обратите внимание, что порядок загрузки esp одинаков для всех профилей.</span></p></body></html> - + Refresh list Обновить список - + Refresh list. This is usually not necessary unless you modified data outside the program. Обновить список. Обычно в этом нет необходимости, пока вы не измените данные вне программы. - + + + Restore Backup... + + + + + + Create Backup + + + + List of available mods. Список доступных модов. - + This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. Это список установленных модов. Используйте флажки, для включения/отключения модов и перетаскивание модов, для изменения их порядка установки. - + Filter Фильтр - + No groups Без группировки - + Nexus IDs Nexus IDs - - - + + + Namefilter Фильтр по имени - + Pick a program to run. Выберете программу для запуска. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1330,12 +1441,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Вы можете добавить новые инструменты в этот список, но работоспособность их всех не гарантированна.</span></p></body></html> - + Run program Запустить программу - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1348,17 +1459,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Запустить выбранную программу с поддержкой ModOrganizer.</span></p></body></html> - + Run Запустить - + Create a shortcut in your start menu or on the desktop to the specified program Создать ярлык для выбранной программы, в меню Пуск или на рабочем столе. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1371,22 +1482,22 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Создает ярлык в меню Пуск, который запускает выбранную программу с активным MO.</span></p></body></html> - + Shortcut Ярлык - + Plugins - Плагины + Плагины - + List of available esp/esm files Список доступных esp/esm файлов - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1399,22 +1510,32 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Этот список содержит esp и esm файлы активных модов. Для них требуется определенный порядок загрузки. Используйте перетаскивание для изменения порядка загрузки. Обратите внимание, что MO сохранит порядок загрузки только для активными/проверенных модов.<br />Существует замечательная утилита, называющаяся &quot;BOSS&quot; , которая автоматически сортирует эти файлы.</span></p></body></html> - + Sort - + Сортировать - + Archives + Архивы + + + + <html><head/><body><p>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:</p><p>If archives are <span style=" font-weight:600;">managed</span>, 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.<br/></p><p>If archives are <span style=" font-weight:600;">not managed</span> 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't active.</p><p>In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.</p></body></html> - + + <html><head/><body><p>Have MO manage archives (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">read more</span></a>)</p></body></html> + + + + List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. Список доступных BSA. Они не отмечены здесь, не управляются с помощью MO и игнорируют порядок установки. - + 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. 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! @@ -1425,70 +1546,65 @@ BSAs checked here are loaded in such a way that your installation order is obeye BSA, отмеченные здесь, загружаются так, чтобы порядок установки соблюдался должным образом. - - + + File Файл - <html><head/><body><p>Marked Archives (<img src=":/MO/gui/warning_16"/>) are still loaded on Skyrim but the <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">regular file override</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> - - - - - Mod - Мод + <html><head/><body><p>Помеченные архивы (<img src=":/MO/gui/warning_16"/>) всё ещё загружаются в Skyrim, но был применён<a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">стандартный механизм перезаписи файлов</span></a>: отдельные файлы перезаписывают файлы в BSA, вне зависимости от приоритета мода/плагина.</p></body></html> - <html><head/><body><p>Marked Archives (<img src=":/MO/gui/resources/dialog-warning_16.png"/>) are still loaded on Skyrim but the <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">regular file override</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> - <html><head/><body><p>Помеченые архивы (<img src=":/MO/gui/resources/dialog-warning_16.png"/>) все еще загружаются в Skyrim, но <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">применяется обычный</span></a> механизм: Отдельные файлы перезаписывают BSAs, вне зависимости от приоритета мода/плагина.</p></body></html> - - - + Data Данные - + refresh data-directory overview обновить обзор каталога Data - + Refresh the overview. This may take a moment. Обновление обзора. Это может занять некоторое время. - - - + + + Refresh Обновить - + This is an overview of your data directory as visible to the game (and tools). - Это обзор вашего каталога данных так, как он будет видим игре (и инструментам). + Это обзор вашего каталога данных так, как он будет видим игре (и инструментам). - - + + Mod + Мод + + + + Filter the above list so that only conflicts are displayed. Отфильтровать вышеприведенный список так, чтобы отображались только конфликты. - + Show only conflicts Показать только конфликты - + Saves Сохранения - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1505,160 +1621,159 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Если вы выберете в контекстном меню пункт &quot;Исправить моды...&quot;, MO попытается подключить все моды и esp, чтобы исправить эти отсутствующие esp. Это ничего не отключит!</span></p></body></html> - + Downloads Загрузки - + This is a list of mods you downloaded from Nexus. Double click one to install it. Список модов, загруженных с Nexus. Двойной клик для установки. - Compact - Упаковать + Компактно - + Show Hidden - + Показывать скрытые - + Tool Bar Панель инструментов - + Install Mod Установить мод - + Install &Mod Установить &мод - + Install a new mod from an archive Установить новый мод из архива - + Ctrl+M Ctrl+M - + Profiles Профили - + &Profiles &Профили - + Configure Profiles Настройка профилей - + Ctrl+P Ctrl+P - + Executables Программы - + &Executables &Программы - + Configure the executables that can be started through Mod Organizer Настройка программ, которые могут быть запущены через Mod Organizer - + Ctrl+E Ctrl+E - - + + Tools Инструменты - + &Tools &Инструменты - + Ctrl+I Ctrl+I - + Settings Настройки - + &Settings &Настройки - + Configure settings and workarounds Настройка параметров и способов обхода - + Ctrl+S Ctrl+S - + Nexus Nexus - + Search nexus network for more mods Поиск дополнительных модов на Nexus - + Ctrl+N Ctrl+N - - + + Update Обновление - + Mod Organizer is up-to-date Mod Organizer обновлен - - + + No Problems Проблем не обнаружено - + This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them. !Work in progress! @@ -1669,188 +1784,191 @@ Right now this has very limited functionality Прямо сейчас этот функционал сильно ограничен - - + + Help Справка - + Ctrl+H Ctrl+H - + Endorse MO Одобрить MO - - + + Endorse Mod Organizer Одобрить Mod Organizer - + + Copy Log to Clipboard + + + + + Ctrl+C + + + + Toolbar Панель инструментов - + Desktop Рабочий стол - + Start Menu Меню Пуск - + Problems Проблемы - + There are potential problems with your setup Есть возможные проблемы с вашей установкой - + Everything seems to be in order Кажется всё в порядке - + Help on UI Справка по интерфейсу - + Documentation Wiki Wiki-документация - + Report Issue Сообщить о проблеме - + Tutorials Уроки - + About - + О программе - + About Qt - - - - failed to save archives order, do you have write access to "%1"? - не удалось сохранить порядок архивов, у вас имеется доступ на запись к "%1"? + О библиотеке Qt - + failed to save load order: %1 не удалось сохранить порядок загрузки: %1 - + Name Имя - + Please enter a name for the new profile Введите имя нового профиля - + failed to create profile: %1 не удалось создать профиль: %1 - + Show tutorial? Показать урок? - + 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. - Вы запустили Mod Organizer впервые. Вы хотите просмотреть уроки по основным возможностям? В случае отказа вы всегда можете открыть уроки из меню "Помощь". + Вы запустили Mod Organizer в первый раз. Вы хотите просмотреть уроки по основным возможностям? В случае отказа вы всегда можете открыть уроки из меню "Помощь". - + Downloads in progress Загрузки в процессе - + There are still downloads in progress, do you really want to quit? Загрузки всё ещё в процессе, вы правда хотите выйти? - + failed to read savegame: %1 не удалось прочесть сохранение: %1 - + Plugin "%1" failed: %2 Плагин "%1" не удалось: %2 - + Plugin "%1" failed Плагин "%1" не удалось - + failed to init plugin %1: %2 не удалось инициализировать плагин %1: %2 - + Plugin error - + Ошибка плагина - + It appears the plugin "%1" 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) - + Кажется, что при последнем запуске не удалось загрузить плагин "%1" и это привело к падению MO. Вы хотите отключить его? +(Замечание: Если это первый раз, когда вы видите такое сообщение для этого плагина, вероятно вы захотите сделать ещё одну попытка. Плагин может восстановиться после проблемы) - + Failed to start "%1" Не удалось запустить "%1" - + Waiting Ожидание - + Please press OK once you're logged into steam. Нажмите OK как только вы войдете в Steam. - "%1" not found - "%1" не найден - - - + Start Steam? Запустить Steam? - + Steam is required to be running already to correctly start the game. Should MO try to start steam now? Требуется запущенный Steam, для корректного запуска игры. Должен ли MO попытаться запустить Steam сейчас? @@ -1865,773 +1983,890 @@ Right now this has very limited functionality Конфликтов нет - + <Edit...> <Правка...> - + This bsa is enabled in the ini file so it may be required! Этот bsa подключен через ini, так что он может быть необходим! - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - Этот архив все равно будет загружен, так как есть плагин с одноименным названием, но его файлы не будут следовать порядку установки! + Этот архив все равно будет загружен, так как есть плагин с одноименным названием, но его файлы не будут следовать порядку установки! - + Activating Network Proxy Подключение сетевого прокси - - + + Installation successful Установка завершена - - + + Configure Mod Настройка мода - - + + This mod contains ini tweaks. Do you want to configure them now? Этот мод включает настройки ini. Вы хотите настроить их сейчас? - - + + mod "%1" not found мод "%1" не найден - - + + Installation cancelled Установка отменена - - + + The mod was not installed completely. Мод не был установлен полностью. - + Some plugins could not be loaded Некоторые плагины не могут быть загружены - The following Plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version:<ul> - Следующие плагины не могут быть загружены. Причина может быть в отсутствующих зависимостях (таких как python) или в устаревшей версии:<ul> - - - + Too many esps and esms enabled - + Подключено слишком много esp и esm - - + + Description missing - + Описание отсутствует - + The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: - + Следующие плагины не могут быть загружены. Причина возможно в отсутствующих зависимостях (таких как python) или в устаревшей версии: - + + 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: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> + Игра не позволяет загрузить больше 255 активных плагинов (включая официальные). Вам нужно отключить некоторые ненужные плагины или объединить несколько небольших плагинов в один. Инструкция может быть найдена здесь: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> + + + Choose Mod Выберете мод - + Mod Archive Архив мода - + Start Tutorial? - Начать обучение? + Начать урок? - + You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue? - Вы собираетесь открыть обучение. По техническим причинам будет невозможно досрочно закончить обучение. Продолжить? + Вы собираетесь открыть урок. По техническим причинам будет невозможно закончить его досрочно. Продолжить? - - + + Download started Загрузка начата - + failed to update mod list: %1 не удалось обновить список модов: %1 - + failed to spawn notepad.exe: %1 не удалось вызвать notepad.exe: %1 - + failed to open %1 не удалось открыть %1 - + failed to change origin name: %1 не удалось изменить оригинальное имя: %1 - + + Executable "%1" not found + Исполняемый файл "%1" не найден + + + + Failed to refresh list of esps: %1 + Не удалось обновить список esp: %1 + + + + failed to move "%1" from mod "%2" to "%3": %4 + не удалось переместить "%1" из мода "%2" в "%3": %4 + + + <Checked> <Подключен> - + <Unchecked> <Отключен> - + <Update> <Обновлен> - + <No category> <Без категории> - + <Conflicted> <Конфликтует> - + <Not Endorsed> - + <Не одобрено> - + failed to rename mod: %1 не удалось переименовать мод: %1 - + Overwrite? Перезаписать? - + This will replace the existing mod "%1". Continue? Это заменит существующий мод "%1". Продолжить? - + failed to remove mod "%1" не удалось удалить мод "%1" - - - + + + failed to rename "%1" to "%2" не удалось переименовать "%1" в "%2" - + Multiple esps activated, please check that they don't conflict. Подключено несколько esp, выберете из них не конфликтующие. - - - - + + + + Confirm Подтверждение - + Remove the following mods?<br><ul>%1</ul> Удалить следующие моды?<br><ul>%1</ul> - + failed to remove mod: %1 не удалось удалить мод: %1 - - + + Failed Неудача - + Installation file no longer exists Установочный файл больше не существует - + Mods installed with old versions of MO can't be reinstalled in this way. - Моды, установленные с использованием старых версий MO не могут быть перестановленны таким образом. + Моды, установленные с использованием старых версий MO не могут быть переустановленны таким образом. - - + + You need to be logged in with Nexus to endorse Вы должны быть авторизированы на Nexus, чтобы одобрять. - - + Extract BSA - Извлечь BSA + Распаковать BSA - 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) - Этот мод включает как минимум один BSA. Вы хотите распаковать их? + Этот мод включает как минимум один BSA. Вы хотите распаковать их? (Это удалит BSA после завершения. Если вы не знаете ничего о BSAs, просто откажитесь) - - - + + failed to read %1: %2 не удалось прочесть %1: %2 - - + This archive contains invalid hashes. Some files may be broken. - Архив содержит неверные хеши. Некоторые файлы могут быть испорчены. + Архив содержит неверные хеш-суммы. Некоторые файлы могут быть испорчены. - + Nexus ID for this Mod is unknown Nexus ID для этого мода неизвестен - - + + Download? + + + + + 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? + + + + + Browse Mod Page + + + + + + Failed to write settings + + + + + + An error occured trying to write back MO settings: %1 + + + + + File is write protected + + + + + Invalid file format (probably a bug) + + + + + Unknown error %1 + + + + + <Managed by MO> + + + + + <Managed outside MO> + + + + + You need to be logged in with Nexus to resume a download + + + + + Create Mod... Создать мод... + This will move all files from overwrite into a new, regular mod. -Please enter a name: - Это переместит все файлы от перезаписи в новый, отдельный мод. -Пожалуйста, введите имя: +Please enter a name: + Это переместит все файлы из перезаписи в новый, стандартный мод. +Пожалуйста введите имя: - + A mod with this name already exists Мод с таким именем уже существует - + Continue? - + Продолжить? - + 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. - + Схема управления версиями принимает решение, какая версия считается новее другой. +Функция может попробовать угадать схему управления версиями, при условии, что установленная версия является устаревшей. - - + + Sorry - + Извините - + I don't know a versioning scheme where %1 is newer than %2. - + Мне неизвестна схема управления версиями, где %1 новее %2. - + Really enable all visible mods? Действительно подключить все видимые моды? - + Really disable all visible mods? Действительно отключить все видимые моды? - + Choose what to export Выберете, что экспортировать - + Everything Всё - + All installed mods are included in the list Все установленные моды, включенные в список - + Active Mods Активные моды - + Only active (checked) mods from your current profile are included Включены все активные (подключенные) моды вашего текущего профиля - + Visible Видимые - + All mods visible in the mod list are included Включены все моды, видимые в списке модов - + export failed: %1 экспорт не удался: %1 - + Install Mod... Установить мод... - + Enable all visible Включить все видимые - + Disable all visible Отключить все видимые - + Check all for update Проверить все на обновления - + Export to csv... Экспорт в csv... - + + All Mods + + + + Sync to Mods... Синхронизировать с модами... - + Restore Backup Восстановить из резервной копии - + Remove Backup... Удалить резервную копию... - Set Category - Задать категорию - - - - Executable "%1" not found - - - - - Failed to refresh list of esps: %1 - - - - - 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: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> - - - - - failed to move "%1" from mod "%2" to "%3": %4 - - - - - This will move all files from overwrite into a new, regular mod. -Please enter a name: - - - - + Add/Remove Categories - + Добавить/Удалить категории - + Replace Categories - + Заменить категории - + Primary Category Основная категория - + Change versioning scheme - + Изменить схему управления версиями - + Un-ignore update - + Снять игнорирование обновления - + Ignore update - + Игнорировать обновление - + Rename Mod... Переименовать мод... - + Remove Mod... Удалить мод... - + Reinstall Mod Переустановить мод - + Un-Endorse Отменить одобрение - - + + Endorse Одобрить - + Won't endorse Не одобрять - + Endorsement state unknown Статус одобрения неизвестен - + Ignore missing data Игнорировать отсутствующие данные - + Visit on Nexus Перейти на Nexus - + Open in explorer Открыть в проводнике - + Information... Информация... - - + + Exception: Исключение: - - + + Unknown exception Неизвестное исключение - + <All> <Все> - + <Multiple> <Несколько> - + Really delete "%1"? - + Действительно удалить "%1"? - + Fix Mods... Исправить моды... - + Delete - Удалить + Удалить - - + + failed to remove %1 не удалось удалить %1 - - + + failed to create %1 не удалось создать %1 - + Can't change download directory while downloads are in progress! Нельзя изменить каталог для загрузок, когда загрузки ещё не завершены! - + Download failed Загрузка не удалась - + failed to write to file %1 ошибка записи в файл %1 - + %1 written %1 записан - + Select binary - Выбрать исполняемый файл + Выберете исполняемый файл - + Binary Исполняемый файл - + Enter Name Введите имя - + Please enter a name for the executable Введите название для программы - + Not an executable Не является исполняемым - + This is not a recognized executable. Это неверный исполняемый файл. - - + + Replace file? Заменить файл? - + There already is a hidden version of this file. Replace it? Уже существует скрытая версия этого файла. Заменить? - - + + File operation failed Операция с файлом не удалась - - + + Failed to remove "%1". Maybe you lack the required file permissions? Не удалось удалить "%1". Может быть, вам не хватает необходимых прав доступа к файлу? - + There already is a visible version of this file. Replace it? Видимая версия этого файла уже существует. Заменить? - + file not found: %1 - + файл не найден: %1 - + failed to generate preview for %1 - + не удалось получить предосмотр для %1 - + Sorry, can't preview anything. This function currently does not support extracting from bsas. - + Невозможно получить предосмотр чего-либо. Функция на данный момент не поддерживает извлечение из bsa. - + Update available Доступно обновление - + Open/Execute Открыть/Выполнить - + Add as Executable Добавить как исполняемый - + Preview - + Предосмотр - + Un-Hide Показать - + Hide Скрыть - + Write To File... Записать в файл... - + Do you want to endorse Mod Organizer on %1 now? Вы хотите одобрить Mod Organizer на %1 сейчас? - + Request to Nexus failed: %1 Запрос на Nexus не удался: %1 - - + + login successful успешный вход - + login failed: %1. Trying to download anyway вход не удался: %1. Пытаюсь загрузить всё равно - + login failed: %1 войти не удалось: %1 - + login failed: %1. You need to log-in with Nexus to update MO. войти не удалось: %1. Вам нужно войти на Nexus, чтобы обновить MO. - + Error Ошибка - + failed to extract %1 (errorcode %2) - не удалось извлечь %1 (код ошибки %2) + не удалось распаковать %1 (код ошибки %2) - + Extract... - Распаковка... + Распаковать... - + Edit Categories... Изменить категории... - - Remove + + Deselect filter - + + Remove + Удалить + + + Enable all Включить все - + Disable all Отключить все - + Unlock load order - Разблокировать порядок загрузки + Снять фиксацию порядка загрузки - + Lock load order - Заблокировать порядок загрузки + Зафиксировать порядок загрузки - - BOSS working + + depends on missing "%1" - - failed to run boss: %1 + + No profile set + + + + + LOOT working + + + + + loot failed. Exit code was: %1 + + + + + failed to run loot: %1 + + + + + Errors occured + + + + + Backup of load order created + + + + + Choose backup to restore + + + No Backups + + + + + There are no backups to restore + + + + + + Restore failed + + + + + + Failed to restore the backup. Errorcode: %1 + + + + + Backup of modlist created + + + + BOSS working + BOSS: работает + + + failed to run boss: %1 + не удалось запустить BOSS: %1 + MessageDialog @@ -2645,8 +2880,8 @@ Please enter a name: ModInfo - - + + invalid index %1 неверный индекс %1 @@ -2654,7 +2889,7 @@ Please enter a name: ModInfoBackup - + This is the backup of a mod Это резервная копия мода @@ -2679,201 +2914,194 @@ Please enter a name: A list of text-files in the mod directory like readmes. - Список текстовых файлов в каталоге мода, таких как ридми. + Список текстовых файлов в каталоге мода, таких как ридми. - + Save Сохранить INI-Files - INI - файлы + INI-файлы + + + + Ini Files + - + This is a list of .ini files in the mod. - Это список .ini-файлов мода. + Это список ini-файлов мода. - + 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. - Это список INI - файлов мода. Они используются для кофигурации поведения модов, если это возможно. + Это список ini-файлов мода. Они используются для настройки работы модов, если это возможно. + + + + Ini Tweaks + + + + + This is a list of ini tweaks (ini modifications that can be toggled). + + + + + 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. + - + Save changes to the file. Сохранить изменения в файле. - + Save changes to the file. This overwrites the original. There is no automatic backup! Сохранить изменения в файле. Это перезапишет ранее созданный. Перед перезаписью файла сделайте копию. - + Images Изображение - + Images located in the mod. Изображения мода. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Это список всех изображений (.jpg и .png) в каталоге мода, таких как скриншоты и т.п. Нажмите на любое, для увеличения.</span></p></body></html> + + This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. + Это список всех изображений (.jpg и.png) в папке с модом, таких как снимки экрана и т.п. Выберете любое для увеличения. - - + + Optional ESPs - Дополнительный ESP + Необязательные ESP - + List of esps and esms that can not be loaded by the game. Список esp и esm, которые не могут быть загружены игрой. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">They usually contain optional functionality, see the readme.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Most mods do not have optional esps, so chances are good you are looking at an empty list.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Список esp и esm, содержащихся в плагине, которые не могут быть загружены в игру. Они так же не будут отображены в списке esp, в главном окне MO.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Они обычно содержат опциональный функционал, смотрите документацию.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Большинство модов не содержат дополнительных esp, поэтому вы можете увидеть пустой список</span></p></body></html> - - - - This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. - - - - + 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. Most mods do not have optional esps, so chances are good you are looking at an empty list. - + Список esp и esm этого плагина, которые не могут быть загружены игрой. Они не будут отображены в списке esp, главного окна MO. +Они обычно включают дополнительные возможности, описанные в документации к моду. + +Большинство модов не имеет дополнительных esp, так что очень вероятно, что вы видите пустой список. - + Make the selected mod in the lower list unavailable. Сделать выбранный мод недоступным. - + 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. Выбранный ESP (в нижнем списке) будет перемещены в подкаталог мода и, таким образом, станут "невидимыми" для игры. Затем они больше не будут активированы. - + Move a file to the data directory. Переместить файл в каталог Data. - + 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. Перемещает esp в каталог с другими esp так, что он может быть подключен в главном окне. Обратите внимание, что ESP просто становится "доступным", но не будет загружен! Это настраивается в главном окне MO. - + ESPs in the data directory and thus visible to the game. - ESP в каталоге Data и виден для игры. + ESP в каталоге Data, видны для игры. - + 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. - Это файлы модов которые находятся в (виртуальном)каталоге данных вашей игры и могут быть выбираемыми в списке esp, в главном окне. + Это файлы модов, которые находятся в (виртуальном)каталоге данных вашей игры и могут быть выбираемыми в списке esp, в главном окне. - + Available ESPs Доступные ESP - + Conflicts Конфликты - + The following conflicted files are provided by this mod Данные конфликты вызваны этим модом. - - + + File Файл - + Overwritten Mods Моды перезаписаны - + The following conflicted files are provided by other mods Конфликтные файлы других модов. - + Providing Mod - Обеспечение мода + Моды перезаписывают - + Non-Conflicted files - Не конфликтные файлы + Неконфликтные файлы - + Categories Категории - + Primary Category Основная категория - + Nexus Info - Информация Nexus. + Nexus - + Mod ID ID мода - + Mod ID for this mod on Nexus. ID мода на Nexus. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2886,7 +3114,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">ID этого мода на Nexus. Заполняется автоматически, если скачали и установили мод из МО. В противном случае вы можете ввести его вручную. Чтобы найти правильный ID, нужно найти мод на Nexus. URL будет выглядеть следующим образом: </span><a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://skyrim.nexusmods.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; color:#000000;">. В этом примере, 1334 - ID, который вы ищете. Кроме того: Выше есть ссылка на Mod Organizer на Nexus. Почему бы не перейти по ней и не одобрить?</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2899,82 +3127,60 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Установленная версия мода. Подсказка будет содержать текущую версию, доступную на Nexus. Установленная версия установится только если вы установили мод через МО.</span></p></body></html> - + Version Версия - + Refresh Обновить информацию - + Refresh all information from Nexus. Обновить всю информацию с Nexus - + Description Описание - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p> <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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p> <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;"><br /></p></body></html> - + Endorse Одобрить - + Notes Примечания - + Filetree - Файловое древо + Файлы - + A directory view of this mod Каталог этого мода - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2989,282 +3195,287 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Изменения происходят непосредственно на диске, так что</span><span style=" font-size:8pt; font-weight:600;"> будьте осторожныl</span><span style=" font-size:8pt;">.</span></p></body></html> - + Previous - Предыдущий + Назад - + Next Вперед - + Close Закрыть - + &Delete &Удалить - + &Rename &Переименовать - + &Hide &Скрыть - + &Unhide &Показать - + &Open &Открыть - + &New Folder &Новая папка - - + + Save changes? Сохранить изменения? - - + + Save changes to "%1"? Сохранить изменения в "%1"? - + File Exists Файл уже существует - + A file with that name exists, please enter a new one Файл с таким именем уже существует, укажите другое - + failed to move file не удалось переместить файл - + failed to create directory "optional" не удалось создать папку "optional" - - + + Info requested, please wait Информация запрошена, пожалуйста, подождите - + Main Главное - + Update Обновление - + Optional Опционально - + Old Старые - + Misc Разное - + Unknown Неизвестно - + Current Version: %1 Текущая версия: %1 - + No update available Нет доступных обновлений - + (description incomplete, please visit nexus) (описание не завершено, смотрите на nexus) - + <a href="%1">Visit on Nexus</a> <a href="%1">Перейти на Nexus</a> - + Failed to delete %1 Не удалось удалить %1 - - + + Confirm Подтверждение - + Are sure you want to delete "%1"? Вы уверены, что хотите удалить "%1"? - + Are sure you want to delete the selected files? Вы уверены, что хотите удалить выбранные файлы? - - + + New Folder Новая папка - + Failed to create "%1" Не удалось создать "%1" - - + + Replace file? Заменить файл? - + There already is a hidden version of this file. Replace it? Скрытая версия этого файла уже существует. Заменить? - - + + File operation failed Не удалась операция с файлом - - + + Failed to remove "%1". Maybe you lack the required file permissions? Не удалось удалить "%1". Может быть, вам не хватает необходимых прав доступа к файлу? - - + + failed to rename %1 to %2 - не удалось переименовать %1 в %2 + не удалось переименовать %1 в %2 - + There already is a visible version of this file. Replace it? Видимая версия этого файла уже существует. Заменить? - + Un-Hide Показать - + Hide Скрыть - + Name - Имя + Имя - + Please enter a name - + Пожалуйста, введите имя - - + + Error - Ошибка + Ошибка - + Invalid name. Must be a valid file name - + Неверное имя. Необходимо допустимое имя файла. - + A tweak by that name exists - + Настройка с таким именем существует - + Create Tweak + Создать настройку + + + + ModInfoForeign + + + This pseudo mod represents content managed outside MO. It isn't modified by MO. ModInfoOverwrite - + This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) Этот псевдо-мод содержит файлы из виртуального древа данных, которые были изменены (в Construction Kit и других программах) - - Overwrite - Замена - ModInfoRegular - failed to write %1/meta.ini: %2 - не удалось записать %1/meta.ini: %2 + не удалось записать %1/meta.ini: %2 + + + + + failed to write %1/meta.ini: error %2 + - + %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory %1 не содержит ни esp/esm, ни папок ресурсов (textures, meshes, interface, ...) - + Categories: <br> Категории: <br> ModList - - Overwrite - Замена - This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit) @@ -3306,119 +3517,124 @@ p, li { white-space: pre-wrap; } Избыточные - + + Non-MO + + + + invalid неверные - + installed version: "%1", newest version: "%2" installed version: %1, newest version: %2 - установленная версия: %1, новейшая версия: %2 + установлена версия: %1, новейшая версия: %2 - + 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". - + Новейшая версия на Nexus кажется старее той, что установлена у вас. Это может означать, что ваша версия была снята (в связи с ошибкой и т.п.) или автор использует нестандартную схему версий, а новейшая версия на самом деле выше. В любом случае, вы можете "обновить". - + Categories: <br> Категории: <br> - + Invalid name Недопустимое имя - + drag&drop failed: %1 перетаскивание не удалось: %1 - + Confirm Подтверждение - + Are you sure you want to remove "%1"? Вы действительно хотите удалить "%1"? - + Flags Флаги - + Mod Name Имя мода - + Version Версия - + Priority Приоритет - + Category Категория - + Nexus ID Nexus ID - + Installation Установка - - + + unknown неизвестный - + Name of your mods Имя ваших модов - + Version of the mod (if available) Версия мода (если доступно) - + Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Приоритет установки для ваших модов. Файлы модов с большим приоритетом перезапишут файлы модов с меньшим приоритетом. + Приоритет установки для ваших модов. Файлы модов с большим приоритетом перезапишут файлы модов с меньшим. - + Category of the mod. Категория мода. - + Id of the mod as used on Nexus. ID мода, используемый на Nexus. - + Emblemes to highlight things that might require attention. Выделяет подсветкой вещи, которые могут потребовать внимания. - + Time this mod was installed Время, когда мод был установлен. @@ -3452,17 +3668,17 @@ p, li { white-space: pre-wrap; } NXMAccessManager - + Logging into Nexus - + Авторизация на Nexus - + timeout задержка - + Please check your password Проверьте ваш пароль @@ -3470,17 +3686,17 @@ p, li { white-space: pre-wrap; } NexusInterface - + Failed to guess mod id for "%1", please pick the correct one Не удалось опознать id мода "%1", пожалуйста, выберете правильный - + empty response пустой ответ - + invalid response неверный ответ @@ -3553,113 +3769,122 @@ p, li { white-space: pre-wrap; } PluginList - + Name Имя - + Priority Приоритет - + Mod Index - Индекс мода + Индекс - + Flags - Флаги + Флаги - - + + unknown неизвестно - + Name of your mods Имена ваших модов - + Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority. Приоритет загрузки ваших модов. Моды с большим приоритетом перезапишут данные модов с меньшим приоритетом. - + The modindex determins the formids of objects originating from this mods. - Индекс мода определяющий id форм объектов, происходящих из этих модов. + Индекс модов, определяющий formid объектов, происходящих из этих модов. - + failed to update esp info for file %1 (source id: %2), error: %3 - + не удалось обновить информацию о esp для файла %1 (id источника: %2), ошибка: %3 - + esp not found: %1 esp не найден: %1 - - + + Confirm - + Подтвердить - + Really enable all plugins? - + Действительно подключить все плагины? - + Really disable all plugins? - + Действительно отключить все плагины? - + The file containing locked plugin indices is broken Файл, содержащий индексы заблокированного плагина, не работает. - failed to open output file: %1 - не удалось открыть выходной файл: %1 - - - + 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. Некоторые из ваших плагинов имеют неверные имена. Эти плагины не могут быть загружены игрой. Смотрите mo_interface.log для получения списка таких плагинов и переименуйте их. - - BOSS dll incompatible + + <b>Origin</b>: %1 - + + Author + Автор + + + + Description + Описание + + + BOSS dll incompatible + BOSS dll несовместим + + + This plugin can't be disabled (enforced by the game) Этот плагин не может быть отключен (грузится игрой принудительно) - Origin: %1 - Источник: %1 + Источник: %1 - + Missing Masters - + Отсутствующие мастерфайлы - + Enabled Masters - + Подключенные мастерфайлы - + failed to restore load order for %1 не удалось восстановить порядок загрузки для %1 @@ -3669,12 +3894,12 @@ p, li { white-space: pre-wrap; } Preview - + Предосмотр Close - Закрыть + Закрыть @@ -3691,25 +3916,16 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> <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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> +<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;"><br /></p></body></html> Close - Закрыть - - - fix - исправить + Закрыть @@ -3736,66 +3952,67 @@ p, li { white-space: pre-wrap; } не удалось создать %1 - failed to open "%1" for writing - не удалось открыть "%1" для записи - - - + failed to write mod list: %1 - + не удалось записать список модов: %1 - + failed to update tweaked ini file, wrong settings may be used: %1 не удалось обновить настроенный ini-файл, вероятно используются ошибочные настройки: %1 - + failed to create tweaked ini: %1 не удалось создать настроенный ini: %1 - - - - - + + "%1" is missing or inaccessible + "%1" отсутствует + + + + + + + invalid index %1 неверный индекс %1 - + Overwrite directory couldn't be parsed Замена каталога не может быть обработана - + invalid priority %1 неверный приоритет %1 - + failed to parse ini file (%1) не удалось обработать ini файл (%1) - + failed to parse ini file (%1): %2 не удалось обработать ini файл (%1): %2 - - + + failed to modify "%1" не удалось изменить "%1" - + Delete savegames? Удалить сохранения? - + Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames) Вы хотите удалить локальные сохранения? (При отрицательном выборе сохранения отобразятся снова, если повторно включить локальные сохранения) @@ -3984,12 +4201,12 @@ p, li { white-space: pre-wrap; } Invalid name - Недопустимое имя + Недопустимое имя Invalid profile name - + Неверное имя профиля @@ -3999,21 +4216,17 @@ p, li { white-space: pre-wrap; } Are you sure you want to remove this profile (including local savegames if any)? - + Вы уверены, что хотите удалить профиль (включая локальные сохранения, если они имеются)? Profile broken - + Профиль испорчен 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? - - - - Are you sure you want to remove this profile? - Вы действительно хотите удалить этот профиль? + Профиль, который вы собираетесь удалить, кажется испорчен или содержит неверный путь. Речь идет о удалении следующей папки: "%1". Приступить? @@ -4183,95 +4396,91 @@ p, li { white-space: pre-wrap; } Не удалось установить загрузку proxy-dll - + Permissions required Требуются права доступа - 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). - Текущий аккаунт пользователя не имеет необходимых прав для запуска Mod Organizer. Необходимые изменения могут быть сделаны автоматически (каталог MO будет установлен записываемым для текущего аккаунта пользователя). Вам будет предложено запустить "helper.exe" с правами администратора. - - - + 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. - + Текущий аккаунт пользователя не имеет требуемых прав доступа для запуска Mod Organizer. Необходимые изменения могут быть сделаны автоматически (папка MO будет сделана записываемой для текущего аккаунта пользователя). Вы получите запрос о запуске "helper.exe" с правами администратора. - - + + Woops Упс - + 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 Mod Organizer вышел из строя! Нужно ли создать диагностический файл? Если вы вышлите файл (%1) по адресу sherb@gmx.net, ошибка с намного большей вероятностью будет исправлена. Пожалуйста, добавьте краткое описание своих действий, перед тем, как произошла ошибка - + ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1 ModOrganizer вышел из строя! К сожалению не удалось записать диагностический файл: %1 - - + + Mod Organizer Mod Organizer - + An instance of Mod Organizer is already running Другой экземпляр Mod Organizer уже запущен - + No game identified in "%1". The directory is required to contain the game binary and its launcher. Игра не обнаружена в "%1". Требуется, чтобы папка содержала исполняемые файлы игры. - - + + Please select the game to manage Выберете игру для управления - + Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!) + Пожалуйста, выберете редакцию игры, которую вы имеете (MO не сможет правильно запустить игру, если это будет установлено неверно!) + + + + failed to start application: %1 - + Please use "Help" from the toolbar to get usage instructions to all elements Используйте пункт "Справка" на панели инструментов, чтобы получить инструкции по использованию всех элементов. - - + + <Manage...> <Управлять...> - + failed to parse profile %1: %2 не удалось обработать профиль %1: %2 - - + failed to find "%1" не удалось найти "%1" - encoding error, please report this as a bug and include the file mo_interface.log! - ошибка кодирования, пожалуйста сообщите об этом баге, включив файл mo_interface.log! - - - + failed to access %1 не удалось получить доступ к %1 - + failed to set file time %1 не удалось изменить дату модификации для %1 @@ -4282,8 +4491,9 @@ p, li { white-space: pre-wrap; } - "%1" is missing - "%1" отсутствует + "%1" is missing or inaccessible + "%1" is missing + "%1" отсутствует @@ -4309,27 +4519,27 @@ p, li { white-space: pre-wrap; } не удалось открыть %1 - + Script Extender Script Extender - + Proxy DLL Proxy DLL - + failed to spawn "%1" не удалось вызвать "%1" - + Elevation required Требуется повышение прав - + This process requires elevation to run. This is a potential security risk so I highly advice you to investigate if "%1" @@ -4344,29 +4554,29 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Запустить с повышенными правами в любом случае? (будет выведен запрос о разрешении ModOrganizer.exe сделать изменения в системе) - + failed to spawn "%1": %2 не удалось вызвать "%1": %2 - + "%1" doesn't exist "%1" не существует - + failed to inject dll into "%1": %2 не удалось подключить dll к "%1": %2 - + failed to run "%1" не удалось запустить "%1" failed to open temporary file - + не удалось открыть временный файл @@ -4407,13 +4617,6 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Отмена - - QuestionBoxMemory - - Remember selection - Запомнить выбор - - SaveGameInfoWidget @@ -4590,26 +4793,18 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Settings - setting for invalid plugin "%1" requested - запрошена настройка для недействительного плагина "%1" - - - invalid setting "%1" requested for plugin "%2" - неверная настройка "%1" запрошена для плагина "%2" - - - - + + attempt to store setting for unknown plugin "%1" - + попытка сохранить настройку для неизвестного плагина "%1" - + Confirm Подтверждение - + 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? Изменение каталога для модов отразится на всех ваших профилях. Нельзя будет отменить это, если только вы не сохранили резервные копии ваших профилей вручную. Продолжить? @@ -4699,7 +4894,7 @@ p, li { white-space: pre-wrap; } Advanced - Продвинутый + Дополнительные @@ -4732,45 +4927,70 @@ p, li { white-space: pre-wrap; } Cache Directory Каталог кэша + + + User interface + + + If checked, the download interface will be more compact. + + + + + Compact Download Interface + + + + + If checked, the download list will display meta information instead of file names. + + + + + Download Meta Information + + + + Reset stored information from dialogs. Сброс хранимой информации о диалогах. - + This will make all dialogs show up again where you checked the "Remember selection"-box. Заставит снова появиться все диалоги, в которых вы ранее отмечали флажок "Запомнить выбор". - + Reset Dialogs Сбросить диалоги - - + + Modify the categories available to arrange your mods. Изменение категорий, доступных для упорядочивания ваших модов. - + Configure Mod Categories Настроить категории модов - - + + Nexus Nexus - + Allows automatic log-in when the Nexus-Page for the game is clicked. Позволяет автоматически входить, кликнув на Nexus-страницу игры. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4783,126 +5003,122 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Позволяет автоматически входить, кликнув на Nexus-страницу игры. Обратите внимание, что шифрование с которым пароль хранится в файле modorganizer.ini не очень сильное. Если вы беспокоитесь, что кто-нибудь может украсть ваш пароль, не храните его здесь.</span></p></body></html> - + If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic. Если отмечено и данные ниже введены правильно, входит на Nexus (для просмотра и загрузки) автоматически. - + Automatically Log-In to Nexus Автоматический вход на Nexus - + Username Имя пользователя - + Password Пароль - + Disable automatic internet features Отключить автоматические возможности интернет - + 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) Отключает автоматические возможности интернет. Это не подействует на функции, которые явно вызваны пользователем (проверка модов на обновления, одобрение, открытие в браузере) - + Offline Mode Автономный режим - + Use a proxy for network connections. Использовать прокси для соединения с сетью - + 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. Использовать прокси для соединения с сетью. Используются системные параметры, настраиваемые в Internet Explorer. Обратите внимание, что MO запустится на несколько секунд медленнее на некоторых системах, когда используется прокси. - + Use HTTP Proxy (Uses System Settings) Использовать HTTP Proxy (Используются системные настройки) - + Associate with "Download with manager" links - + Ассоциировать с ссылками "Загрузить с помощью MO" - + Known Servers (updated on download) - - - - Known Servers (Dynamically updated every download) - Известные серверы (Динамически обновляется при каждой загрузке) + Известные серверы (обновлено при загрузке) - + Preferred Servers (Drag & Drop) Предпочитаемые серверы (Используйте перетаскивание) - + Plugins Плагины - + Author: Автор: - + Version: Версия: - + Description: Описание: - + Key Клавиша - + Value Значение - + Blacklisted Plugins (use <del> to remove): - + Плагины в черном списке (используйте <del> для удаления): - + Workarounds Способы обхода - + Steam App ID ID приложения Steam - + The Steam AppID for your game ID в Steam для вашей игры - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4929,17 +5145,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">22380 это и есть id, который вам нужен.</span></p></body></html> - + Load Mechanism Механизм загрузки - + Select loading mechanism. See help for details. Выберете механизм загрузки. Смотрите справку для подробностей. - + 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. @@ -4956,77 +5172,95 @@ If you use the Steam version of Oblivion the default will NOT work. In this case Если вы используете Steam-версию Oblivion , способ по умолчанию не работает. В этом случае установите obse и используйте "Script Extender" как механизм загрузки. Также после этого вы не сможете запустить Oblivion из MO, вместо этого используйте MO только для настройки модов и запускайте игру через Steam. - + NMM Version Версия NMM - + The Version of Nexus Mod Manager to impersonate. Версия Nexus Mod Manager для представления. - + 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. tl;dr-version: If Nexus-features don't work, insert the current version number of NMM here and try again. - Mod Organizer использует API Nexus , для предоставления таких возможностей, как проверка обновлений и загрузка файлов. К сожалению этот API не был сделан официально доступным прочим утилитам, вроде MO, так что нужно представляться как Nexus Mod Manager, чтобы получить доступ. -Помимо этого Nexus использует идентификатор версий, чтобы блокировать устаревшии версии NMM и принудительно заставить пользователей обновиться. Это значит, что MO также нужно представляться последней версией NMM, даже если MO не нуждается в обновлении. Поэтому вы можете настроить здесь также и версию для идентификации. -Обратите внимание, что MO идентифицирует себя вебсерверу как MO, он не подделывает данные о себе. Он всего лишь добавляется как "совместимая" с NMM версия, в поле user agent. + Mod Organizer использует API Nexus , для использования таких возможностей, как проверка обновлений и загрузка файлов. К сожалению этот API не был сделан официально доступным прочим утилитам, вроде MO, так что нужно представляться как Nexus Mod Manager, чтобы получить доступ. +Помимо этого Nexus использует идентификатор версий, чтобы блокировать устаревшие версии NMM и принудительно заставить пользователей обновиться. Это значит, что MO также нужно представляться последней версией NMM, даже если MO не нуждается в обновлении. Поэтому вы можете настроить здесь также и версию для идентификации. +Обратите внимание, что MO идентифицирует себя веб-серверу как MO, он не подделывает данные о себе. Он всего лишь добавляется как "совместимая" с NMM версия, в поле user agent. tl;dr-версия: Если возможности Nexus не работают, вставьте здесь текущую версию NMM и повторите попытку. - + Enforces that inactive ESPs and ESMs are never loaded. Обеспечивает то, что неактивные ESP и ESM не будут загружены. - + 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. Кажется, что иногда игры загружают ESP и ESM файлы, даже если они не были не подключены как плагины Обстоятельства этого пока не известны, но отчеты пользователей подразумевают, что это в ряде случаев нежелательно. Если этот флажок отмечен, не отмеченные в списке ESP и ESM не будут видимы в списке и не будут загружены. - + Hide inactive ESPs/ESMs - Скрыть неактивные ESPs/ESMs + Скрыть неактивные ESP/ESM - + If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on) Если отмечено, файлы (т.е. esp, esm и bsa) принадлежащие основной игре не смогут быть отключены из интерфейса. (по умолчанию: вкл) - + 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. Если отмечено, файлы (т.е. esp, esm и bsa) принадлежащие основной игре не смогут быть отключены из интерфейса. (по умолчанию: вкл) Снимите флажок, если вы собираетесь использовать Mod Organizer с тотальными конверсиями (как Nehrim) , но будьте осторожны, игра может вылететь, если требуемые файлы будут отключены. - + Force-enable game files Принудительно подключить файлы игры - - + + 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. + + + + + 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. + + + + + Display mods installed outside MO + + + + + 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! Для Скайрим это может быть использовано вместо инвалидации. Это должно сделать AI избыточным для всех профилей. Для других игр недостаточно замены для AI! - + Back-date BSAs Back-date BSAs - + These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. Это способы обхода проблем с Mod Organizer. Убедитесь, что вы прочли справку, перед тем, как делать какие-либо изменения здесь. @@ -5077,7 +5311,7 @@ For the other games this is not a sufficient replacement for AI! Manual - Руководство + Вручную @@ -5099,7 +5333,6 @@ For the other games this is not a sufficient replacement for AI! - failed to connect to running instance: %1 не удалось подключиться к запущенному экземпляру: %1 @@ -5144,14 +5377,10 @@ For the other games this is not a sufficient replacement for AI! TransferSavesDialog - - Dialog - Диалог - Transfer Savegames - + Передать сохранения @@ -5173,21 +5402,13 @@ On Windows Vista/Windows 7: On Windows XP: C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves - This is a list of characters in the global location. - -On Windows Vista/Windows 7: - C:\Users\[UserName]\Documents\My Games\Skyrim\Saves - -On Windows XP: - C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves - - Список персонажей в общем месторасположении. + Это список персонажей в общем месторасположении. -На Windows Vista/Windows 7: -C:\Users\[UserName]\Documents\My Games\Skyrim\Saves +В Windows Vista/Windows 7: + C:\Users\[UserName]\Documents\My Games\Skyrim\Saves -На Windows XP: -C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves +В Windows XP: + C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves @@ -5203,11 +5424,11 @@ On Windows XP: Список сохранений с выбранным персонажем в общем месторасположении. -На Windows Vista/Windows 7: -C:\Users\[UserName]\Documents\My Games\Skyrim\Saves +В Windows Vista/Windows 7: + C:\Users\[UserName]\Documents\My Games\Skyrim\Saves -На Windows XP: -C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves +В Windows XP: + C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves diff --git a/src/organizer_tr.ts b/src/organizer_tr.ts index d091ad76..d16fad1e 100644 --- a/src/organizer_tr.ts +++ b/src/organizer_tr.ts @@ -141,7 +141,6 @@ Eğer "00 Core" diye bir bileşen varsa, bu genellikle gereklidir. Se Manual - What does manual mean here? By hand? Or like a book? El ile @@ -155,6 +154,29 @@ Eğer "00 Core" diye bir bileşen varsa, bu genellikle gereklidir. Se İptal + + BrowserDialog + + + Some Page + + + + + Search + + + + + new + + + + + failed to start download + + + CategoriesDialog @@ -272,11 +294,7 @@ p, li { white-space: pre-wrap; } DirectoryRefresher - failed to read %1: %2 - %1: %2 okunamadı - - - + failed to read bsa: %1 @@ -291,7 +309,6 @@ p, li { white-space: pre-wrap; } Filetime - Direct translation. What does this mean actually? Dosyazamanı @@ -320,26 +337,26 @@ p, li { white-space: pre-wrap; } - - + + Done - Double Click to install Bitti - Yüklemek için çift tıklayın - - + + Paused - Double Click to resume - - + + Installed - Double Click to re-install Yüklendi - Tekrar yüklemek için çift tıklayın - - + + Uninstalled - Double Click to re-install @@ -361,135 +378,135 @@ p, li { white-space: pre-wrap; } DownloadListWidgetCompactDelegate - + + < mod %1 file %2 > + + + + + Pending + + + + + Paused + + + + + Fetching Info 1 + + + + + Fetching Info 2 + + + + Installed Yüklendi - + Uninstalled - + Done Bitti - - - - + + + + Are you sure? Emin misiniz? - + This will remove all finished downloads from this list and from disk. Bu, tüm bitmiş indirilenleri listeden ve diskten kaldıracaktır. - + This will remove all installed downloads from this list and from disk. Bu, tüm yüklenmiş indirilenleri listeden ve diskten kaldıracaktır. - + This will permanently remove all finished downloads from this list (but NOT from disk). - + This will permanently remove all installed downloads from this list (but NOT from disk). - + Install Yükle - + Query Info Sorgu Bilgisi - + Delete - + Un-Hide - + Remove from View - - Remove - Kaldır - - - + Cancel İptal et - - < mod %1 file %2 > - - - - - Pending - - - - - Paused - - - - - Fetching Info 1 - - - - - Fetching Info 2 - - - - + Pause Duraklat - + + Remove + Kaldır + + + Resume Devam et - + Delete Installed... - + Delete All... - + Remove Installed... Yüklenmişleri kaldır... - + Remove All... Hepsini kaldır... @@ -497,115 +514,115 @@ p, li { white-space: pre-wrap; } DownloadListWidgetDelegate - - - - + + < mod %1 file %2 > + + + + + Pending + + + + + Fetching Info 1 + + + + + Fetching Info 2 + + + + + + + Are you sure? Emin misiniz? - + This will remove all finished downloads from this list and from disk. Bu, tüm bitmiş indirilenleri listeden ve diskten kaldıracaktır. - + This will remove all installed downloads from this list and from disk. Bu, tüm bitmiş yüklenmiş listeden ve diskten kaldıracaktır. - + This will remove all finished downloads from this list (but NOT from disk). - + This will remove all installed downloads from this list (but NOT from disk). - + Install Yükle - + Query Info Bilgi sorgula - + Delete - + Un-Hide - + Remove from View - - Remove - Kaldır - - - + Cancel İptal et - - < mod %1 file %2 > - - - - - Pending - - - - - Fetching Info 1 - - - - - Fetching Info 2 - - - - + Pause Duraklat - + + Remove + Kaldır + + + Resume Devam et - + Delete Installed... - + Delete All... - + Remove Installed... Yüklenmişleri kaldır - + Remove All... Hepsini kaldır... @@ -613,126 +630,173 @@ p, li { white-space: pre-wrap; } DownloadManager - + failed to rename "%1" to "%2" "%1"yi "%2" olarak yeniden adlandırma başarılı olamadı. - + + Memory allocation error (in refreshing directory). + + + + Download again? Tekrar indir? - + 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. Aynı dosya isminde bir dosya zaten indirilmiş. Tekrar indirmek istiyor musunuz? Yeni dosya farklı bir isim alacak. - + failed to download %1: could not open output file: %2 %1 indirilemedi : : çıkış dosyası %2 açılamadı - + Wrong Game - + The download link is for a mod for "%1" but this instance of MO has been set up for "%2". - - - - - - - - - - - + + + + + - - + + + + + + + + + invalid index geçersiz dizin - + failed to delete %1 %1 silinemedi - + failed to delete meta file for %1 %1'in meta dosyası silinemedi - - - - - + + + + + invalid index %1 geçeriz dizin %1 - + + No known download urls. Sorry, this download can't be resumed. + + + + Please enter the nexus mod id Lütfen nexus mod kimliğini girin - + Mod ID: Mod kimliği: - invalid alphabetical index %1 - geçersiz alfabetik dizin %1 + + Main + + + + + Update + + + + + Optional + + + + + Old + + + + + Misc + + + + + Unknown + + + + + Memory allocation error (in processing progress event). + + + + + Memory allocation error (in processing downloaded data). + - + Information updated bilgi güncellendi - - + + No matching file found on Nexus! Maybe this file is no longer available or it was renamed? Nexus'ta uyan bir dosya bulunamadı! Dosya artık mevcut olmayabilir yada yeniden adlandırılmış olabilir! - + No file on Nexus matches the selected file by name. Please manually choose the correct one. Nexus'ta seçili dosyaya isim olarak uyan dosya bulunamadı. Lütfen el ile doğru olanı seçin. - + No download server available. Please try again later. - + Failed to request file info from nexus: %1 Nexus'tan dosya bilgisi istenilemedi: %1 - + Download failed. Server reported: %1 - + Download failed: %1 (%2) İndirme başarızı: %1 (%2) - + failed to re-open %1 %1 tekrar açılamadı @@ -795,7 +859,6 @@ p, li { white-space: pre-wrap; } Start in - What does this mean? What is the context it is used. @@ -1029,63 +1092,6 @@ Steam tarafından dağıtılan her oyun/aracın kendine has bir kimliği vardır Cancel İptal et - - ModuleConfig.xml missing - ModuleConfig.xml kayıp - - - <a href="%1">Link</a> - <a href="%1">Bağlantı</a> - - - failed to parse info.xml: %1 (%2) (line %3, column %4) - info.xml çözümlenemedi: %1 (%2) (satır %3, kolon%4) - - - unsupported order type %1 - Order as in sorting? - desteklenmeyen sıralama türü %1 - - - unsupported group type %1 - desteklenmeyen grup türü %1 - - - This component is required - Bu bileşen gereklidir - - - It is recommended you enable this component - Bu bileşeni devreye sokmanız tavsiye edilir - - - Optional component - İsteğe bağlı bileşen - - - This component is not usable in combination with other installed plugins - Bu bileşen diğer yüklü eklentilerle beraber kullanılamaz - - - You may be experiencing instability in combination with other installed plugins - Diğer yüklü eklentilerle beraber kararsızlık yaşayabilirsiniz - - - None - Hiçbiri - - - Select one or more of these options: - Bir yada daha fazla seçenek seçin - - - failed to parse ModuleConfig.xml: %1 - ModuleConfig.xml: %1 çözümlenemedi - - - Install - Yükle - InstallDialog @@ -1152,52 +1158,13 @@ p, li { white-space: pre-wrap; } Cancel - - Looks good - Düzgün duruyor - - - No problem detected - Problem bulunmadı - - - No game data on top level - En üst kademede herhangi bir oyun verisi yok - - - There is no esp/esm file or asset directory (textures, meshes, interface, ...) on the top level. - En üst kademede esp/esm dosyası yada mal klasörü (textures, meshes, interface, ...) yok. - - - Enter a directory name - Bir klasör ismi girin - - - A directory with that name exists - O isimde bir klasör zaten vardır - - - Set data directory - Veri klasörü seçin - - - Unset data directory - Ayarlanmamış veri klasörü - - - Create directory... - Klasör yarat... - - - &Open - &Aç - InstallationManager - mo_archive.dll not loaded: "%1" - mo_archive.dll yüklü değil: "%1" + + archive.dll not loaded: "%1" + @@ -1209,73 +1176,13 @@ p, li { white-space: pre-wrap; } Password Şifre - - Directory exists - Klasör var - - - 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)? - Bu mod zaten yüklü gözüküyor. Bu arşivden dosyalar ekelemek (zaten var olanların üzerine yazarak) istiyor munuz yada var olan dosyaları tamamen değiştirmek (eski dosyalar silinerek) istiyor musunuz? - - - Add Files - Dosyalar ekle - - - Replace - Değiştir - - + Extracting files Dosyalar çıkarılıyor - - Preparing installer - Yükleyici hazırlanıyor - - - Installation as fomod failed: %1 - Fomod olarak yüklemek başarılamadı: %1 - - - failed to start %1 - %1 başlatılamadı - - - Running external installer. -Note: This installer will not be aware of other installed mods! - Harici yükleyici çalıştırılıyor. -Not: Bu yükleyici diğer modlardan haberdar olmayacak! - - - Force Close - Zorla kapat - - - Confirm - Onayla - - - installation failed (errorcode %1) - yükleme başarısız (hatakodu %1) - - - - File format "%1" not supported - Dosya formatı "%1" desteklenmiyor. - - - failed to open archive "%1": %2 - Arşiv "%1": %2 açılamadı. - - - - archive.dll not loaded: "%1" - - failed to create backup @@ -1302,64 +1209,57 @@ Not: Bu yükleyici diğer modlardan haberdar olmayacak! - Installer missing - Yükleyici bulunamadı - - - This package contains a scripted installer. To use this installer you need the optional "NCC"-package and the .net runtime. Do you want to continue, treating this as a manual installer? - Bu paket kodlu bir yükleyici içermektedir. Bu yükleyiciyi kullanmak için isteye bağlı "NCC-paketi" ve .net runtime gereklidir. Buunu el ile yapılan bir yükleyici gibi kabul ederek devam etmek istiyor musunuz? - - - Please install NCC - Lüttfen NCC'yi yükleyiniz. + + File format "%1" not supported + Dosya formatı "%1" desteklenmiyor. - + None of the available installer plugins were able to handle that archive - + no error hata yok - + 7z.dll not found 7z.dll bulunamadı - + 7z.dll isn't valid 7z.dll geçerli değil - + archive not found arşiv bulunamadı - + failed to open archive arşiv açılamadı - + unsupported archive type desteklenmeyen arşiv türü - + internal library error içsel kütüphane hatası - + archive invalid arşiv geçersiz - + unknown archive error bilinmeyen arşiv hatası @@ -1390,7 +1290,7 @@ Not: Bu yükleyici diğer modlardan haberdar olmayacak! LogBuffer - + failed to write log to %1: %2 %1: %2 ya kayıt yazılamadı @@ -1398,12 +1298,12 @@ Not: Bu yükleyici diğer modlardan haberdar olmayacak! MOApplication - + an error occured: %1 - + an error occured @@ -1411,23 +1311,48 @@ Not: Bu yükleyici diğer modlardan haberdar olmayacak! MainWindow - - + + Categories Kategoriler - + + Click blank area to deselect + + + + + If checked, only mods that match all selected categories are displayed. + + + + + And + + + + + If checked, all mods that match at least one of the selected categories are displayed. + + + + + Or + + + + Profile - + Pick a module collection - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1437,54 +1362,66 @@ p, li { white-space: pre-wrap; } - + Refresh list - + Refresh list. This is usually not necessary unless you modified data outside the program. - + + + Restore Backup... + + + + + + Create Backup + + + + List of available mods. - + This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. - + Filter - + No groups - + Nexus IDs Nexus kimliği - - - + + + Namefilter - + Pick a program to run. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1494,12 +1431,12 @@ p, li { white-space: pre-wrap; } - + Run program - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1508,17 +1445,17 @@ p, li { white-space: pre-wrap; } - + Run - + Create a shortcut in your start menu or on the desktop to the specified program - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1527,21 +1464,27 @@ p, li { white-space: pre-wrap; } - + Shortcut - Save - Kaydet + + Plugins + - + + Sort + + + + List of available esp/esm files - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1550,94 +1493,99 @@ p, li { white-space: pre-wrap; } - - List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. + + Archives - - 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. -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. + + <html><head/><body><p>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:</p><p>If archives are <span style=" font-weight:600;">managed</span>, 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.<br/></p><p>If archives are <span style=" font-weight:600;">not managed</span> 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't active.</p><p>In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.</p></body></html> - - - File + + <html><head/><body><p>Have MO manage archives (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">read more</span></a>)</p></body></html> - - <html><head/><body><p>Marked Archives (<img src=":/MO/gui/warning_16"/>) are still loaded on Skyrim but the <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">regular file override</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> + + List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. - - Mod - Mod + + 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. +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. + - - Data + + + File - - Plugins + + Copy Log to Clipboard - - Sort + + Ctrl+C - - Archives + + Data - + refresh data-directory overview - + Refresh the overview. This may take a moment. - - - + + + Refresh - + This is an overview of your data directory as visible to the game (and tools). - - + + Mod + Mod + + + + Filter the above list so that only conflicts are displayed. - + Show only conflicts - + Saves - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1648,160 +1596,155 @@ p, li { white-space: pre-wrap; } - + Downloads - + This is a list of mods you downloaded from Nexus. Double click one to install it. - - Compact - - - - + Show Hidden - + Tool Bar - + Install Mod - + Install &Mod - + Install a new mod from an archive - + Ctrl+M - + Profiles - + &Profiles - + Configure Profiles - + Ctrl+P - + Executables - + &Executables - + Configure the executables that can be started through Mod Organizer - + Ctrl+E - - + + Tools - + &Tools - + Ctrl+I - + Settings - + &Settings - + Configure settings and workarounds - + Ctrl+S - + Nexus - + Search nexus network for more mods - + Ctrl+N - - + + Update - + Mod Organizer is up-to-date - - + + No Problems - + This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them. !Work in progress! @@ -1809,159 +1752,170 @@ Right now this has very limited functionality - - + + Help - + Ctrl+H - + Endorse MO - - + + Endorse Mod Organizer - + Toolbar - + Desktop - + Start Menu - + Problems - + There are potential problems with your setup - + Everything seems to be in order - + Help on UI - + Documentation Wiki - + Report Issue - + Tutorials - + failed to save load order: %1 - - About - - - - - About Qt - - - - + Name İsim - + Please enter a name for the new profile - + failed to create profile: %1 - + Show tutorial? - + 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. - + Downloads in progress - + There are still downloads in progress, do you really want to quit? - + failed to read savegame: %1 - + Plugin "%1" failed: %2 - + + Plugin "%1" failed + + + + + failed to init plugin %1: %2 + + + + + Plugin error + + + + + It appears the plugin "%1" 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) + + + + Failed to start "%1" - + Waiting - + Please press OK once you're logged into steam. - + Start Steam? - + Steam is required to be running already to correctly start the game. Should MO try to start steam now? @@ -1976,777 +1930,878 @@ Right now this has very limited functionality - + <Edit...> - - Failed to refresh list of esps: %1 - - - - + This bsa is enabled in the ini file so it may be required! - - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - - - - + Activating Network Proxy - - + + Installation successful - - + + Configure Mod - - + + This mod contains ini tweaks. Do you want to configure them now? - - + + mod "%1" not found - - + + Installation cancelled - - + + The mod was not installed completely. - + Some plugins could not be loaded - + + Too many esps and esms enabled + + + + + + Description missing + + + + + The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: + + + + 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: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> - + Choose Mod - + Mod Archive - + Start Tutorial? - + You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue? - - + + Download started - + failed to update mod list: %1 - + failed to spawn notepad.exe: %1 - + failed to open %1 - + failed to change origin name: %1 - - Multiple esps activated, please check that they don't conflict. + + <Checked> - - - Create Mod... + + <Unchecked> - - A mod with this name already exists + + <Update> - - <All> + + <No category> - - <Checked> + + <Conflicted> - - Plugin "%1" failed + + <Not Endorsed> - - failed to init plugin %1: %2 + + failed to rename mod: %1 - - Plugin error + + Overwrite? - - It appears the plugin "%1" 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) + + This will replace the existing mod "%1". Continue? - - Too many esps and esms enabled + + failed to remove mod "%1" - - - Description missing + + + + failed to rename "%1" to "%2" + "%1"yi "%2" olarak yeniden adlandırma başarılı olamadı. + + + + Multiple esps activated, please check that they don't conflict. - - The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: + + + + + Confirm + Onayla + + + + Remove the following mods?<br><ul>%1</ul> - - failed to move "%1" from mod "%2" to "%3": %4 + + failed to remove mod: %1 - - <Unchecked> + + + Failed - - <Update> + + Installation file no longer exists - - <No category> + + Mods installed with old versions of MO can't be reinstalled in this way. - - <Conflicted> + + + You need to be logged in with Nexus to endorse - - <Not Endorsed> + + Extract BSA - - failed to rename mod: %1 + + + failed to read %1: %2 + %1: %2 okunamadı + + + + This archive contains invalid hashes. Some files may be broken. - - Overwrite? + + Nexus ID for this Mod is unknown - - This will replace the existing mod "%1". Continue? + + About - - failed to remove mod "%1" + + About Qt - - - - failed to rename "%1" to "%2" - "%1"yi "%2" olarak yeniden adlandırma başarılı olamadı. + + Download? + - - - - - Confirm - Onayla + + 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? + - - Remove the following mods?<br><ul>%1</ul> + + Browse Mod Page - - failed to remove mod: %1 + + Executable "%1" not found - - - Failed + + Failed to refresh list of esps: %1 - - Installation file no longer exists + + + Failed to write settings - - Mods installed with old versions of MO can't be reinstalled in this way. + + + An error occured trying to write back MO settings: %1 - - - You need to be logged in with Nexus to endorse + + File is write protected - - - Extract BSA + + Invalid file format (probably a bug) - - 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) + + Unknown error %1 - - - - failed to read %1: %2 - %1: %2 okunamadı + + failed to move "%1" from mod "%2" to "%3": %4 + - - - This archive contains invalid hashes. Some files may be broken. + + <Managed by MO> - - Nexus ID for this Mod is unknown + + <Managed outside MO> + + + + + You need to be logged in with Nexus to resume a download + + + + + + Create Mod... - + This will move all files from overwrite into a new, regular mod. Please enter a name: - + + A mod with this name already exists + + + + Continue? - + 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. - - + + Sorry - + I don't know a versioning scheme where %1 is newer than %2. - + Really enable all visible mods? - + Really disable all visible mods? - + Choose what to export - + Everything - + All installed mods are included in the list - + Active Mods - + Only active (checked) mods from your current profile are included - + Visible - + All mods visible in the mod list are included - + export failed: %1 - + Install Mod... - + Enable all visible - + Disable all visible - + Check all for update - + Export to csv... - + + All Mods + + + + Sync to Mods... - + Restore Backup - + Remove Backup... - + + Add/Remove Categories + + + + + Replace Categories + + + + Primary Category - + Change versioning scheme - + Un-ignore update - + Ignore update - + Rename Mod... - + Remove Mod... - + Reinstall Mod - + Un-Endorse - - + + Endorse - + Won't endorse - + Endorsement state unknown - + Ignore missing data - + Visit on Nexus - + Open in explorer - + Information... - - + + Exception: - - + + Unknown exception - + + <All> + + + + <Multiple> - + Really delete "%1"? - + Fix Mods... - + Delete - - + + failed to remove %1 - - + + failed to create %1 - + Can't change download directory while downloads are in progress! - + Download failed - + failed to write to file %1 - + %1 written - + Select binary - + Binary İkili değer - + Enter Name - + Please enter a name for the executable - + Not an executable - + This is not a recognized executable. - - + + Replace file? - + There already is a hidden version of this file. Replace it? - - + + File operation failed - - + + Failed to remove "%1". Maybe you lack the required file permissions? - + There already is a visible version of this file. Replace it? - + file not found: %1 - + failed to generate preview for %1 - + Sorry, can't preview anything. This function currently does not support extracting from bsas. - + Update available - + Open/Execute - + Add as Executable - + Preview - + Un-Hide - + Hide - + Write To File... - + Do you want to endorse Mod Organizer on %1 now? - - Remove + + Request to Nexus failed: %1 - - Unlock load order + + + login successful - - Lock load order + + login failed: %1. Trying to download anyway - - BOSS working + + login failed: %1 - - failed to run boss: %1 + + login failed: %1. You need to log-in with Nexus to update MO. - - Request to Nexus failed: %1 + + Error - - Executable "%1" not found + + failed to extract %1 (errorcode %2) - - Add/Remove Categories + + Extract... - - Replace Categories + + Edit Categories... - - - login successful + + Deselect filter - - login failed: %1. Trying to download anyway + + Remove - - login failed: %1 + + Enable all - - login failed: %1. You need to log-in with Nexus to update MO. + + Disable all - - Error + + Unlock load order - - failed to extract %1 (errorcode %2) + + Lock load order - - Extract... + + depends on missing "%1" - - Edit Categories... + + No profile set - - Enable all + + LOOT working - - Disable all + + loot failed. Exit code was: %1 + + + + + failed to run loot: %1 + + + + + Errors occured + + + + + Backup of load order created + + + + + Choose backup to restore + + + + + No Backups + + + + + There are no backups to restore + + + + + + Restore failed + + + + + + Failed to restore the backup. Errorcode: %1 + + + + + Backup of modlist created @@ -2758,28 +2813,20 @@ This function will guess the versioning scheme under the assumption that the ins Placeholder Yer tutucu - - Please install NCC - Lütfen NCC'yi yükleyin - ModInfo - - + + invalid index %1 geçersiz dizin %1 - - invalid mod id %1 - geçersiz mod kimliği %1 - ModInfoBackup - + This is the backup of a mod @@ -2808,7 +2855,7 @@ This function will guess the versioning scheme under the assumption that the ins - + Save Kaydet @@ -2818,83 +2865,73 @@ This function will guess the versioning scheme under the assumption that the ins INI-Dosyaları - + + Ini Files + + + + This is a list of .ini files in the mod. Mod klasöründeki .ini dosyalarının bir listesi - + 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. Moddaki .ini dosyalarının bir listesi. Bunlar genelde, ayarlabilir parametrelerin olduğuğu durumlarda modların davranışlarını ayarlamak için kullanılır. - + + Ini Tweaks + + + + + This is a list of ini tweaks (ini modifications that can be toggled). + + + + + 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. + + + + Save changes to the file. Değişiklikleri dosyaya kaydet. - + Save changes to the file. This overwrites the original. There is no automatic backup! Değişiklikleri dosyaya kaydet. Bu orijinal dosyanın üzerine yazar. Otomatik yedekleme yoktur! - + Images Resimler - + Images located in the mod. Modun içinde yer alan resimler - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Bu mod klasöründe yer alan ekran resimleri ve benzeri resimlerin(.jpg ve.png) bir listesidir. Tıklayararak daha büyük görüntü alabilirsiniz</span></p></body></html> + + This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. + - - + + Optional ESPs İsteğe bağlı ESP'ler - + List of esps and esms that can not be loaded by the game. Oyun tarafından yüklenemeyen espler ve esmlerin bir listesi. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">They usually contain optional functionality, see the readme.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Most mods do not have optional esps, so chances are good you are looking at an empty list.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Şu an için oyun tarafından yüklenemeyen ve bu eklenti tarafından içerilen esp ve esm'lerin bir listesidir.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Genelde isteğe bağlı özellikler içerirler, benioku dosyalarına bakın.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Pek çok mod isteğe bağlı esp'ler içermez, bu nedenle büyük ihtimalle boş bir listeye bakıyorsunuz.</span></p></body></html> - - - - This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. - - - - + 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. @@ -2902,103 +2939,103 @@ Most mods do not have optional esps, so chances are good you are looking at an e - + Make the selected mod in the lower list unavailable. Aşağıdaki listedeki seçili modu kullanılamaz yapar. - + 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. Seçili esp (aşağıdaki listede) modun bir alt klasörüne itilecek ve böylece oyuna "görünmez" olacaktır. Artık aktif hale getirilemez. - + Move a file to the data directory. Dosyayı veri klasörüne taşı. - + 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. - + ESPs in the data directory and thus visible to the game. - + 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. - + Available ESPs - + Conflicts - + The following conflicted files are provided by this mod - - + + File - + Overwritten Mods - + The following conflicted files are provided by other mods - + Providing Mod - + Non-Conflicted files - + Categories Kategoriler - + Primary Category - + Nexus Info - + Mod ID - + Mod ID for this mod on Nexus. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3007,7 +3044,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3016,27 +3053,27 @@ p, li { white-space: pre-wrap; } - + Version Versiyon - + Refresh - + Refresh all information from Nexus. - + Description - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3045,32 +3082,27 @@ p, li { white-space: pre-wrap; } - - Name - İsim - - - + Endorse - + Notes - + Filetree - + A directory view of this mod - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3080,245 +3112,258 @@ p, li { white-space: pre-wrap; } - + Previous - + Next Sonraki - + Close Kapat - + &Delete - + &Rename - + &Hide - + &Unhide - + &Open &Aç - + &New Folder - - + + Save changes? - + + + Save changes to "%1"? + + + + File Exists - + A file with that name exists, please enter a new one - + failed to move file - + failed to create directory "optional" - - + + Info requested, please wait - - (description incomplete, please visit nexus) + + Main - - Please enter a name + + Update - - - Error + + Optional - - Invalid name. Must be a valid file name + + Old - - A tweak by that name exists + + Misc - - Create Tweak + + Unknown - + Current Version: %1 - + No update available - - Main + + (description incomplete, please visit nexus) - - - Save changes to "%1"? + + <a href="%1">Visit on Nexus</a> - - Update + + Failed to delete %1 - - Optional - + + + Confirm + Onayla - - Old + + Are sure you want to delete "%1"? - - Misc + + Are sure you want to delete the selected files? - - Unknown + + + New Folder - - <a href="%1">Visit on Nexus</a> + + Failed to create "%1" - - - Confirm - Onayla + + + Replace file? + - - Failed to delete %1 + + There already is a hidden version of this file. Replace it? - - Are sure you want to delete "%1"? + + + File operation failed - - Are sure you want to delete the selected files? + + + Failed to remove "%1". Maybe you lack the required file permissions? - - - New Folder + + + failed to rename %1 to %2 - - Failed to create "%1" + + There already is a visible version of this file. Replace it? - - - Replace file? + + Un-Hide - - There already is a hidden version of this file. Replace it? + + Hide - - - File operation failed + + Name + İsim + + + + Please enter a name - - - Failed to remove "%1". Maybe you lack the required file permissions? + + + Error - - - failed to rename %1 to %2 + + Invalid name. Must be a valid file name - - There already is a visible version of this file. Replace it? + + A tweak by that name exists - - Un-Hide + + Create Tweak + + + ModInfoForeign - - Hide + + This pseudo mod represents content managed outside MO. It isn't modified by MO. ModInfoOverwrite - + This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) @@ -3326,28 +3371,24 @@ p, li { white-space: pre-wrap; } ModInfoRegular - - failed to write %1/meta.ini: %2 + + + failed to write %1/meta.ini: error %2 - + %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory - + Categories: <br> ModList - - - Confirm - Onayla - This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit) @@ -3389,119 +3430,124 @@ p, li { white-space: pre-wrap; } - - Category of the mod. + + Non-MO - - Id of the mod as used on Nexus. + + invalid - - Emblemes to highlight things that might require attention. + + installed version: "%1", newest version: "%2" + + + + + 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". - + Categories: <br> - - installed version: "%1", newest version: "%2" - installed version: %1, newest version: %2 + + Invalid name - Name - İsim + + drag&drop failed: %1 + - - Version - Versiyon + + Confirm + Onayla - - Version of the mod (if available) + + Are you sure you want to remove "%1"? - - Priority + + Flags - - invalid + + Mod Name - - 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". - + + Version + Versiyon - - Invalid name + + Priority - - drag&drop failed: %1 + + Category - - Flags + + Nexus ID - - Mod Name + + Installation - - Category + + + unknown - - Nexus ID + + Name of your mods - - Installation + + Version of the mod (if available) - - - unknown + + Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - - Name of your mods + + Category of the mod. - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. + + Id of the mod as used on Nexus. - - Time this mod was installed + + Emblemes to highlight things that might require attention. - - Are you sure you want to remove "%1"? + + Time this mod was installed @@ -3534,17 +3580,17 @@ p, li { white-space: pre-wrap; } NXMAccessManager - + Logging into Nexus - + timeout - + Please check your password @@ -3552,17 +3598,17 @@ p, li { white-space: pre-wrap; } NexusInterface - + Failed to guess mod id for "%1", please pick the correct one - + empty response - + invalid response @@ -3635,110 +3681,115 @@ p, li { white-space: pre-wrap; } PluginList - + + Name + İsim + + + + Priority + + + + Mod Index - + Flags - - + + unknown - + Name of your mods - + Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority. - + The modindex determins the formids of objects originating from this mods. - + failed to update esp info for file %1 (source id: %2), error: %3 - + esp not found: %1 - - + + Confirm Onayla - + Really enable all plugins? - + Really disable all plugins? - + The file containing locked plugin indices is broken - - 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. - - - - - BOSS dll incompatible + + <b>Origin</b>: %1 - - Missing Masters - + + Author + Yaratıcı - - Enabled Masters + + Description - - failed to restore load order for %1 + + 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. - + This plugin can't be disabled (enforced by the game) - - Origin: %1 + + Missing Masters - - Name - İsim + + Enabled Masters + - - Priority + + failed to restore load order for %1 @@ -3769,11 +3820,6 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> <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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> @@ -3806,62 +3852,67 @@ p, li { white-space: pre-wrap; } - + failed to write mod list: %1 - + failed to update tweaked ini file, wrong settings may be used: %1 - + failed to create tweaked ini: %1 - - - - - + + "%1" is missing or inaccessible + + + + + + + + invalid index %1 - + Overwrite directory couldn't be parsed - + invalid priority %1 - + failed to parse ini file (%1) - + failed to parse ini file (%1): %2 - - + + failed to modify "%1" - + Delete savegames? - + Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames) @@ -4105,6 +4156,51 @@ p, li { white-space: pre-wrap; } invalid category id %1 + + + invalid field name "%1" + + + + + invalid type for "%1" (should be integer) + + + + + invalid type for "%1" (should be string) + + + + + invalid type for "%1" (should be float) + + + + + no fields set up yet! + + + + + field not set "%1" + + + + + invalid character in field "%1" + + + + + empty field name + + + + + invalid game type %1 + + helper failed @@ -4187,92 +4283,91 @@ p, li { white-space: pre-wrap; } - - "%1" is missing - - - - + Permissions required - + 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. - - + + Woops - + 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 - + ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1 - - + + Mod Organizer - + An instance of Mod Organizer is already running - + No game identified in "%1". The directory is required to contain the game binary and its launcher. - - + + Please select the game to manage - + Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!) - + + failed to start application: %1 + + + + Please use "Help" from the toolbar to get usage instructions to all elements - - + + <Manage...> - + failed to parse profile %1: %2 - - + failed to find "%1" - + failed to access %1 - + failed to set file time %1 @@ -4281,6 +4376,11 @@ p, li { white-space: pre-wrap; } failed to create %1 + + + "%1" is missing or inaccessible + + Before you can use ModOrganizer, you need to create at least one profile. ATTENTION: Run the game at least once before creating a profile! @@ -4305,27 +4405,27 @@ p, li { white-space: pre-wrap; } - + Script Extender - + Proxy DLL - + failed to spawn "%1" - + Elevation required - + This process requires elevation to run. This is a potential security risk so I highly advice you to investigate if "%1" @@ -4335,70 +4435,25 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe - + failed to spawn "%1": %2 - + "%1" doesn't exist - + failed to inject dll into "%1": %2 - + failed to run "%1" - - - invalid field name "%1" - - - - - invalid type for "%1" (should be integer) - - - - - invalid type for "%1" (should be string) - - - - - invalid type for "%1" (should be float) - - - - - no fields set up yet! - - - - - field not set "%1" - - - - - invalid character in field "%1" - - - - - empty field name - - - - - invalid game type %1 - - failed to open temporary file @@ -4606,31 +4661,31 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe - - No download server available. Please try again later. + + Failed to retrieve update information: %1 - - Failed to retrieve update information: %1 + + No download server available. Please try again later. Settings - - + + attempt to store setting for unknown plugin "%1" - + Confirm Onayla - + 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? @@ -4748,180 +4803,194 @@ p, li { white-space: pre-wrap; } Cache Directory + + + User interface + + - Reset stored information from dialogs. + If checked, the download interface will be more compact. - This will make all dialogs show up again where you checked the "Remember selection"-box. + Compact Download Interface - - Reset Dialogs + + If checked, the download list will display meta information instead of file names. + + + + + Download Meta Information - - Modify the categories available to arrange your mods. + Reset stored information from dialogs. - Configure Mod Categories + This will make all dialogs show up again where you checked the "Remember selection"-box. - - Disable automatic internet features + + Reset Dialogs - - 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) + + + Modify the categories available to arrange your mods. - - Offline Mode + + Configure Mod Categories - - Use a proxy for network connections. + + + Nexus - - 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. + + Allows automatic log-in when the Nexus-Page for the game is clicked. - - Use HTTP Proxy (Uses System Settings) + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - - Preferred Servers (Drag & Drop) + + If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic. - - Blacklisted Plugins (use <del> to remove): + + Automatically Log-In to Nexus - - 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. - + + Username + Kullanıcı adı - - - Nexus - + + Password + Şifre - - Allows automatic log-in when the Nexus-Page for the game is clicked. + + Disable automatic internet features - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> + + 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) - - If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic. + + Offline Mode - - Automatically Log-In to Nexus + + Use a proxy for network connections. - - Username - Kullanıcı adı + + 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. + - - Password - Şifre + + Use HTTP Proxy (Uses System Settings) + - + Associate with "Download with manager" links - + Known Servers (updated on download) - + + Preferred Servers (Drag & Drop) + + + + Plugins - + Author: - + Version: - + Description: - + Key - + Value - + + Blacklisted Plugins (use <del> to remove): + + + + Workarounds - + Steam App ID - + The Steam AppID for your game - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4937,27 +5006,38 @@ p, li { white-space: pre-wrap; } - + Load Mechanism - + Select loading mechanism. See help for details. - + + 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. + + + + NMM Version - + The Version of Nexus Mod Manager to impersonate. - + 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. @@ -4966,51 +5046,69 @@ tl;dr-version: If Nexus-features don't work, insert the current version num - + Enforces that inactive ESPs and ESMs are never loaded. - + 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. - + Hide inactive ESPs/ESMs - + If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on) - + 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. - + Force-enable game files - - + + 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. + + + + + 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. + + + + + Display mods installed outside MO + + + + + 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! - + Back-date BSAs - + These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. @@ -5083,7 +5181,6 @@ For the other games this is not a sufficient replacement for AI! - failed to connect to running instance: %1 @@ -5153,14 +5250,6 @@ On Windows Vista/Windows 7: On Windows XP: C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves - This is a list of characters in the global location. - -On Windows Vista/Windows 7: - C:\Users\[UserName]\Documents\My Games\Skyrim\Saves - -On Windows XP: - C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves - diff --git a/src/organizer_zh_CN.ts b/src/organizer_zh_CN.ts index a5fb1bcc..fc39c0e1 100644 --- a/src/organizer_zh_CN.ts +++ b/src/organizer_zh_CN.ts @@ -155,6 +155,29 @@ If there is a component called "00 Core" it is usually required. Optio 取消 + + BrowserDialog + + + Some Page + + + + + Search + + + + + new + + + + + failed to start download + + + CategoriesDialog @@ -266,19 +289,15 @@ p, li { white-space: pre-wrap; } Never ask again - 不再询问 + 无法读取bsa DirectoryRefresher - failed to read %1: %2 - 无法读取 %1: %2 - - - + failed to read bsa: %1 - + 无法读取bsa @@ -296,7 +315,7 @@ p, li { white-space: pre-wrap; } Done - 完成 + 完成 @@ -319,28 +338,28 @@ p, li { white-space: pre-wrap; } - - + + Done - Double Click to install 完成 - 双击进行安装 - - + + Paused - Double Click to resume - + 已暂停 - 双击可继续 - - + + Installed - Double Click to re-install 已安装 - 双击重新安装 - - + + Uninstalled - Double Click to re-install - + 已卸载 - 双击重新安装 @@ -360,135 +379,135 @@ p, li { white-space: pre-wrap; } DownloadListWidgetCompactDelegate - + + < mod %1 file %2 > + + + + + Pending + + + + + Paused + 已暂停 + + + + Fetching Info 1 + 抓取信息 1 + + + + Fetching Info 2 + 抓取信息 2 + + + Installed - 已安装 + 抓取信息 2 - + Uninstalled - + 已卸载 - + Done 完成 - - - - + + + + Are you sure? 确定? - + This will remove all finished downloads from this list and from disk. 这将会从列表和磁盘中移除所有已完成的下载。 - + This will remove all installed downloads from this list and from disk. 这将会从列表和磁盘中移除所有已安装的下载项目。 - + This will permanently remove all finished downloads from this list (but NOT from disk). - + 这将会永久清空本列表中所有已下载完成的项目(但并不会实际从硬盘删除) - + This will permanently remove all installed downloads from this list (but NOT from disk). - + 这将会永久清空本列表中所有已安装完成的项目(但并不会实际从硬盘删除) - + Install 安装 - + Query Info 查询信息 - + Delete - + &删除 - + Un-Hide - 取消隐藏 + 取消隐藏 - + Remove from View - - - - - Remove - 移除 + 从视图中移除 - + Cancel 取消 - - < mod %1 file %2 > - - - - - Pending - - - - - Paused - - - - - Fetching Info 1 - - - - - Fetching Info 2 - - - - + Pause 暂停 - + + Remove + 移除 + + + Resume 继续 - + Delete Installed... - + 移除已安装的项目... - + Delete All... - + 全部删除... - + Remove Installed... 移除已安装的项目... - + Remove All... 移除所有... @@ -496,115 +515,115 @@ p, li { white-space: pre-wrap; } DownloadListWidgetDelegate - - - - + + < mod %1 file %2 > + + + + + Pending + + + + + Fetching Info 1 + 抓取信息 1 + + + + Fetching Info 2 + 抓取信息 2 + + + + + + Are you sure? 确定? - + This will remove all finished downloads from this list and from disk. 这将会从列表和磁盘中移除所有已完成的下载。 - + This will remove all installed downloads from this list and from disk. 这将会从列表和磁盘中移除所有已安装的下载项目。 - + This will remove all finished downloads from this list (but NOT from disk). - + 这将会从列表中移除所有已安装的下载项目。(但不会从实际磁盘中) - + This will remove all installed downloads from this list (but NOT from disk). - + 这将会从列表中移除所有已安装的下载项目。(但不会从实际磁盘中) - + Install 安装 - + Query Info 查询信息 - + Delete - + 删除 - + Un-Hide - 取消隐藏 + 取消隐藏 - + Remove from View - - - - - Remove - 移除 + 从视图中移除 - + Cancel 取消 - - < mod %1 file %2 > - - - - - Pending - - - - - Fetching Info 1 - - - - - Fetching Info 2 - - - - + Pause 暂停 - + + Remove + 移除 + + + Resume 继续 - + Delete Installed... - + 移除已安装的项目... - + Delete All... - + 全部删除... - + Remove Installed... 移除已安装的项目... - + Remove All... 移除所有... @@ -612,126 +631,173 @@ p, li { white-space: pre-wrap; } DownloadManager - + failed to rename "%1" to "%2" 重命名 "%1 "为 "%2" 时出错 - + + Memory allocation error (in refreshing directory). + + + + Download again? 重新下载? - + 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. 已存在同名文件。您确定要重新下载?新文件将使用不同的文件名。 - + failed to download %1: could not open output file: %2 下载 %1 失败: 无法打开输出文件: %2 - + Wrong Game - + The download link is for a mod for "%1" but this instance of MO has been set up for "%2". - - - - - - - - - - - + + + + + - - + + + + + + + + + invalid index 无效的索引 - + failed to delete %1 无法删除 %1 - + failed to delete meta file for %1 无法从 %1 中删除 mate 文件 - - - - - + + + + + invalid index %1 无效的索引 %1 - + + No known download urls. Sorry, this download can't be resumed. + + + + Please enter the nexus mod id 请输入N网 Mod ID - + Mod ID: Mod ID: - invalid alphabetical index %1 - 无效的字顺索引 %1 + + Main + 主要文件 + + + + Update + 更新 + + + + Optional + 可选文件 + + + + Old + 旧档 + + + + Misc + 杂项 + + + + Unknown + 未知 + + + + Memory allocation error (in processing progress event). + + + + + Memory allocation error (in processing downloaded data). + - + Information updated 信息已更新 - - + + No matching file found on Nexus! Maybe this file is no longer available or it was renamed? 无法在N网上找到匹配的文件!也许这个文件已经不存在了或是它改名了? - + No file on Nexus matches the selected file by name. Please manually choose the correct one. 所选的文件无法在N网上找到可匹配的项目,请手动选择正确的一个。 - + No download server available. Please try again later. 没有可用的下载服务器,请稍后再尝试下载。 - + Failed to request file info from nexus: %1 无法从N网上请求文件信息: %1 - + Download failed. Server reported: %1 - + Download failed: %1 (%2) 下载失败: %1 (%2) - + failed to re-open %1 无法重新打开 %1 @@ -893,7 +959,7 @@ Right now the only case I know of where this needs to be overwritten is for the Java (32-bit) required - + 需要 Java (32-bit) 支持 @@ -1027,62 +1093,6 @@ Right now the only case I know of where this needs to be overwritten is for the Cancel 取消 - - ModuleConfig.xml missing - ModuleConfig.xml 丟失 - - - <a href="%1">Link</a> - <a href="%1">链接</a> - - - failed to parse info.xml: %1 (%2) (line %3, column %4) - 无法解析 info.xml: %1 (%2) (行 %3, 列 %4) - - - unsupported order type %1 - 未支持的排列类型 %1 - - - unsupported group type %1 - 未支持的群组類型 %1 - - - This component is required - 该组件是必需的 - - - It is recommended you enable this component - 我们建议您启用此组件 - - - Optional component - 可选组件 - - - This component is not usable in combination with other installed plugins - 该组件不能和其它已安装的插件一起使用 - - - You may be experiencing instability in combination with other installed plugins - 与其它已安装的插件一起使用可能会导致游戏不稳定。 - - - None - - - - Select one or more of these options: - 选择这些选项中的一个或多个: - - - failed to parse ModuleConfig.xml: %1 - 无法解析 info.xml: %1 - - - Install - 安装 - InstallDialog @@ -1142,59 +1152,20 @@ p, li { white-space: pre-wrap; } OK - 确定 + 确定 Cancel - 取消 - - - Looks good - 看起来不错 - - - No problem detected - 没有检测到问题 - - - No game data on top level - Data 目录没有在顶层 - - - There is no esp/esm file or asset directory (textures, meshes, interface, ...) on the top level. - 没有 esp 或 esm 文件或有效的目录 (textures, meshes, interface, ...) 在顶层。 - - - Enter a directory name - 输入一个目录名称 - - - A directory with that name exists - 该目录名称已存在 - - - Set data directory - 设置为 Data 目录 - - - Unset data directory - 取消设置为 Data 目录 - - - Create directory... - 新建文件夹... - - - &Open - &打开 + 取消 InstallationManager - mo_archive.dll not loaded: "%1" - mo_archive.dll 未加载: "%1" + + archive.dll not loaded: "%1" + archive.dll 没有加载: "%1" @@ -1206,157 +1177,90 @@ p, li { white-space: pre-wrap; } Password 密码 - - Directory exists - 目录已存在 - - - 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)? - 这个 Mod 似乎已安装,您仍想添加此压缩包中的文件吗?(将会覆盖现有的) 或者您想要完整地替换现有的文件吗?(旧的文件将会被删除) - - - Add Files - 添加文件 - - - Replace - 替换 - - + Extracting files 正在解压文件 - Preparing installer - 正在准备安装 + + failed to create backup + 创建备份失败。 - Installation as fomod failed: %1 - 以 fomod 安装失败: %1 + + Mod Name + 模组名称 - failed to start %1 - 无法启动 %1 + + Name + 名称 - Running external installer. -Note: This installer will not be aware of other installed mods! - 正在执行外部安装程序。 -注意: 此安裝程序并不知道您是否已经安装了其它 Mod! - - - Force Close - 强制关闭 - - - Confirm - 确认 - - - installation failed (errorcode %1) - 安装失败 (错误代码 %1) - - - - File format "%1" not supported - 暂不支持文件格式: "%1" - - - failed to open archive "%1": %2 - 无法打开压缩包 "%1": %2 - - - - archive.dll not loaded: "%1" - - - - - failed to create backup - - - - - Mod Name - - - - - Name - 名称 - - - - Invalid name - + + Invalid name + 无效名称 The name you entered is invalid, please enter a different one. - - - - Installer missing - 安装包丢失 + 你输入的名称无效,请重新输入。 - This package contains a scripted installer. To use this installer you need the optional "NCC"-package and the .net runtime. Do you want to continue, treating this as a manual installer? - 此安装包中含有安装脚本。您需要到N网下载安装 NCC,并同时装有 .NET 运行库才能运行此安装脚本。是否跳过此警告并把此安装包作为手动安装包来安装? - - - Please install NCC - 请安装 NCC + + File format "%1" not supported + 暂不支持文件格式: "%1" - + None of the available installer plugins were able to handle that archive - + 没有可用的安装插件能够处理此压缩包 - + no error 没有错误 - + 7z.dll not found 未找到 7z.dll - + 7z.dll isn't valid 无效的 7z.dll - + archive not found 未找到压缩包 - + failed to open archive 无法打开压缩包 - + unsupported archive type 不支持的压缩包类型 - + internal library error 内部库错误 - + archive invalid 无效的压缩包 - + unknown archive error 未知压缩包错误 @@ -1387,7 +1291,7 @@ Note: This installer will not be aware of other installed mods! LogBuffer - + failed to write log to %1: %2 无法生成日志到 %1: %2 @@ -1395,36 +1299,61 @@ Note: This installer will not be aware of other installed mods! MOApplication - + an error occured: %1 发生错误: %1 - + an error occured - 发生错误 + 发生错误 MainWindow - - + + Categories + 种类 + + + + Click blank area to deselect - + + If checked, only mods that match all selected categories are displayed. + + + + + And + + + + + If checked, all mods that match at least one of the selected categories are displayed. + + + + + Or + + + + Profile - 配置文件 + 配置文件 - + Pick a module collection 选择一个配置文件 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1439,58 +1368,66 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">请注意: 当前您的配置文件的 esp 加载顺序并不是分开保存的。</span></p></body></html> - + Refresh list - 刷新列表 + 刷新列表 - + Refresh list. This is usually not necessary unless you modified data outside the program. - 刷新列表,这通常不是必须的,除非您在程序之外修改了文件的数据。 + 刷新列表,这通常不是必须的,除非您在程序之外修改了文件的数据。 - - List of available mods. + + + Restore Backup... - - This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. + + + Create Backup - + + List of available mods. + 可用模组列表 + + + + This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. + 已安装mod列表。请使用复选框激活/取消mod,以鼠标拖动可改变他们的“安装”顺序。 + + + Filter 过滤器 - + No groups - + 未分组 - + Nexus IDs - N网 ID + N网 ID - - - + + + Namefilter - + 名称过滤器 - Start - 开始 - - - + Pick a program to run. - 选择要运行的程序。 + 选择要运行的程序。 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1505,12 +1442,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">您可以添加新的工具到此列表中,但我不能保证一些我没有测试过的工具能够正常工作。</span></p></body></html> - + Run program - 运行程序 + 运行程序 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1523,17 +1460,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">在 Mod Organizer 启用的状态下运行指定的程序。</span></p></body></html> - + Run - 运行 + 运行 - + Create a shortcut in your start menu or on the desktop to the specified program - + 在开始菜单或桌面生成你指定程序的快捷方式 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1546,37 +1483,27 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">创建一个开始菜单快捷方式,使您可以直接在 MO 激活状态下运行指定的程序。</span></p></body></html> - + Shortcut - + 快捷方式 - save esp list and load order. - 保存 esp 列表和加载顺序。 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close MO or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">保存已激活 Mod 和加载顺序的列表,当您关闭了 MO 或者启动了一个程序的时候这将会自动发生。</span></p></body></html> + + Plugins + 插件 - Save - 保存 + + Sort + - + List of available esp/esm files - 可用 esp 或 esm 文件的列表 + 可用 esp 或 esm 文件的列表 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1589,16 +1516,27 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">这个列表中包含了位于已激活 Mod 里的 esp 和 esm 文件。这些文件都需要它们自己的加载顺序,您可以使用拖放来修改加载顺序。请注意: MO 将只保存已激活或已勾选状态的 Mod 的加载顺序。<br />有个非常棒的工具叫作 &quot;BOSS&quot;,它可以自动对这些文件进行排序。</span></p></body></html> - IMPORTANT: You can change the order of BSAs here but installation order of mods has priority over the order specified here! - 重要: 您可以在这里更改 BSA 的顺序,不过 Mod 的安装顺序会优先于这里的设置! + + Archives + + + + + <html><head/><body><p>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:</p><p>If archives are <span style=" font-weight:600;">managed</span>, 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.<br/></p><p>If archives are <span style=" font-weight:600;">not managed</span> 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't active.</p><p>In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.</p></body></html> + + + + + <html><head/><body><p>Have MO manage archives (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">read more</span></a>)</p></body></html> + - + List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. - 可用 BSA 文件的列表。未勾选的项目不会被 MO 管理并且会忽略安装顺序。 + 可用 BSA 文件的列表。未勾选的项目不会被 MO 管理并且会忽略安装顺序。 - + 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. 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! @@ -1609,81 +1547,71 @@ BSAs checked here are loaded in such a way that your installation order is obeye 这里勾选的 BSA 将会依从您的安装顺序,并且会自行调整加载顺序。 - - + + File - 文件 + 文件 - - <html><head/><body><p>Marked Archives (<img src=":/MO/gui/warning_16"/>) are still loaded on Skyrim but the <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">regular file override</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> + + Copy Log to Clipboard - - Mod - Mod + + Ctrl+C + - + Data Data - - Plugins - - - - - Sort - - - - - Archives - - - - + refresh data-directory overview - 刷新 Data 目录总览 + 刷新 Data 目录总览 - + Refresh the overview. This may take a moment. - 刷新总览,这可能需要一些时间。 + 刷新总览,这可能需要一些时间。 - - - + + + Refresh - 刷新 + 刷新 - + This is an overview of your data directory as visible to the game (and tools). - 这是在游戏中可见的 Data 目录 (和工具) 的总览。 + 这是在游戏中可见的 Data 目录 (和工具) 的总览。 + + + + Mod + 模组 - - + + Filter the above list so that only conflicts are displayed. - 过滤上面的列表,使您只能看到有冲突的文件。 + 过滤上面的列表,使您只能看到有冲突的文件。 - + Show only conflicts - 只显示冲突 + 只显示冲突 - + Saves - 存档 + 存档 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1700,360 +1628,343 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">如果您在右键菜单中点击“修复 Mod”,那么 MO 便会尝试激活所有 Mod 和 esp 来修复那些缺失的 esp,它并不会禁用任何东西!</span></p></body></html> - + Downloads - 下载 + 下载 - + This is a list of mods you downloaded from Nexus. Double click one to install it. - 这是当前已下载的 Mod 的列表,双击进行安装。 + 这是从Nexus已下载的模组的列表,双击进行安装。 - Compact - 紧凑 + 紧凑 - + Show Hidden - + Tool Bar - 工具栏 + 工具栏 - + Install Mod - 安装 Mod + 安装模组 - + Install &Mod 安装 &Mod - + Install a new mod from an archive - 通过压缩包来安装一个新 Mod + 通过压缩包来安装一个新 Mod - + Ctrl+M - Ctrl+M + Ctrl+M - + Profiles - 配置文件 + 配置文件 - + &Profiles &配置文件 - + Configure Profiles 设置配置文件 - + Ctrl+P - Ctrl+P + Ctrl+P - + Executables - 可执行程序 + 可执行程序 - + &Executables &可执行程序 - + Configure the executables that can be started through Mod Organizer - 配置可通过 MO 来启动的程序 + 配置可通过 MO 来启动的程序 - + Ctrl+E - Ctrl+E + Ctrl+E - - + + Tools - + 工具 - + &Tools - + 工具(&T) - + Ctrl+I - Ctrl+I + Ctrl+I - + Settings - 设置 + 设置 - + &Settings &设置 - + Configure settings and workarounds 配置设定和解决方案 - + Ctrl+S - Ctrl+S + Ctrl+S - + Nexus - N网 + Nexus - + Search nexus network for more mods - 搜索N网以获取更多 Mod + 搜索nexus网以获取更多 Mod - + Ctrl+N - Ctrl+N + Ctrl+N - - + + Update 更新 - + Mod Organizer is up-to-date - Mod Organizer 现在是最新版本 + Mod Organizer 现在是最新版本 - - + + No Problems 没有问题 - + 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 - 如果 MO 检测到您的安装中存在潜在的问题,那么此按钮将会高亮显示,同时 MO 也会给您相应的修复提示。 + 如果 MO 检测到您的安装中存在潜在的问题,那么此按钮将会高亮显示,同时 MO 也会给您相应的修复提示。 !此功能尚未完善! -当前此功能所能提供的项目非常有限 +当前此项所能提供的功能非常有限 - - + + Help - 帮助 + 帮助 - + Ctrl+H - + Ctrl+H - + Endorse MO - + 称赞 MO - - + + Endorse Mod Organizer - + 称赞 Mod Organizer - + Toolbar - + 工具栏 - + Desktop - + 桌面 - + Start Menu - + 开始菜单 - + Problems 问题 - + There are potential problems with your setup - 您的安装中存在潜在的问题 + 您的安装中存在潜在的问题 - + Everything seems to be in order 一切井然有序 - <li>NCC not installed. You won't be able to install some scripted mod-installers. Get NCC from <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">the MO page on nexus</a></li> - <li>未检测到 NCC,您将不能安装部分包含安装脚本的安装包。您可以从 <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334"> MO 下载页</a>中下载安装</li> - - - <li>NCC version may be incompatible.</li> - <li>NCC 版本可能不兼容。</li> - - - <li>dotNet is not installed or outdated. This is required to use NCC. Get it from here: <a href="%1">%1</a></li> - <li>.Net 未安装或版本过旧。想要运行 NCC 您必须先安装 .Net,您可以在以下地址中获取: <a href="%1">%1</a></li> - - - + Help on UI 界面帮助 - + Documentation Wiki 说明文档 (维基) - + Report Issue - 报告问题 + 报告问题 - + Tutorials - - - - load order could not be saved - 无法保存加载顺序 - - - - failed to save load order: %1 - 无法保存加载顺序: %1 + 教程 failed to save archives order, do you have write access to "%1"? 无法保存档案顺序,您确定您有权限更改 "%1"? - - About - - - - - About Qt - + + failed to save load order: %1 + 无法保存加载顺序: %1 - + Name - 名称 + 名称 - + Please enter a name for the new profile - + 请为新配置文件输入一个名称 - + failed to create profile: %1 无法创建配置文件: %1 - + Show tutorial? - + 显示教程? - + 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. - + 你正在第一次使用 Mod Organizer。是否希望显示教程以了解它的基本特性?如果选择否你也可以从“帮助”菜单中开始教程。 - + Downloads in progress - 正在下载 + 正在下载 - + There are still downloads in progress, do you really want to quit? - 仍有正在进行中的下载,您确定要退出吗? + 仍有正在进行中的下载,您确定要退出吗? - + failed to read savegame: %1 无法读取存档: %1 - + Plugin "%1" failed: %2 - + 插件 "%1" 失败: %2 - + + Plugin "%1" failed + 插件 "%1" 失败 + + + + failed to init plugin %1: %2 + 插件初始化失败 %1: %2 + + + Plugin error - + It appears the plugin "%1" 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) - + Failed to start "%1" 无法启动 "%1" - + Waiting 稍等 - + Please press OK once you're logged into steam. - 当您登录 Steam 时请点击确定。 + 当您登录 Steam 时请点击确定。 "%1" not found "%1" 未找到 - + Start Steam? - 启动 Steam? + 启动 Steam? - + Steam is required to be running already to correctly start the game. Should MO try to start steam now? - 想要正确地启动遊戲,Steam 必须处于运行状态。MO 要立即启动 Steam 吗? + 想要正确地启动游戏,Steam 必须处于运行状态。需要MO尝试启动 Steam 吗? @@ -2063,783 +1974,892 @@ Right now this has very limited functionality No conflict - 没有冲突 + 没有冲突 - + <Edit...> <编辑...> - + This bsa is enabled in the ini file so it may be required! - 该 BSA 已在 Ini 文件中启用,因此它可能是必需的。 + 该 BSA 已在 ini 文件中启用,因此它可能是必需的。 - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - 此档案还是会被加载,因为存在同名插件。不过它所包含的的文件不会遵循安装顺序! + 此档案还是会被加载,因为存在同名插件。不过它所包含的的文件不会遵循安装顺序! - + Activating Network Proxy - + 激活网络代理 - - + + Installation successful - 安装成功 + 安装成功 - - + + Configure Mod - 配置 Mod + 配置 Mod - - + + This mod contains ini tweaks. Do you want to configure them now? - 此 Mod 中包含 Ini 设定文件,您想现在就对它们进行配置吗? + 此 Mod 中包含 ini 设定文件,您想现在就对它们进行配置吗? - - + + mod "%1" not found Mod "%1" 未找到 - - + + Installation cancelled - 安装已取消 + 安装已取消 - - + + The mod was not installed completely. - Mod 没有完全安装。 + 该模组没有完全安装。 - + Some plugins could not be loaded - + 一些插件无法载入 - + Too many esps and esms enabled - - + + Description missing - + + The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: + + + + 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: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> - + Choose Mod - 选择 Mod + 选择模组 - + Mod Archive Mod 压缩包 - + Start Tutorial? - + 开始教程? - + You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue? - + 即将开始帮助教程。因为技术原因可能无法随时中断。是否继续? - - + + Download started - 开始下载 + 开始下载 - + failed to update mod list: %1 无法更新 Mod 列表: %1 - + failed to spawn notepad.exe: %1 无法生成 notepad.exe: %1 - + failed to open %1 无法打开 %1 - + failed to change origin name: %1 无法更改原始文件名: %1 - - failed to move "%1" from mod "%2" to "%3": %4 - - - - - Multiple esps activated, please check that they don't conflict. - - - - - - Create Mod... - - - - - A mod with this name already exists - - - - - Continue? - - - - - 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. - - - - - - Sorry - - - - - I don't know a versioning scheme where %1 is newer than %2. - - - - - <All> - <全部> - - - + <Checked> <已勾选> - - Plugin "%1" failed - - - - - failed to init plugin %1: %2 - - - - - The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: - - - - + <Unchecked> <未勾选> - + <Update> <有更新> - + <No category> <无类别> - + <Conflicted> - + <有冲突> - + <Not Endorsed> - + failed to rename mod: %1 无法重命名 Mod: %1 - + Overwrite? - + 覆盖 - + This will replace the existing mod "%1". Continue? - + 这将会覆盖已存在的mod "%1"。是否继续? - + failed to remove mod "%1" - + 无法移动 Mod: %1 - - - + + + failed to rename "%1" to "%2" - + 重命名 "%1 "为 "%2" 时出错 + + + + Multiple esps activated, please check that they don't conflict. + 多个esp已激活,请检查以确保不冲突。 - - - - + + + + Confirm - 确认 + 确认 - + Remove the following mods?<br><ul>%1</ul> - + 是否删除下列mod?<br><ul>%1</ul> - + failed to remove mod: %1 无法移动 Mod: %1 - - + + Failed 失败 - + Installation file no longer exists 安装文件不复存在 - + Mods installed with old versions of MO can't be reinstalled in this way. 旧版 MO 安装的 Mod 无法使用此方法重新安装。 - - + + You need to be logged in with Nexus to endorse - + 你必须登录 Nexus 才能点“称赞” - - + Extract BSA - 解压 BSA + 解压 BSA - 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) - 此 Mod 中至少包含一个 BSA。您确定要解压吗? + 此 Mod 中至少包含一个 BSA。您确定要解压吗? (解压完成后,BSA 文件将会被删除。如果您不了解 BSA 的话,请选择“否”) - - - + + failed to read %1: %2 无法读取 %1: %2 - - + This archive contains invalid hashes. Some files may be broken. 压缩包 Hash 值错误。部分文件可能已经损坏。 - + Nexus ID for this Mod is unknown - 此 Mod 的N网 ID 未知 + 此模组的Nexus ID未知 - Priority - 优先级 + + About + - Choose Priority - 选择优先级 + + About Qt + - - Really enable all visible mods? - 确定要启用全部可见的 Mod 吗? + + Download? + + + + + 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? + + + + + Browse Mod Page + + + + + Executable "%1" not found + + + + + Failed to refresh list of esps: %1 + + + + + + Failed to write settings + + + + + + An error occured trying to write back MO settings: %1 + + + + + File is write protected + + + + + Invalid file format (probably a bug) + + + + + Unknown error %1 + + + + + failed to move "%1" from mod "%2" to "%3": %4 + + + + + <Managed by MO> + + + + + <Managed outside MO> + + + + + You need to be logged in with Nexus to resume a download + + + + + + Create Mod... + 创建Mod... + + + + This will move all files from overwrite into a new, regular mod. +Please enter a name: + + + + + A mod with this name already exists + 同名模组已存在。 + + + + Continue? + + + + + 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. + + + + + + Sorry + + + + + I don't know a versioning scheme where %1 is newer than %2. + + + + + Really enable all visible mods? + 确定要启用全部可见的模组吗? - + Really disable all visible mods? - 确定要禁用全部可见的 Mod 吗? + 确定要禁用全部可见的模组吗? - + Choose what to export - + 选择要导出的内容 - + Everything - + 全部 - + All installed mods are included in the list - + 所有包含在列表的已安装mod - + Active Mods - + 激活模组 - + Only active (checked) mods from your current profile are included - + 仅包含当前配置文件中已激活(打勾)的mod - + Visible - + 可见的 - + All mods visible in the mod list are included - + 包含列表中所有可见的mod - + export failed: %1 - + 导出失败: %1 - + Install Mod... - 安装 Mod... + 安装模组... - + Enable all visible - 启用所有可见项目 + 启用所有可见项目 - + Disable all visible - 禁用所有可见项目 + 禁用所有可见项目 - + Check all for update - 检查更新 + 检查所有更新 - + Export to csv... + 导出为 CSV... + + + + All Mods - + Sync to Mods... 同步到 Mod... - + Restore Backup - + 还原备份 - + Remove Backup... + 还原备份... + + + + Add/Remove Categories - Set Category - 设置类别 + + Replace Categories + - + Primary Category - + 主分类 - + Change versioning scheme - + Un-ignore update - + Ignore update - + Rename Mod... - 重命名... + 重命名模组... - + Remove Mod... - 移除 Mod... + 移除模组... - + Reinstall Mod - 重新安装 Mod + 重新安装模组 - + Un-Endorse - + 取消称赞 - - + + Endorse - + 称赞 - + Won't endorse - + 不想称赞 - + Endorsement state unknown - + 称赞状态不明 - + Ignore missing data - + 忽略丢失的数据 - + Visit on Nexus - 在N网上浏览 + 在Nexus上浏览 - + Open in explorer - 在资源管理器中打开 + 在资源管理器中打开 - + Information... 信息... - - + + Exception: 例外: - - + + Unknown exception 未知的例外 - + + <All> + <全部> + + + <Multiple> - + XX - + Really delete "%1"? - + Fix Mods... - 修复 Mod... + 修复模组... - + Delete - - + + failed to remove %1 无法删除 %1 - - + + failed to create %1 无法创建 %1 - + Can't change download directory while downloads are in progress! - 下载文件时不能修改下载目录! + 下载文件时不能修改下载目录! - + Download failed - 下载失败 + 下载失败 - + failed to write to file %1 无法写入文件 %1 - + %1 written 已写入 %1 - + Select binary 选择可执行文件 - + Binary - + 程序 - + Enter Name - 输入名称 + 输入名称 - + Please enter a name for the executable - 请为程序输入一个名称 + 请为该可执行程序输入一个名称 - + Not an executable 不是可执行程序 - + This is not a recognized executable. 无法识别的可执行文件 - - + + Replace file? 替换文件? - + There already is a hidden version of this file. Replace it? - 已存在同名文件,但该文件被隐藏了。确定要覆盖吗? + 已存在同名文件,但该文件被隐藏了。确定要覆盖吗? - - + + File operation failed - 文件操作错误 + 文件操作错误 - - + + Failed to remove "%1". Maybe you lack the required file permissions? - + 无法移除 "%1"。也许您需要足够的文件权限? - + There already is a visible version of this file. Replace it? - + 已存在同名文件。确定要覆盖吗? - + file not found: %1 - 文件未找到: %1 + - + failed to generate preview for %1 - + Sorry, can't preview anything. This function currently does not support extracting from bsas. - + Update available - 更新可用 + 更新可用 - + Open/Execute - 打开/执行 + 打开/执行 - + Add as Executable - 添加为可执行文件 + 添加为可执行文件 - + Preview - + Un-Hide - 取消隐藏 + 取消隐藏 - + Hide - 隐藏 + 隐藏 - + Write To File... 写入文件... - + Do you want to endorse Mod Organizer on %1 now? - + 是否现在就在 %1 点赞支持 Mod Organizer? - - Remove - 移除 + + Request to Nexus failed: %1 + 发往 Nexus 的请求失败: %1 - - Unlock load order - + + + login successful + 登录成功 - - Lock load order - + + login failed: %1. Trying to download anyway + 登录失败: %1,请尝试使用别的方法下载 - - BOSS working - + + login failed: %1 + 无法登录: %1 - - failed to run boss: %1 - + + login failed: %1. You need to log-in with Nexus to update MO. + 登录失败: %1。您需要登录到N网才能更新 MO - - Request to Nexus failed: %1 - + + Error + 错误 - - Executable "%1" not found - + + failed to extract %1 (errorcode %2) + 无法解压 %1 (错误代码 %2) - - Failed to refresh list of esps: %1 + + Extract... + 解压... + + + + Edit Categories... + 编辑类别... + + + + Deselect filter - - This will move all files from overwrite into a new, regular mod. -Please enter a name: + + Remove + 移除 + + + + Enable all + 全部启用 + + + + Disable all + 全部禁用 + + + + Unlock load order + 解锁加载顺序 + + + + Lock load order + 锁定加载顺序 + + + + depends on missing "%1" - - Add/Remove Categories + + No profile set - - Replace Categories + + LOOT working - - - login successful - 登录成功 + + loot failed. Exit code was: %1 + - - login failed: %1. Trying to download anyway - 登录失败: %1,请尝试使用别的方法下载 + + failed to run loot: %1 + - - login failed: %1 - 无法登录: %1 + + Errors occured + - - login failed: %1. You need to log-in with Nexus to update MO. - 登录失败: %1。您需要登录到N网才能更新 MO + + Backup of load order created + - - Error - 错误 + + Choose backup to restore + - - failed to extract %1 (errorcode %2) - 无法解压 %1 (错误代码 %2) + + No Backups + - - Extract... - 解压... + + There are no backups to restore + - - Edit Categories... - 编辑类别... + + + Restore failed + - - Enable all - 全部启用 + + + Failed to restore the backup. Errorcode: %1 + - - Disable all - 全部禁用 + + Backup of modlist created + @@ -2850,30 +2870,22 @@ Please enter a name: Placeholder 占位符 - - Please install NCC - 请安装 NCC - ModInfo - - + + invalid index %1 无效的索引 %1 - - invalid mod id %1 - 无效的 Mod ID %1 - ModInfoBackup - + This is the backup of a mod - + 这是模组的备份 @@ -2900,7 +2912,7 @@ Please enter a name: - + Save 保存 @@ -2910,188 +2922,177 @@ Please enter a name: Ini 文件 - + + Ini Files + + + + This is a list of .ini files in the mod. Mod 目录里包含的 Ini 文件的列表。 - + 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. Mod 目录里包含的 Ini 文件的列表,这些文件通常用来配置 Mod 的行为,如果有可设置的参数的话。 - + + Ini Tweaks + + + + + This is a list of ini tweaks (ini modifications that can be toggled). + + + + + 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. + + + + Save changes to the file. 保存更改到文件中。 - + Save changes to the file. This overwrites the original. There is no automatic backup! 保存更改到文件中,这将会覆盖原始文件,并且没有自动备份! - + Images 图片 - + Images located in the mod. 位于 Mod 中的图片。 - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">这里列出了所有在 Mod 目录里的图片 (.jpg 和 .png),如截图等。点击其中的一个来获得较大的视图。</span></p></body></html> + + This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. + - - + + Optional ESPs 可选 ESP - + List of esps and esms that can not be loaded by the game. 包含了不会被游戏载入的 esp 和 esm 的列表。 - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">They usually contain optional functionality, see the readme.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Most mods do not have optional esps, so chances are good you are looking at an empty list.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">列表中包含了目前不会被游戏载入的 esp 和 esm ,它们甚至不会出现在 MO 主窗口的 esp 列表中。</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">这些文件通常包含一些可选的功能,具体请参阅自述文件。</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">大部分 Mod 没有可选 esp,因此您正在看的很有可能只是一个空列表。</span></p></body></html> + + 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. + +Most mods do not have optional esps, so chances are good you are looking at an empty list. + - - This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. - - - - - 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. - -Most mods do not have optional esps, so chances are good you are looking at an empty list. - - - - + Make the selected mod in the lower list unavailable. 使下表中已选的 Mod 变得不可用。 - + 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. 已选的 esp (在下表中) 将会被放入 Mod 的子目录里,在游戏里将会变得“不可见”,并且之后就不能再被激活了。 - + Move a file to the data directory. 移动一个文件到 Data 目录。 - + 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. 移动一个 esp 文件到 esp 目录,这样它就可以在主窗口中启用了。请注意: ESP 只是变得“可用”,它并不一定会被载入!想要载入请在 MO 的主窗口中勾选。 - + ESPs in the data directory and thus visible to the game. ESP 在 Data 目录,因此它在游戏里会变得可见。 - + 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. 这些 Mod 文件位于您游戏的 (虚拟) Data 目录里,因此它们在主窗口的 esp 列表中会变得可选。 - + Available ESPs 可用 ESP - + Conflicts 冲突 - + The following conflicted files are provided by this mod 以下冲突文件由此 Mod 提供 - - + + File 文件 - + Overwritten Mods 覆盖的 Mod - + The following conflicted files are provided by other mods 以下冲突文件由其它 Mod 提供 - + Providing Mod 提供的 Mod - + Non-Conflicted files 非冲突文件 - + Categories 类别 - + Primary Category - + 主类别 - + Nexus Info N网信息 - + Mod ID Mod ID - + Mod ID for this mod on Nexus. N网上此 Mod 的 ID。 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3104,7 +3105,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">N网上此 Mod 的 ID,如果您在 MO 中下载并安装了 Mod 它将被自动填写,否则您需要手动输入。要找到正确的 ID,在N网找到 Mod。比如,像这样的链接: <a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" text-decoration: underline; color:#0000ff;">http://www.skyrimnexus.com/downloads/file.php?id=1334</span></a> 在上面的例子中,1334就是您要找的 ID。此外: 上面的就是 Mod Organizer 在N网的链接,为什么不现在就到那里去赞同我呢?</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3117,27 +3118,27 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">Mod 的已安装版本,鼠标提示将显示N网上的当前版本,已安装的版本号只有在您通过 MO 来安装 Mod 的时候才会自动填写。</span></p></body></html> - + Version 版本 - + Refresh - 刷新 + 刷新 - + Refresh all information from Nexus. - + 从Nexus刷新全部信息。 - + Description 描述 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3146,60 +3147,27 @@ p, li { white-space: pre-wrap; } - about:blank - 空白页 - - - Files - 文件 - - - List of files currently uploaded on nexus. Double click to download. - N网上当前已上载的文件列表,双击进行下载。 - - - Type - 类型 - - - - Name - 名称 - - - Size (kB) - 大小 (KB) - - - + Endorse - + 称赞 - + Notes - - - - Endorsements are an important motivation for authors. Please don't forget to endorse mods you like. - 支持是对作者最大的鼓励,请不要忘记赞同您喜欢的 Mod。 + 笔记 - Have you endorsed this yet? - 您支持过这个 Mod 了吗? - - - + Filetree 文件树 - + A directory view of this mod 这个 Mod 的目录视图 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3214,269 +3182,258 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">所做的更改将会立即作用于磁盘上的文件,所以请</span><span style=" font-size:9pt; font-weight:600;">谨慎操作</span><span style=" font-size:9pt;">。</span></p></body></html> - + Previous - + 上一个 - + Next - 下一步 + 下一步 - + Close 关闭 - + &Delete &删除 - + &Rename &重命名 - + &Hide &隐藏 - + &Unhide &取消隐藏 - + &Open &打开 - + &New Folder &新建文件夹 - - + + Save changes? 保存更改吗? - Save changes to the "%1"? - 保存更改到 "%1"? + + + Save changes to "%1"? + 将更改保存到“%1%”吗? - + File Exists 文件已存在 - + A file with that name exists, please enter a new one 文件名已存在,请输入其它名称 - + failed to move file 无法移动文件 - + failed to create directory "optional" 无法创建 "optional" 目录 - - + + Info requested, please wait 请求信息已发出,请稍后 - - (description incomplete, please visit nexus) - (描述信息不完整,请访问N网) - - - - Current Version: %1 - 当前版本: %1 - - - - No update available - 没有可用的更新 - - - + Main 主要文件 - - - Save changes to "%1"? - - - - + Update 更新 - + Optional 可选文件 - + Old 旧档 - + Misc 杂项 - + Unknown 未知 - request failed: %1 - 请求失败: %1 - - - - <a href="%1">Visit on Nexus</a> - <a href="%1">访问N网</a> - - - - - Confirm - 确认 + + Current Version: %1 + 当前版本: %1 - Download "%1"? - 下载 "%1"? + + No update available + 没有可用的更新 - Download started - 开始下载 + + (description incomplete, please visit nexus) + (描述信息不完整,请访问N网) - Exception: %1 - 例外: %1 + + <a href="%1">Visit on Nexus</a> + <a href="%1">访问N网</a> - + Failed to delete %1 无法删除 %1 - + + + Confirm + 确认 + + + Are sure you want to delete "%1"? 确定要删除 "%1" 吗? - + Are sure you want to delete the selected files? 确定要删除所选的文件吗? - - + + New Folder 新建文件夹 - + Failed to create "%1" 无法创建 "%1" - - + + Replace file? 替换文件? - + There already is a hidden version of this file. Replace it? 已存在同名文件,但该文件被隐藏了。确定要覆盖吗? - - + + File operation failed 文件操作错误 - - + + Failed to remove "%1". Maybe you lack the required file permissions? 无法移除 "%1"。也许您需要足够的文件权限? - - + + failed to rename %1 to %2 无法重命名 %1 为 %2 - + There already is a visible version of this file. Replace it? 已存在同名文件。确定要覆盖吗? - + Un-Hide 取消隐藏 - + Hide 隐藏 - + + Name + 名称 + + + Please enter a name - - + + Error - 错误 + 错误 - + Invalid name. Must be a valid file name - + A tweak by that name exists - + Create Tweak - ModInfoOverwrite + ModInfoForeign - Overwrite - 覆盖 + + This pseudo mod represents content managed outside MO. It isn't modified by MO. + + + + ModInfoOverwrite - + This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) 此虚拟安装包内包含来自虚拟 Data 树的文件,但文件发生了变化 (例: 被CK修改了) @@ -3484,44 +3441,28 @@ p, li { white-space: pre-wrap; } ModInfoRegular - failed to write %1/meta.ini: %2 - 无法写入 %1/meta.ini: %2 + 无法写入 %1/meta.ini: %2 + + + + + failed to write %1/meta.ini: error %2 + - + %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory %1 中未包含 esp 或 esm 和有效的目录 (textures, meshes, interface, ...) - + Categories: <br> 种类: <br> ModList - - - Confirm - 确认 - - - Really enable all visible mods? - 确定要启用全部可见的 Mod 吗? - - - Really disable all visible mods? - 确定要禁用全部可见的 Mod 吗? - - - invalid row-index %1 - 无效的行索引 %1 - - - Overwrite - 覆盖 - This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit) @@ -3530,1181 +3471,224 @@ p, li { white-space: pre-wrap; } Backup - + 备份 No valid game data - + 无效游戏数据 Not endorsed yet - + 尚未点赞支持 Overwrites files - + Overwrites文件 Overwritten files - + 覆盖的 Mod Overwrites & Overwritten - + 覆盖 & 被覆盖 Redundant + 冗余 + + + + Non-MO - min - 最低值 + + invalid + 无效 - max - 最高值 + installed version: %1, newest version: %2 + 当前版本: %1,最新版本: %2 - - Category of the mod. + + installed version: "%1", newest version: "%2" - - Id of the mod as used on Nexus. + + 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". - - Emblemes to highlight things that might require attention. - + + Categories: <br> + 种类: <br> - %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory - %1 中未包含 esp 或 esm 和有效的目录 (textures, meshes, interface, ...) + + Invalid name + 无效的名称 - - Categories: <br> - 种类: <br> + + drag&drop failed: %1 + 拖拽失败: %1 - This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) - 此虚拟安装包内包含来自虚拟 Data 树的文件,但文件发生了变化 (例: 被CK修改了) + + Confirm + 确认 - - installed version: "%1", newest version: "%2" - installed version: %1, newest version: %2 - 当前版本: %1,最新版本: %2 + + Are you sure you want to remove "%1"? + 确定要移除 "%1" 吗? - Name - 名称 + + Flags + 标志 - Names of your mods - Mod 名称 + + Mod Name + Mod 名称 - + Version 版本 - - Version of the mod (if available) - Mod 版本 (如果可用) - - - + Priority 优先级 - - invalid - - - - - 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". - - - - - Invalid name - - - - - drag&drop failed: %1 - - - - - Flags - - - - - Mod Name - - - - + Category - + 分类 - + Nexus ID - + Nexus网 ID - + Installation - + 安装 - - + + unknown - + 未知 - + Name of your mods - - - - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Mod 的安装优先级。越高就表示越“重要”,从而覆盖掉低优先级的 Mod 文件。 - - - - Time this mod was installed - - - - - Are you sure you want to remove "%1"? - 确定要移除 "%1" 吗? - - - - MotDDialog - - - Message of the Day - 今日消息 - - - about:blank - 空白页 + 你的mod名称 - - OK - 确定 - - - - MyApplication - - an error occured: %1 - 发生错误: %1 - - - an error occured - 发生错误 - - - - MyFileSystemModel - - - Overwrites - 覆盖 - - - - not implemented - 未实现 - - - - NXMAccessManager - - - Logging into Nexus - - - - - timeout - 超时 - - - - Please check your password - 请检查您的密码 - - - - NXMUrl - - invalid nxm-link: %1 - 无效的 NXM 链接: %1 - - - - NexusDialog - - Nexus - N网 - - - Mod ID - Mod ID + + Version of the mod (if available) + Mod 版本 (如果可用) - Search - 搜索 + + Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. + Mod 的安装优先级。越高就表示越“重要”,从而覆盖掉低优先级的 Mod 文件。 - new - 新标签 + + Category of the mod. + mod的分类 - login failed: %1 - 无法登录: %1 + + Id of the mod as used on Nexus. + mod在 Nexus 网上的ID编号 - login successful - 登录成功 + + Emblemes to highlight things that might require attention. + 需要注意被标记为高亮的 - failed to start download - 启动下载失败 - - - Download started - 开始下载 - - - - NexusInterface - - - Failed to guess mod id for "%1", please pick the correct one - - - - - empty response - 未响应 - - - - invalid response - 无效的响应 - - - - OMOWindow - - Categories - 种类 - - - Profile - 配置文件 - - - Pick a module collection - 选择一个配置文件 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept seperate for different profiles.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">在这里创建配置文件,每个配置文件都包含了它们自己的 Mod 和 esp 的激活方案。这样您就可以通过快速切换设置来体验不同的游戏历程了。</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">请注意: 当前您的配置文件的 esp 加载顺序并不是分开保存的。</span></p></body></html> - - - Refresh list - 刷新列表 - - - Refresh list. This is usually not necessary unless you modified data outside the program. - 刷新列表,这通常不是必须的,除非您在程序之外修改了文件的数据。 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">List of available mods.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">可用 Mod 的列表。</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">这是已安装 Mod 的列表,使用复选框来启用或禁用 Mod,并使用拖放来改变它们的“安装”顺序。</span></p></body></html> - - - Filter - 过滤器 - - - Start - 开始 - - - Pick a program to run. - 选择要运行的程序。 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can add new Tools to this list, but I can't promise tools I haven't tested will work.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">选择要运行的程序。一旦您开始使用 Mod Organizer,您应该始终从这里或通过在这里创建的快捷方式来运行您的游戏和工具,否则任何经由 MO 安装的 Mod 都会变得不可见。</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">您可以添加新的工具到此列表中,但我不能保证一些我没有测试过的工具能够正常工作。</span></p></body></html> - - - Run program - 运行程序 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Run the selected program with ModOrganizer enabled.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">在 Mod Organizer 启用的状态下运行指定的程序。</span></p></body></html> - - - Run - 运行 - - - Create a shortcut in your start menu to the specified program - 为指定的程序创建一个开始菜单快捷方式 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a start menu shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">创建一个开始菜单快捷方式,使您可以直接在 MO 激活状态下运行指定的程序。</span></p></body></html> - - - Menu Shortcut - 开始菜单快捷方式 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">create a desktop shortcut for the selected program</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">为指定的程序创建一个桌面快捷方式</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a desktop shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">创建一个桌面快捷方式,使您可以直接在 MO 激活状态下运行指定的程序。</span></p></body></html> - - - Desktop Shortcut - 桌面快捷方式 - - - save esp list and load order. - 保存 esp 列表和加载顺序。 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close MO or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">保存已激活 Mod 和加载顺序的列表,当您关闭了 MO 或者启动了一个程序的时候这将会自动发生。</span></p></body></html> - - - Save - 保存 - - - List of available esp/esm files - 可用 esp 或 esm 文件的列表 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.<br />There is a great tool named &quot;BOSS&quot; to automatically sort these files.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">这个列表中包含了位于已激活 Mod 里的 esp 和 esm 文件。这些文件都需要它们自己的加载顺序,您可以使用拖放来修改加载顺序。请注意: MO 将只保存已激活或已勾选状态的 Mod 的加载顺序。<br />有个非常棒的工具叫作 &quot;BOSS&quot;,它可以自动对这些文件进行排序。</span></p></body></html> - - - IMPORTANT: You can change the order of BSAs here but installation order of mods has priority over the order specified here! - 重要: 您可以在这里更改 BSA 的顺序,不过 Mod 的安装顺序会优先于这里的设置! - - - IMPORTANT: For unknown reasons some bsas (SkyUI 3 alpha) do NOT work when checked here. - 重要: 一些 BSA 文件 (例: SkyUI 3 alpha) 在这里勾选后将无法正常工作,具体原因未知。 - - - List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. - 可用 BSA 文件的列表。未勾选的项目不会被 MO 管理并且会忽略安装顺序。 - - - 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. -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. - BSA 文件是 Bethesda 专用的压缩包文件 (区别于 .zip 文件),里面包含了游戏所用的 Data 内的文件 (meshes, textures 等)。这与 Data 目录里分散的文件是不同的。 -默认情况下,BSA 文件的名称取决于 ESP 插件的名称 (例: plugins.esp 对应 plugins.bsa)。游戏运行时,ESP 对应的 BSA 将会自动加载,并且比所有分散的文件优先级都高,左边您设置的安装顺序最终会被忽略掉。 - -这里勾选的 BSA 将会依从您的安装顺序,并且会自行调整加载顺序。 - - - File - 文件 - - - Mod - Mod - - - Data - Data - - - refresh data-directory overview - 刷新 Data 目录总览 - - - Refresh the overview. This may take a moment. - 刷新总览,这可能需要一些时间。 - - - Refresh - 刷新 - - - This is an overview of your data directory as visible to the game (and tools). - 这是在游戏中可见的 Data 目录 (和工具) 的总览。 - - - Filter the above list so that only conflicts are displayed. - 过滤上面的列表,使您只能看到有冲突的文件。 - - - Show only conflicts - 只显示冲突 - - - Saves - 存档 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you click &quot;Fix Mods...&quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">这是此游戏所有存档的列表,将鼠标悬停在项目上来获取该存档的详细信息,里面包含了现在没有被激活但是当存档被创建时所使用的 esp 或 esm 的清单。</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">如果您在右键菜单中点击“修复 Mod”,那么 MO 便会尝试激活所有 Mod 和 esp 来修复那些缺失的 esp,它并不会禁用任何东西!</span></p></body></html> - - - Downloads - 下载 - - - This is a list of mods you downloaded from Nexus. Double click one to install it. - 这是当前已下载的 Mod 的列表,双击进行安装。 - - - Compact - 紧凑 - - - Refresh list of downloads. - 刷新下载列表。 - - - Tool Bar - 工具栏 - - - Install Mod - 安装 Mod - - - Install &Mod - 安装 &Mod - - - Install a new mod from an archive - 通过压缩包来安装一个新 Mod - - - Ctrl+M - Ctrl+M - - - Profiles - 配置文件 - - - &Profiles - &配置文件 - - - Configure Profiles - 设置配置文件 - - - Ctrl+P - Ctrl+P - - - Executables - 可执行程序 - - - &Executables - &可执行程序 - - - Configure the executables that can be started through Mod Organizer - 配置可通过 MO 来启动的程序 - - - Ctrl+E - Ctrl+E - - - Edit Ini - 编辑 Ini 文件 - - - Edit &Ini - 编辑 &Ini 文件 - - - Edit the ini file of the current profile - 编辑当前配置的 Ini 文件 - - - Ctrl+I - Ctrl+I - - - Settings - 设置 - - - &Settings - &设置 - - - Configure settings and workarounds - 配置设定和解决方案 - - - Ctrl+S - Ctrl+S - - - Nexus - N网 - - - Search nexus network for more mods - 搜索N网以获取更多 Mod - - - Ctrl+N - Ctrl+N - - - Update - 更新 - - - Mod Organizer is up-to-date - Mod Organizer 现在是最新版本 - - - No Problems - 没有问题 - - - 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 - 如果 MO 检测到您的安装中存在潜在的问题,那么此按钮将会高亮显示,同时 MO 也会给您相应的修复提示。 - -!此功能尚未完善! -当前此功能所能提供的项目非常有限 - - - Problems - 问题 - - - There are potential problems with your setup - 您的安装中存在潜在的问题 - - - Everything seems to be in order - 一切井然有序 - - - <li>Your BSAs may be set up incorrectly. The game may not run! Please check the BSA tab</li> - <li>您的 BSA 可能没有设置正确。游戏可能无法执行!请检查 BSA 标签。</li> - - - <li>NCC not installed. You won't be able to install some scripted mod-installers. Get NCC from <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">the MO page on nexus</a></li> - <li>未检测到 NCC,您将不能安装部分包含安装脚本的安装包。您可以从 <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334"> MO 下载页</a>中下载安装</li> - - - <li>NCC version may be incompatible.</li> - <li>NCC 版本可能不兼容。</li> - - - <li>dotNet is not installed or outdated. This is required to use NCC. Get it from here: <a href="%1">%1</a></li> - <li>.Net 未安装或版本过旧。想要运行 NCC 您必须先安装 .Net,您可以在以下地址中获取: <a href="%1">%1</a></li> - - - Help - 帮助 - - - Click here if you have any problems with Mod Organizer - 无论您对 Mod Organizer 有什么问题,您都可以点击此处来获取帮助 - - - Help on UI - 界面帮助 - - - Documentation Wiki - 说明文档 (维基) - - - Report Issue - 报告问题 - - - load order could not be saved - 无法保存加载顺序 - - - failed to save load order: %1 - 无法保存加载顺序: %1 - - - failed to save archives order, do you have write access to "%1"? - 无法保存档案顺序,您确定您有权限更改 "%1"? - - - Name - 名称 - - - Please enter a name for the new profile - 请为新配置文件输入一个名称 - - - failed to create profile: %1 - 无法创建配置文件: %1 - - - Downloads in progress - 正在下载 - - - There are still downloads in progress, do you really want to quit? - 仍有正在进行中的下载,您确定要退出吗? - - - init failed - 初始化失败 - - - failed to read savegame: %1 - 无法读取存档: %1 - - - <table cellspacing="5"><tr><td>Save Number</td><td>%1</td></tr><tr><td>Character</td><td>%2</td></tr><tr><td>Level</td><td>%3</td></tr><tr><td>Location</td><td>%4</td></tr><tr><td>Date</td><td>%5</td></tr><tr><td>Screenshot</td><td>%6</td></tr><tr><td>Missing ESPs</td><td><h5>%7</h5></td></tr></table> - <table cellspacing="5"><tr><td>存档序号</td><td>%1</td></tr><tr><td>游戏角色</td><td>%2</td></tr><tr><td>角色等级</td><td>%3</td></tr><tr><td>所在地点</td><td>%4</td></tr><tr><td>保存时间</td><td>%5</td></tr><tr><td>游戏截图</td><td>%6</td></tr><tr><td>缺失的 ESP</td><td><h5>%7</h5></td></tr></table> - - - Failed to start "%1" - 无法启动 "%1" - - - Waiting - 稍等 - - - Please press OK once you're logged into steam. - 当您登录 Steam 时请点击确定。 - - - "%1" not found - "%1" 未找到 - - - Start Steam? - 启动 Steam? - - - Steam is required to be running already to correctly start the game. Should MO try to start steam now? - 想要正确地启动遊戲,Steam 必须处于运行状态。MO 要立即启动 Steam 吗? - - - Also in: <br> - 也在: <br> - - - No conflict - 没有冲突 - - - <Edit...> - <编辑...> - - - This bsa is enabled in the ini file so it may be required! - 该 BSA 已在 Ini 文件中启用,因此它可能是必需的。 - - - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - 此档案还是会被加载,因为存在同名插件。不过它所包含的的文件不会遵循安装顺序! - - - Installation successful - 安装成功 - - - Configure Mod - 配置 Mod - - - This mod contains ini tweaks. Do you want to configure them now? - 此 Mod 中包含 Ini 设定文件,您想现在就对它们进行配置吗? - - - mod "%1" not found - Mod "%1" 未找到 - - - Installation cancelled - 安装已取消 - - - The mod was not installed completely. - Mod 没有完全安装。 - - - Choose Mod - 选择 Mod - - - Mod Archive - Mod 压缩包 - - - failed to refresh directory structure - 无法刷新目录结构 - - - Download started - 开始下载 - - - failed to update mod list: %1 - 无法更新 Mod 列表: %1 - - - failed to spawn notepad.exe: %1 - 无法生成 notepad.exe: %1 - - - Ini files are local to the currently selected profile. - 当前所选配置的本地 Ini 文件。 - - - failed to open %1 - 无法打开 %1 - - - Name not valid - 名称无效 - - - failed to change origin name: %1 - 无法更改原始文件名: %1 - - - <All> - <全部> - - - <Checked> - <已勾选> - - - <Unchecked> - <未勾选> - - - <Update> - <有更新> - - - <No category> - <无类别> - - - New name - 新名称 - - - A mod with that name exists already - 该 Mod 名已存在 - - - failed to rename mod: %1 - 无法重命名 Mod: %1 - - - failed to remove mod: %1 - 无法移动 Mod: %1 - - - Failed - 失败 - - - Installation file no longer exists - 安装文件不复存在 - - - Mods installed with old versions of MO can't be reinstalled in this way. - 旧版 MO 安装的 Mod 无法使用此方法重新安装。 - - - Extract BSA - 解压 BSA - - - 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) - 此 Mod 中至少包含一个 BSA。您确定要解压吗? -(解压完成后,BSA 文件将会被删除。如果您不了解 BSA 的话,请选择“否”) - - - failed to read %1: %2 - 无法读取 %1: %2 - - - This archive contains invalid hashes. Some files may be broken. - 压缩包 Hash 值错误。部分文件可能已经损坏。 - - - Nexus ID for this Mod is unknown - 此 Mod 的N网 ID 未知 - - - Priority - 优先级 - - - Choose Priority - 选择优先级 - - - Enable all - 全部启用 - - - Disable all - 全部禁用 - - - Exception: - 例外: - - - Unknown exception - 未知的例外 - - - Install Mod... - 安装 Mod... - - - Enable all visible - 启用所有可见项目 - - - Disable all visible - 禁用所有可见项目 - - - Check all for update - 检查更新 - - - Set Priority - 设置优先级 - - - Highest - 最高 - - - Manually... - 手动... - - - Lowest - 最低 - - - Set Category - 设置类别 - - - Rename Mod... - 重命名... - - - Remove Mod... - 移除 Mod... - - - Reinstall Mod - 重新安装 Mod - - - Visit on Nexus - 在N网上浏览 - - - Open in explorer - 在资源管理器中打开 - - - Sync to Mods... - 同步到 Mod... - - - Information... - 信息... - - - Fix Mods... - 修复 Mod... - - - failed to remove %1 - 无法删除 %1 - - - failed to create %1 - 无法创建 %1 - - - Can't change download directory while downloads are in progress! - 下载文件时不能修改下载目录! - - - Download failed - 下载失败 - - - failed to write to file %1 - 无法写入文件 %1 - - - %1 written - 已写入 %1 - - - Select binary - 选择可执行文件 - - - Binary - 可执行文件 - - - Enter Name - 输入名称 - - - Please enter a name for the executable - 请为程序输入一个名称 - - - Not an executable - 不是可执行程序 - - - This is not a recognized executable. - 无法识别的可执行文件 - - - Replace file? - 替换文件? - - - There already is a hidden version of this file. Replace it? - 已存在同名文件,但该文件被隐藏了。确定要覆盖吗? - - - File operation failed - 文件操作错误 - - - Failed to remove "%1". Maybe you lack the required file permissions? - 无法移除 "%1",也许您需要足够的文件权限? - - - failed to rename "%1" to "%2" - 无法重命名 "%1" 为 "%2" - - - There already is a visible version of this file. Replace it? - 已存在同名文件,确定要覆盖吗? - - - Update available - 更新可用 - - - Open/Execute - 打开/执行 - - - Add as Executable - 添加为可执行文件 + + Time this mod was installed + + + + MotDDialog - Un-Hide - 取消隐藏 + + Message of the Day + 今日消息 - Hide - 隐藏 + + OK + 确定 + + + MyFileSystemModel - Write To File... - 写入文件... + + Overwrites + 覆盖 - login successful - 登录成功 + + not implemented + 未实现 + + + NXMAccessManager - login failed: %1. Trying to download anyway - 登录失败: %1,请尝试使用别的方法下载 + + Logging into Nexus + - login failed: %1. You need to log-in with Nexus to update MO. - 登录失败: %1。您需要登录到N网才能更新 MO + + timeout + 超时 - Error - 错误 + + Please check your password + 请检查您的密码 + + + NexusInterface - failed to extract %1 (errorcode %2) - 无法解压 %1 (错误代码 %2) + + Failed to guess mod id for "%1", please pick the correct one + 提取mod "%1"的ID编号失败,请自行选择正确项。 - Extract... - 解压... + + empty response + 未响应 - Edit Categories... - 编辑类别... + + invalid response + 无效的响应 @@ -4717,7 +3701,7 @@ Right now this has very limited functionality You can use drag&drop to move files and directories to regular mods. - + 你可以用鼠标拖拽常规mod的文件和路径 @@ -4775,143 +3759,124 @@ Right now this has very limited functionality PluginList - ESP not found: %1 - ESP 文件没有找到: %1 + + Name + 名称 + + + + Priority + 优先级 - + Mod Index - + Mod 索引 - + Flags - + 标志 - - + + unknown - + 未知 - + Name of your mods - + 你的mod名称 - + Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority. - + The modindex determins the formids of objects originating from this mods. - + failed to update esp info for file %1 (source id: %2), error: %3 - + esp not found: %1 - + esp未找到:%1 - - + + Confirm - 确认 + 确认 - + Really enable all plugins? - + Really disable all plugins? - + The file containing locked plugin indices is broken - failed to open output file: %1 - 无法打开输出文件: %1 - - - - 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. - 您的一些插件名称无效!这些插件无法被游戏载入。请查看 mo_interface.log 来确认那些受影响的插件并重命名它们。 - - - - BOSS dll incompatible - - - - - Missing Masters + + <b>Origin</b>: %1 - - Enabled Masters - + + Author + 作者 - - failed to restore load order for %1 - + + Description + 描述 - min - 最低值 + failed to open output file: %1 + 无法打开输出文件: %1 - max - 最高值 + + 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. + 您的一些插件名称无效!这些插件无法被游戏载入。请查看 mo_interface.log 来确认那些受影响的插件并重命名它们。 - + This plugin can't be disabled (enforced by the game) 这个插件不能被禁用 (由游戏执行) - Origin: %1 - 隶属于: %1 - - - - Name - 名称 - - - Names of your mods - Mod 名称 - - - - Priority - 优先级 + 隶属于: %1 - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Mod 的安装优先级,越高就表示越“重要”,从而覆盖低优先级的 Mod 文件。 + + Missing Masters + - ModIndex - Mod 索引 + + Enabled Masters + - This index determines the id of items, spells, ... introduced by the mod. Their id will be "xxyyyyyy" where "xx" is this index which "yyyyyy" is determined by the mod itself. - 这些索引决定了那些通过 Mod 引入的物品,法术等等的 ID。ID 的一般格式是 "xxyyyyyy",其中 "xx" 就是这个的索引,而 "yyyyyy" 则是由 Mod 自己所决定的。 + + failed to restore load order for %1 + 恢复 %1 加载顺序失败 @@ -4941,23 +3906,18 @@ Right now this has very limited functionality p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> <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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> Close - 关闭 + 关闭 Fix - + 修复 @@ -4967,10 +3927,6 @@ p, li { white-space: pre-wrap; } Profile - - failed to apply ini tweaks - 无法应用 Ini 设定 - invalid profile name %1 @@ -4982,64 +3938,69 @@ p, li { white-space: pre-wrap; } 无法创建 %1 - + failed to write mod list: %1 - + 无法更新 Mod 列表: %1 - + failed to update tweaked ini file, wrong settings may be used: %1 - + 更新tweaked ini文件失败,可能会应用错误的设置: %1 - + failed to create tweaked ini: %1 + 创建 tweaked ini: %1 失败 + + + + "%1" is missing or inaccessible - - - - - + + + + + invalid index %1 无效的索引 %1 - + Overwrite directory couldn't be parsed - + Overwrite 目录无法解析 - + invalid priority %1 无效的优先级 %1 - + failed to parse ini file (%1) - + 无法解析 Ini 文件 (%1): %2 - + failed to parse ini file (%1): %2 无法解析 Ini 文件 (%1): %2 - - + + failed to modify "%1" - + 未能找到 "%1" - + Delete savegames? - + 是否删除游戏存档? - + Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames) - + 是否删除本地游戏存档?(如果选择“否”,当你重新恢复本地游戏时存档将再次显示) @@ -5098,51 +4059,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">这是配置文件的列表,每个配置文件都包含了它们自己的已激活 Mod 的列表和安装顺序 (从共享区域)、一个已激活的 esp 或 esm 的配置、一个游戏 Ini 文件的拷贝和一个可选的存档过滤器。</p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">注意: </span>由于技术上的原因,目前不可能有分开保存的插件加载顺序。这意味着您不能同时在两个配置文件里使用两种不同的插件配置方案。</p></body></html> - - - Savegame Filter - 存档过滤 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Experimental</span><span style=" font-size:8pt;"> Enter a charactername to hide all save games from other characters in the game.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">实验性的</span><span style=" font-size:9pt;"> 输入一个角色名来隐藏游戏里其它角色的存档。</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Experimental</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Here you can enter a character name to filter the save games displayed inside the game. This makes it easy to have concurrent walkthroughs with different characters.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> however that autosave and quicksave are always displayed and overwritten even if they belong to a different character.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> also this may confuse the savegame counter which is why this feature is marked experimental.</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">实验性的</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">在这里您可以输入一个角色名称来过滤游戏中显示的存档,这样您就可以简单地同时管理不同的角色了。</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">注意:</span> 即使角色不同,自动存档和快速存档还是共用的。</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">注意:</span> 这样做也有可能会混淆存档的序号,这也是为什么这个功能被标记为实验的原因。</p></body></html> If checked, savegames are local to this profile and will not appear when starting with a different profile. - + 如果勾取,游戏存档将作为配置文件的局部存档不会在别的配置文件中出现。 Local Savegames - + 局部游戏存档 @@ -5213,18 +4140,18 @@ p, li { white-space: pre-wrap; } Rename - + &重命名 Transfer save games to the selected profile. - + 传递游戏存档到选定的配置文件 Transfer Saves - + 转移存档 @@ -5260,7 +4187,7 @@ p, li { white-space: pre-wrap; } Invalid name - + 无效名称 @@ -5287,19 +4214,15 @@ p, li { white-space: pre-wrap; } 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? - - Are you sure you want to remove this profile? - 确定要移除这个配置吗? - Rename Profile - + 重命名配置文件 New Name - + 新名称 @@ -5332,6 +4255,51 @@ p, li { white-space: pre-wrap; } invalid category id %1 无效的类别 %1 + + + invalid field name "%1" + 无效的名称 "%1" + + + + invalid type for "%1" (should be integer) + 无效的类型 "%1" (应该是整数) + + + + invalid type for "%1" (should be string) + 无效的类型 "%1" (应该是字符串) + + + + invalid type for "%1" (should be float) + 无效的类型 "%1" (应该是浮点数) + + + + no fields set up yet! + + + + + field not set "%1" + + + + + invalid character in field "%1" + + + + + empty field name + + + + + invalid game type %1 + + helper failed @@ -5414,104 +4382,91 @@ p, li { white-space: pre-wrap; } 无法设置代理DLL加载 - - "%1" is missing - "%1" 缺失 - - - + Permissions required 需要权限 - 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 "mo_helper.exe" with administrative rights). - 当前的用户帐户没有运行 Mod Organizer 所需的访问权限,必要的修改将会自动进行 (MO 的目录将会为当前用户帐户而变得可写),您将被请求使用管理员权限执行 "mo_helper.exe"。 + + 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. + - - + + Woops 糟糕 - ModOrganizer has crashed! Should a diagnostic file be created? If you send me this file by email (sherb@gmx.net), the bug is a lot more likely to be fixed. - Mod Organizer 崩溃了!要生成诊断文件吗?如果您发送这个文件到我的邮箱 (sherb@gmx.net) 里的话,这个 Bug 会很有可能被修复。 - - - - 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. - - - - + 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 - + ModOrganizer已经崩溃。诊断文件是否已经产生?如果你将文件(%1)发送至 sherb@gmx.net ,这个bug有可能会被修复。最好加入崩溃发生时情况的简短说明(用英文吧)。 - + ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1 Mod Organizer 崩溃了!遗憾的是,我无法生成诊断文件: %1 - - + + Mod Organizer Mod Organizer - + An instance of Mod Organizer is already running Mod Organizer 的一个实例正在运行 - + No game identified in "%1". The directory is required to contain the game binary and its launcher. "%1" 中未检测到游戏。请确保该路径中包含游戏执行程序以及对应的 Launcher 文件。 - - + + Please select the game to manage 请选择想要管理的游戏 - + Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!) - + + failed to start application: %1 + + + + Please use "Help" from the toolbar to get usage instructions to all elements 请使用工具栏上的“帮助”来获得所有元素的使用说明 - - + + <Manage...> <管理...> - + failed to parse profile %1: %2 无法解析配置文件 %1: %2 - - + failed to find "%1" 未能找到 "%1" - encoding error, please report this as a bug and include the file mo_interface.log! - 编码错误,请向作者汇报此 Bug 并且附上 mo_interface.log 文件! - - - + failed to access %1 无法访问 %1 - + failed to set file time %1 无法设置文件时间 %1 @@ -5521,12 +4476,13 @@ p, li { white-space: pre-wrap; } 无法创建 %1 - modlist.txt missing - Modlist.txt 丢失 + + "%1" is missing or inaccessible + - failed to copy "%1" to "%2", this is going to end badly... - 无法复制 "%1" 到 "%2",并且程序将会严重地结束... + "%1" is missing + "%1" 缺失 @@ -5552,27 +4508,27 @@ p, li { white-space: pre-wrap; } 无法打开 %1 - + Script Extender 脚本拓展 - + Proxy DLL 代理DLL - + failed to spawn "%1" 无法生成 "%1" - + Elevation required - + This process requires elevation to run. This is a potential security risk so I highly advice you to investigate if "%1" @@ -5582,81 +4538,24 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe - - failed to spawn "%1": %2 - 无法生成 "%1": %2 - - - - "%1" doesn't exist - "%1" 不存在 - - - - failed to inject dll into "%1": %2 - 无法注入 dll 到 "%1": %2 - - - - failed to run "%1" - 无法运行 "%1" - - - removal of "%1" failed: %2 - 无法移除 %1: %2 - - - removal of "%1" failed - 无法移除 "%1" - - - "%1" doesn't exist (remove) - "%1" 不存在 (移除) - - - - invalid field name "%1" - - - - - invalid type for "%1" (should be integer) - - - - - invalid type for "%1" (should be string) - - - - - invalid type for "%1" (should be float) - - - - - no fields set up yet! - - - - - field not set "%1" - + + failed to spawn "%1": %2 + 无法生成 "%1": %2 - - invalid character in field "%1" - + + "%1" doesn't exist + "%1" 不存在 - - empty field name - + + failed to inject dll into "%1": %2 + 无法注入 dll 到 "%1": %2 - - invalid game type %1 - + + failed to run "%1" + 无法运行 "%1" @@ -5669,22 +4568,22 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Mod Exists - + Mod 已存在 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. - + 这个mod看上去已经存在。你是希望将本次压缩包文件添加(覆盖已存在文件)或完全覆盖(旧的文件全删除)?另外你还可以起别的名称安装本mod。 Keep Backup - + 保留备份 Merge - + 合并 @@ -5694,7 +4593,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Rename - + &重命名 @@ -5702,13 +4601,6 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe 取消 - - QuestionBoxMemory - - Remember selection - 记住我的选择 - - SaveGameInfoWidget @@ -5724,17 +4616,17 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Level - + 等级 Location - + 位置 Date - + 时间 @@ -5742,7 +4634,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Missing ESPs - + 缺失的 ESP @@ -5755,27 +4647,27 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Copy To Clipboard - + 复制到剪贴板 Save As... - + 另存为... Close - 关闭 + 关闭 Save CSV - + 保存 CSV Text Files - + 文本文件 @@ -5803,14 +4695,10 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe SelfUpdater - - mo_archive.dll not loaded: "%1" - mo_archive.dll 未加载: "%1" - archive.dll not loaded: "%1" - + archive.dll 没有载入: "%1" @@ -5848,7 +4736,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe failed to move outdated files: %1. Please update manually. - + 移除过时文件失败: %1。请手动更新 @@ -5873,42 +4761,34 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe no file for update found. Please update manually. - - - - - No download server available. Please try again later. - 没有可用的下载服务器,请稍后再尝试下载。 - - - no file for update found - 未找到更新文件 + 没有发现可更新。请手动更新。 Failed to retrieve update information: %1 无法检索更新信息: %1 + + + No download server available. Please try again later. + 没有可用的下载服务器,请稍后再尝试下载。 + Settings - Administrative rights required to change this. - 需要管理员的权限来更改这个。 - - - - + + attempt to store setting for unknown plugin "%1" - + Confirm 确认 - + 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? 修改 Mod 目录将会影响您的配置!新目录中不存在 (或者名称不同) 的 Mod 将在所有配置中被禁止掉。此操作无法撤销,所以执行此操作前建议先备份下自己的配置。立即执行? @@ -5956,12 +4836,12 @@ p, li { white-space: pre-wrap; } graphical style - + 界面样式 graphical style of the MO user interface - + MO用户界面图形样式 @@ -5987,12 +4867,12 @@ p, li { white-space: pre-wrap; } Info - + 信息 Error - 错误 + 错误 @@ -6031,129 +4911,69 @@ p, li { white-space: pre-wrap; } 缓存目录 - - Reset stored information from dialogs. - - - - - This will make all dialogs show up again where you checked the "Remember selection"-box. - - - - - Reset Dialogs - 重置对话框 - - - - - Modify the categories available to arrange your mods. - 修改可用的类别来整理您的 Mod。 - - - - Configure Mod Categories - 配置 Mod 类别 - - - - Disable automatic internet features - - - - - 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) - - - - - Offline Mode - - - - - Use a proxy for network connections. - - - - - 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. - - - - - Use HTTP Proxy (Uses System Settings) - - - - - Associate with "Download with manager" links + + User interface - - Known Servers (updated on download) + + If checked, the download interface will be more compact. - - Preferred Servers (Drag & Drop) + + Compact Download Interface - - Blacklisted Plugins (use <del> to remove): + + If checked, the download list will display meta information instead of file names. - - 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. + + Download Meta Information - Installer - 安装程序 - - - Choose the integrated fomod installer over the external one wherever possible. - 尽可能地优先选择内置的 fomod 安装程序而不是外部的。 + + Reset stored information from dialogs. + 重设对话框信息。 - Use the integrated fomod installer if possible. This installer is only able to handle archives scripted using an xml-file (that's maybe half the fomods out there), other files are still installed using the external installer if it's available. - 尽可能地使用内置的 fomod 安装程序。此安装程序仅能处理内含 xml 脚本的压缩包 (大概有一半的 fomod 使用 xml 脚本),其余不支持的文件则继续使用外部安装程序 (如果可用的话)。 + + This will make all dialogs show up again where you checked the "Remember selection"-box. + 全部对话框将全部重新显示,包括你已勾取过“记住选择”的对话框。 - Prefer integrated fomod installer - 首选内置 fomod 安装程序 + + Reset Dialogs + 重置对话框 - Use a very simple installation dialog if MO recognizes the structure of the installation archive. If you prefer your life complicated, uncheck this box. - 如果 MO 能够识别安装包的结构,则使用简单明了的对话框模式安装。如果您喜欢挑战复杂点的,那么也可以取消此复选框。 + + + Modify the categories available to arrange your mods. + 修改可用的类别来整理您的 Mod。 - Enable "Quick Installer" - 启用“快速安装” + + Configure Mod Categories + 配置 Mod 类别 - - + + Nexus N网 - + Allows automatic log-in when the Nexus-Page for the game is clicked. 当N网页面打开时将自动登录。 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -6166,84 +4986,126 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">允许当N网页面打开时自动登录。请注意: 密码是储存在 modorganizer.ini 里的,混淆得不是很强烈。如果您担心有人可能会窃取您的密码,那么请不要存储在这里。</span></p></body></html> - + If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic. - + 勾取并在下面输入正确账户,将自动登录Nexus (浏览和下载)。 - + Automatically Log-In to Nexus 自动登录 - + Username 账号 - + Password 密码 - Handle NXM Links - 关联 NXM 链接 + + Disable automatic internet features + 取消自动联网功能 - If checked, MO will use an external browser for buttons like "Visit on Nexus" instead of the integrated one. - 当您勾选时,MO 将会使用外部浏览器打开链接而不是使用内置的。 + + 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) + 取消自动联网功能。这并不影响用户调用功能(如检查mod更新,点赞支持mod,打开网页浏览)。 - Prefer external browser - 首选外部浏览器 + + Offline Mode + 离线模式 - - Plugins + + Use a proxy for network connections. + 使用代理联网 + + + + 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. - - Author: + + Use HTTP Proxy (Uses System Settings) + 使用 HTTP 代理(使用系统设置) + + + + Associate with "Download with manager" links - - Version: + + Known Servers (updated on download) - + Known Servers (Dynamically updated every download) + 已知的服务器(每次下载自动更新) + + + + Preferred Servers (Drag & Drop) + 首选服务器(可拖拽顺序) + + + + Plugins + 插件 + + + + Author: + 作者 + + + + Version: + 版本 + + + Description: - + 描述 - + Key - + 关键 - + Value - + + Blacklisted Plugins (use <del> to remove): + + + + Workarounds 解决方案 - + Steam App ID Steam App ID - + The Steam AppID for your game 您游戏的 Steam AppID - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -6270,47 +5132,38 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">其中 22380 就是您要找的 ID。</span></p></body></html> - + Load Mechanism 加载机制 - + Select loading mechanism. See help for details. 选择加载机制,使用帮助查看更多细节。 - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Mod Organizer needs a dll to be injected into the game so all mods are visible to it.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">There are several means to do this:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Mod Organizer</span><span style=" font-size:8pt;"> (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. This does not work for the Steam version of Oblivion!</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Script Extender</span><span style=" font-size:8pt;"> In this mode, MO is installed as a Script Extender (obse, fose, nvse, skse) plugin. (recommended if you have a script extender installed)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Proxy DLL</span><span style=" font-size:8pt;"> 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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">Mod Organizer 需要一个 dll 来注入游戏,从而使所有 Mod 在游戏里是可见的。</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">有以下几种方式可以做到这一点: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Mod Organizer</span><span style=" font-size:9pt;"> (默认) 在这种模式下,Mod Organizer 将注入自身的 dll。但缺点是: 您总是需要通过 MO 或由其创建的链接来启动游戏。注意: 这并不适用于 Steam 版本的湮灭!</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">脚本拓展</span><span style=" font-size:9pt;"> 在这种模式下,MO 将被作为脚本扩展 (obse, fose, nvse, skse) 的插件来安装。(推荐在您已经安装了脚本拓展后)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">代理DLL</span><span style=" font-size:9pt;"> 在这种模式下,MO 将替换一个游戏的 dll 来加载 MO (当然原来的 dll),这仅适用于 Steam 版本的游戏,并且只在 Skyrim 上做过测试。请只在其它加载机制不能工作的情况下才使用它。</span></p></body></html> + + 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. + - + NMM Version NMM 版本 - + The Version of Nexus Mod Manager to impersonate. 想要模拟的 NMM 版本号。 - + 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. @@ -6323,67 +5176,73 @@ tl;dr-version: If Nexus-features don't work, insert the current version num 变更版本号: 如果N网功能不正常了,那么请在这里输入 NMM 的当前版本号并重试一下。 - - These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. - - - - 009.009.009; - 009.009.009; - - - example: 0.33.1 - 例如: 0.33.1 - - - + Enforces that inactive ESPs and ESMs are never loaded. 强制执行,未激活的 ESP 和 ESM 将不会被加载。 - + 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. 看来,游戏偶尔会加载一些没有被激活成插件的 ESP 或 ESM 文件。 我还尚不知道它在什么情况下会这样,但是有用户报告说它在某些情况下是很不必要的。如果这个选项被选中,那么在列表中没有被勾选的 ESP 和 ESM 将不会在游戏中出现,并且也不会被载入。 - + Hide inactive ESPs/ESMs 隐藏未激活的 ESP 或 ESM - + If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on) - + 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. - + Force-enable game files - - + + 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. + + + + + 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. + + + + + Display mods installed outside MO + + + + + 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! 对于天际,这个可以用来取代档案无效化,它将会使档案无效化对所有配置都变得多余。 但是对于其它游戏,这并不是一个很好的替代品! - + Back-date BSAs 重置 BSA 文件修改日期 - These are workarounds for problems with Mod Organizer. They are usually not neccessary. Please make sure you read the help text before changing anything here. - 这些是 Mod Organizer 的问题解决方案。它们通常是不必修改的,请确保在您变更了这里的任何东西之前已经读过了帮助文档。 + + These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. + @@ -6454,7 +5313,6 @@ For the other games this is not a sufficient replacement for AI! - failed to connect to running instance: %1 无法连接到正在运行的实例: %1 @@ -6497,47 +5355,12 @@ For the other games this is not a sufficient replacement for AI! 无法移动 %1 到 %2 - - TextViewer - - Log Viewer - 文本查看器 - - - Placeholder - 占位符 - - - Save changes? - 保存更改吗? - - - Do you want to save changes to %1? - 您想要保存更改到 %1 吗? - - - failed to write to %1 - 无法写入 %1 - - - file not found: %1 - 文件未找到: %1 - - - Save - 保存 - - TransferSavesDialog - - Dialog - 对话框 - Transfer Savegames - + 转移存档 @@ -6547,7 +5370,7 @@ For the other games this is not a sufficient replacement for AI! This is a list of characters in the global location. - + 这里是全局位置存档角色列表。 @@ -6559,14 +5382,6 @@ On Windows Vista/Windows 7: On Windows XP: C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves - This is a list of characters in the global location. - -On Windows Vista/Windows 7: - C:\Users\[UserName]\Documents\My Games\Skyrim\Saves - -On Windows XP: - C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves - @@ -6585,32 +5400,32 @@ On Windows XP: Move -> - + 移动 -> Copy -> - + 复制 -> <- Move - + <- 移动 <- Copy - + <- 复制 Done - 完成 + 完成 Profile Characters - + 配置文件中角色 @@ -6620,7 +5435,7 @@ On Windows XP: Overwrite the file "%1" - + 覆盖文件 "%1" @@ -6628,23 +5443,23 @@ On Windows XP: Confirm - 确认 + 确认 Copy all save games of character "%1" to the profile? - + 是否复制角色 "%1" 的所有游戏存档到这个配置中? 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. - + 是否移动角色 "%1" 的所有游戏存档到全局路径?请注意这将使游戏存档的运行编号变得混乱。 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. - + 是否拷贝角色 "%1" 的所有游戏存档到全局路径?请注意这将使游戏存档的运行编号变得混乱。 diff --git a/src/organizer_zh_TW.ts b/src/organizer_zh_TW.ts index 0ae46a41..9648be26 100644 --- a/src/organizer_zh_TW.ts +++ b/src/organizer_zh_TW.ts @@ -155,6 +155,29 @@ If there is a component called "00 Core" it is usually required. Optio 取消 + + BrowserDialog + + + Some Page + + + + + Search + + + + + new + + + + + failed to start download + + + CategoriesDialog @@ -272,13 +295,9 @@ p, li { white-space: pre-wrap; } DirectoryRefresher - failed to read %1: %2 - 無法讀取 %1: %2 - - - + failed to read bsa: %1 - + 無法讀取 %1: %2 @@ -319,28 +338,28 @@ p, li { white-space: pre-wrap; } - - + + Done - Double Click to install 完成 - 雙擊進行安裝 - - + + Paused - Double Click to resume - - + + Installed - Double Click to re-install 已安裝 - 雙擊重新安裝 - - + + Uninstalled - Double Click to re-install - + 已安裝 - 雙擊重新安裝 @@ -360,135 +379,135 @@ p, li { white-space: pre-wrap; } DownloadListWidgetCompactDelegate - + + < mod %1 file %2 > + + + + + Pending + + + + + Paused + 暫停 + + + + Fetching Info 1 + + + + + Fetching Info 2 + + + + Installed 已安裝 - + Uninstalled - + Done 完成 - - - - + + + + Are you sure? 確定? - + This will remove all finished downloads from this list and from disk. 這將會從列表和磁碟中移除所有已完成的下載。 - + This will remove all installed downloads from this list and from disk. 這將會從列表和磁碟中移除所有已安裝的下載項目。 - + This will permanently remove all finished downloads from this list (but NOT from disk). - + This will permanently remove all installed downloads from this list (but NOT from disk). - + Install 安裝 - + Query Info 查詢訊息 - + Delete - + &刪除 - + Un-Hide 取消隱藏 - + Remove from View - - Remove - 移除 - - - + Cancel 取消 - - < mod %1 file %2 > - - - - - Pending - - - - - Paused - - - - - Fetching Info 1 - - - - - Fetching Info 2 - - - - + Pause 暫停 - + + Remove + 移除 + + + Resume 繼續 - + Delete Installed... - + 移除已安裝的項目... - + Delete All... - + Remove Installed... 移除已安裝的項目... - + Remove All... 移除所有... @@ -496,115 +515,115 @@ p, li { white-space: pre-wrap; } DownloadListWidgetDelegate - - - - + + < mod %1 file %2 > + + + + + Pending + + + + + Fetching Info 1 + + + + + Fetching Info 2 + + + + + + + Are you sure? 確定? - + This will remove all finished downloads from this list and from disk. 這將會從列表和磁碟中移除所有已完成的下載。 - + This will remove all installed downloads from this list and from disk. 這將會從列表和磁碟中移除所有已安裝的下載項目。 - + This will remove all finished downloads from this list (but NOT from disk). - + 這將會從列表和磁碟中移除所有已完成的下載。 - + This will remove all installed downloads from this list (but NOT from disk). - + 這將會從列表和磁碟中移除所有已安裝的下載項目。 - + Install 安裝 - + Query Info 查詢訊息 - + Delete - + &刪除 - + Un-Hide 取消隱藏 - + Remove from View - - Remove - 移除 - - - + Cancel 取消 - - < mod %1 file %2 > - - - - - Pending - - - - - Fetching Info 1 - - - - - Fetching Info 2 - - - - + Pause 暫停 - + + Remove + 移除 + + + Resume 繼續 - + Delete Installed... - + 移除已安裝的項目... - + Delete All... - + Remove Installed... 移除已安裝的項目... - + Remove All... 移除所有... @@ -612,126 +631,173 @@ p, li { white-space: pre-wrap; } DownloadManager - + failed to rename "%1" to "%2" 重新命名 "%1 "為 "%2" 時出錯 - + + Memory allocation error (in refreshing directory). + + + + Download again? 重新下載? - + 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. 已存在同名檔案。您確定要重新下載?新檔案將使用不同的檔案名。 - + failed to download %1: could not open output file: %2 下載 %1 失敗: 無法開啟輸出檔案: %2 - + Wrong Game - + The download link is for a mod for "%1" but this instance of MO has been set up for "%2". - - - - - - - - - - - + + + + + - - + + + + + + + + + invalid index 無效的索引 - + failed to delete %1 無法刪除 %1 - + failed to delete meta file for %1 無法從 %1 中刪除 mate 檔案 - - - - - + + + + + invalid index %1 無效的索引 %1 - + + No known download urls. Sorry, this download can't be resumed. + + + + Please enter the nexus mod id 請輸入N網 Mod ID - + Mod ID: Mod ID: - invalid alphabetical index %1 - 無效的字順索引 %1 + + Main + 主要檔案 + + + + Update + 更新 + + + + Optional + 可選檔案 + + + + Old + 舊檔 + + + + Misc + 雜項 + + + + Unknown + 未知 + + + + Memory allocation error (in processing progress event). + + + + + Memory allocation error (in processing downloaded data). + - + Information updated 訊息已更新 - - + + No matching file found on Nexus! Maybe this file is no longer available or it was renamed? 無法在N網上找到匹配的檔案!也許這個檔案已經不存在了或是它改名了? - + No file on Nexus matches the selected file by name. Please manually choose the correct one. 所選的檔案無法在N網上找到可匹配的項目,請手動選擇正確的一個。 - + No download server available. Please try again later. 沒有可用的下載伺服器,請稍後再嘗試下載。 - + Failed to request file info from nexus: %1 無法在N網上請求檔案訊息: %1 - + Download failed. Server reported: %1 - + Download failed: %1 (%2) 下載失敗: %1 (%2) - + failed to re-open %1 無法重新開啟 %1 @@ -1027,62 +1093,6 @@ Right now the only case I know of where this needs to be overwritten is for the Cancel 取消 - - ModuleConfig.xml missing - ModuleConfig.xml 丟失 - - - <a href="%1">Link</a> - <a href="%1">連結</a> - - - failed to parse info.xml: %1 (%2) (line %3, column %4) - 無法解析 info.xml: %1 (%2) (行 %3, 列 %4) - - - unsupported order type %1 - 未支持的排列類型 %1 - - - unsupported group type %1 - 未支持的群組類型 %1 - - - This component is required - 該組件是必需的 - - - It is recommended you enable this component - 我們建議您啟用此組件 - - - Optional component - 可選組件 - - - This component is not usable in combination with other installed plugins - 該組件不能和其它已安裝的插件一起使用 - - - You may be experiencing instability in combination with other installed plugins - 與其它已安裝的插件一起使用可能會導致遊戲不穩定。 - - - None - - - - Select one or more of these options: - 選擇這些選項中的一個或多個: - - - failed to parse ModuleConfig.xml: %1 - 無法解析 info.xml: %1 - - - Install - 安裝 - InstallDialog @@ -1149,52 +1159,13 @@ p, li { white-space: pre-wrap; } Cancel 取消 - - Looks good - 看起來不錯 - - - No problem detected - 沒有檢測到問題 - - - No game data on top level - Data 目錄沒有在頂層 - - - There is no esp/esm file or asset directory (textures, meshes, interface, ...) on the top level. - 沒有 esp 或 esm 檔案或有效的目錄 (textures, meshes, interface, ...) 在頂層。 - - - Enter a directory name - 輸入一個目錄名稱 - - - A directory with that name exists - 該目錄名稱已存在 - - - Set data directory - 設定為 Data 目錄 - - - Unset data directory - 取消設定為 Data 目錄 - - - Create directory... - 新增資料夾... - - - &Open - &開啟 - InstallationManager - mo_archive.dll not loaded: "%1" - mo_archive.dll 未加載: "%1" + + archive.dll not loaded: "%1" + @@ -1206,157 +1177,90 @@ p, li { white-space: pre-wrap; } Password 密碼 - - Directory exists - 目錄已存在 - - - 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)? - 這個 Mod 似乎已安裝,您仍想添加此壓縮包中的檔案嗎?(將會覆蓋現有的) 或者您想要完整地取代現有的檔案嗎?(舊的檔案將會被刪除) - - - Add Files - 添加檔案 - - - Replace - 取代 - - + Extracting files 正在解壓檔案 - Preparing installer - 正在準備安裝 - - - Installation as fomod failed: %1 - 以 fomod 安裝失敗: %1 - - - failed to start %1 - 無法啟動 %1 + + failed to create backup + - Running external installer. -Note: This installer will not be aware of other installed mods! - 正在執行外部安裝程式。 -注意: 此安裝程式並不知道您是否已經安裝了其它 Mod! + + Mod Name + - Force Close - 強制關閉 + + Name + 名稱 - Confirm - 確認 + + Invalid name + - installation failed (errorcode %1) - 安裝失敗 (錯誤代碼 %1) + + The name you entered is invalid, please enter a different one. + - + File format "%1" not supported 暫不支持檔案格式: "%1" - failed to open archive "%1": %2 - 無法開啟壓縮包 "%1": %2 - - - - archive.dll not loaded: "%1" - - - - - failed to create backup - - - - - Mod Name - - - - - Name - 名稱 - - - - Invalid name - - - - - The name you entered is invalid, please enter a different one. - - - - Installer missing - 安裝包丟失 - - - This package contains a scripted installer. To use this installer you need the optional "NCC"-package and the .net runtime. Do you want to continue, treating this as a manual installer? - 此安裝包中含有安裝腳本。您需要到N網下載安裝 NCC,並同時裝有 .NET 運行庫才能運行此安裝腳本。是否跳過此警告並把此安裝包作為手動安裝包來安裝? - - - Please install NCC - 請安裝 NCC - - - + None of the available installer plugins were able to handle that archive - + no error 沒有錯誤 - + 7z.dll not found 未找到 7z.dll - + 7z.dll isn't valid 無效的 7z.dll - + archive not found 未找到壓縮包 - + failed to open archive 無法開啟壓縮包 - + unsupported archive type 不支持的壓縮包類型 - + internal library error 內部庫錯誤 - + archive invalid 無效的壓縮包 - + unknown archive error 未知壓縮包錯誤 @@ -1387,7 +1291,7 @@ Note: This installer will not be aware of other installed mods! LogBuffer - + failed to write log to %1: %2 無法生成日誌到 %1: %2 @@ -1395,12 +1299,12 @@ Note: This installer will not be aware of other installed mods! MOApplication - + an error occured: %1 發生錯誤: %1 - + an error occured 發生錯誤 @@ -1408,23 +1312,48 @@ Note: This installer will not be aware of other installed mods! MainWindow - - + + Categories + 種類 + + + + Click blank area to deselect + + + + + If checked, only mods that match all selected categories are displayed. + + + + + And + + + + + If checked, all mods that match at least one of the selected categories are displayed. + + + + + Or - + Profile 配置檔案 - + Pick a module collection 選擇一個配置檔案 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1439,58 +1368,66 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">請注意: 當前您的配置檔案的 esp 加載順序並不是分開儲存的。</span></p></body></html> - + Refresh list 重新整理列表 - + Refresh list. This is usually not necessary unless you modified data outside the program. 重新整理列表,這通常不是必須的,除非您在程式之外修改了檔案的數據。 - + + + Restore Backup... + + + + + + Create Backup + + + + List of available mods. - + This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders. - + Filter 過濾器 - + No groups - + Nexus IDs - N網 ID + N網 ID - - - + + + Namefilter - Start - 開始 - - - + Pick a program to run. 選擇要運行的程式。 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1505,12 +1442,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">您可以添加新的工具到此列表中,但我不能保證一些我沒有測試過的工具能够正常工作。</span></p></body></html> - + Run program 運行程式 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1523,17 +1460,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">在 Mod Organizer 啟用的狀態下運行指定的程式。</span></p></body></html> - + Run 運行 - + Create a shortcut in your start menu or on the desktop to the specified program - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1546,37 +1483,27 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">建立一個開始菜單捷徑,使您可以直接在 MO 激活狀態下運行指定的程式。</span></p></body></html> - + Shortcut - save esp list and load order. - 儲存 esp 列表和加載順序。 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close MO or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">儲存已激活 Mod 和加載順序的列表,當您關閉了 MO 或者啟動了一個程式的時候這將會自動發生。</span></p></body></html> + + Plugins + - Save - 儲存 + + Sort + - + List of available esp/esm files 可用 esp 或 esm 檔案的列表 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1589,16 +1516,27 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">這個列表中包含了位于已激活 Mod 裡的 esp 和 esm 檔案。這些檔案都需要它們自己的加載順序,您可以使用拖放來修改加載順序。請注意: MO 將只儲存已激活或已勾選狀態的 Mod 的加載順序。<br />有個非常棒的工具叫作 &quot;BOSS&quot;,它可以自動對這些檔案進行排序。</span></p></body></html> - IMPORTANT: You can change the order of BSAs here but installation order of mods has priority over the order specified here! - 重要: 您可以在這裡更改 BSA 的順序,不過 Mod 的安裝順序會優先於這裡的設定! + + Archives + + + + + <html><head/><body><p>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:</p><p>If archives are <span style=" font-weight:600;">managed</span>, 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.<br/></p><p>If archives are <span style=" font-weight:600;">not managed</span> 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't active.</p><p>In either case you can not disable archives if there is a matching plugin, the game will load them no matter what.</p></body></html> + + + + + <html><head/><body><p>Have MO manage archives (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">read more</span></a>)</p></body></html> + - + List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. 可用 BSA 檔案的列表。未勾選的項目不會被 MO 管理並且會忽略安裝順序。 - + 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. 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! @@ -1609,81 +1547,71 @@ BSAs checked here are loaded in such a way that your installation order is obeye 這裡勾選的 BSA 將會依從您的安裝順序,並且會自行調整加載順序。 - - + + File 檔案 - - <html><head/><body><p>Marked Archives (<img src=":/MO/gui/warning_16"/>) are still loaded on Skyrim but the <a href="http://forums.bethsoft.com/topic/1354395-update-bsas-and-you/"><span style=" text-decoration: underline; color:#0000ff;">regular file override</span></a> mechanism will apply: Loose files override BSAs, no matter the mod/plugin priority.</p></body></html> + + Copy Log to Clipboard - - Mod - Mod + + Ctrl+C + - + Data Data - - Plugins - - - - - Sort - - - - - Archives - - - - + refresh data-directory overview 重新整理 Data 目錄總覽 - + Refresh the overview. This may take a moment. 重新整理總覽,這可能需要一些時間。 - - - + + + Refresh 重新整理 - + This is an overview of your data directory as visible to the game (and tools). 這是在遊戲中可見的 Data 目錄 (和工具) 的總覽。 - - + + Mod + Mod + + + + Filter the above list so that only conflicts are displayed. 過濾上面的列表,使您只能看到有衝突的檔案。 - + Show only conflicts 只顯示衝突 - + Saves 存檔 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1700,160 +1628,159 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">如果您在右鍵菜單中點擊“修復 Mod”,那麼 MO 便會嘗試激活所有 Mod 和 esp 來修復那些缺失的 esp,它並不會禁用任何東西!</span></p></body></html> - + Downloads 下載 - + This is a list of mods you downloaded from Nexus. Double click one to install it. 這是當前已下載的 Mod 的列表,雙擊進行安裝。 - Compact - 緊湊 + 緊湊 - + Show Hidden - + Tool Bar 工具欄 - + Install Mod 安裝 Mod - + Install &Mod 安裝 &Mod - + Install a new mod from an archive 通過壓縮包來安裝一個新 Mod - + Ctrl+M Ctrl+M - + Profiles 配置檔案 - + &Profiles &配置檔案 - + Configure Profiles 設定配置檔案 - + Ctrl+P Ctrl+P - + Executables 可執行程式 - + &Executables &可執行程式 - + Configure the executables that can be started through Mod Organizer 配置可通過 MO 來啟動的程式 - + Ctrl+E Ctrl+E - - + + Tools - + &Tools - + Ctrl+I Ctrl+I - + Settings 設定 - + &Settings &設定 - + Configure settings and workarounds 配置設定和解決方案 - + Ctrl+S Ctrl+S - + Nexus N網 - + Search nexus network for more mods 搜尋N網以獲取更多 Mod - + Ctrl+N Ctrl+N - - + + Update 更新 - + Mod Organizer is up-to-date Mod Organizer 現在是最新版本 - - + + No Problems 沒有問題 - + This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them. !Work in progress! @@ -1864,180 +1791,164 @@ Right now this has very limited functionality 當前此功能所能提供的項目非常有限 - - + + Help 幫助 - + Ctrl+H - + Ctrl+M - + Endorse MO - - + + Endorse Mod Organizer - + Toolbar - + 工具欄 - + Desktop - + Start Menu - + Problems 問題 - + There are potential problems with your setup 您的安裝中存在潛在的問題 - + Everything seems to be in order 一切井然有序 - <li>NCC not installed. You won't be able to install some scripted mod-installers. Get NCC from <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">the MO page on nexus</a></li> - <li>未檢測到 NCC,您將不能安裝部分包含安裝腳本的安裝包。您可以從 <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334"> MO 下載頁 </a>中下載安裝</li> - - - <li>NCC version may be incompatible.</li> - <li>NCC 版本可能不相容。</li> - - - <li>dotNet is not installed or outdated. This is required to use NCC. Get it from here: <a href="%1">%1</a></li> - <li>.Net 未安裝或版本過舊。想要運行 NCC 您必須先安裝 .Net,您可以在以下地址中獲取: <a href="%1">%1</a></li> - - - + Help on UI 介面幫助 - + Documentation Wiki 說明文檔 (維基) - + Report Issue 報告問題 - + Tutorials - - load order could not be saved - 無法儲存加載順序 - - - - failed to save load order: %1 - 無法儲存加載順序: %1 - failed to save archives order, do you have write access to "%1"? 無法儲存檔案順序,您確定您有權限更改 "%1"? - - About - - - - - About Qt - + + failed to save load order: %1 + 無法儲存加載順序: %1 - + Name 名稱 - + Please enter a name for the new profile - + 請為新配置檔案輸入一個名稱 - + failed to create profile: %1 無法建立配置檔案: %1 - + Show tutorial? - + 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. - + Downloads in progress 正在下載 - + There are still downloads in progress, do you really want to quit? 仍有正在進行中的下載,您確定要退出嗎? - + failed to read savegame: %1 無法讀取存檔: %1 - + Plugin "%1" failed: %2 - + + Plugin "%1" failed + + + + + failed to init plugin %1: %2 + + + + Plugin error - + It appears the plugin "%1" 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) - + Failed to start "%1" 無法啟動 "%1" - + Waiting 稍等 - + Please press OK once you're logged into steam. 當您登入 Steam 時請點擊確定。 @@ -2046,12 +1957,12 @@ Right now this has very limited functionality "%1" 未找到 - + Start Steam? 啟動 Steam? - + Steam is required to be running already to correctly start the game. Should MO try to start steam now? 想要正確地啟動遊戲,Steam 必須處於運行狀態,MO 要立即啟動 Steam 嗎? @@ -2066,780 +1977,889 @@ Right now this has very limited functionality 沒有衝突 - + <Edit...> <編輯...> - + This bsa is enabled in the ini file so it may be required! 該 BSA 已在 Ini 檔案中啟用,因此它可能是必需的。 - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - 此檔案還是會被加載,因為存在同名插件。不過它所包含的的檔案不會遵循安裝順序! + 此檔案還是會被加載,因為存在同名插件。不過它所包含的的檔案不會遵循安裝順序! - + Activating Network Proxy - - + + Installation successful 安裝成功 - - + + Configure Mod 配置 Mod - - + + This mod contains ini tweaks. Do you want to configure them now? 此 Mod 中包含 Ini 設定檔案,您想現在就對它們進行配置嗎? - - + + mod "%1" not found Mod "%1" 未找到 - - + + Installation cancelled 安裝已取消 - - + + The mod was not installed completely. Mod 沒有完全安裝。 - + Some plugins could not be loaded - + Too many esps and esms enabled - - + + Description missing - + + The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: + + + + 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: <a href="http://wiki.step-project.com/Guide:Merging_Plugins">http://wiki.step-project.com/Guide:Merging_Plugins</a> - + Choose Mod 選擇 Mod - + Mod Archive Mod 壓縮包 - + Start Tutorial? - + You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue? - - + + Download started 開始下載 - + failed to update mod list: %1 無法更新 Mod 列表: %1 - + failed to spawn notepad.exe: %1 無法生成 notepad.exe: %1 - + failed to open %1 無法開啟 %1 - + failed to change origin name: %1 無法更改原始檔案名: %1 - - failed to move "%1" from mod "%2" to "%3": %4 - - - - - Multiple esps activated, please check that they don't conflict. - - - - - - Create Mod... - - - - - A mod with this name already exists - - - - - Continue? - - - - - 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. - - - - - - Sorry - - - - - I don't know a versioning scheme where %1 is newer than %2. - - - - - <All> - <全部> - - - + <Checked> <已勾選> - - Plugin "%1" failed - - - - - failed to init plugin %1: %2 - - - - - The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: - - - - + <Unchecked> <未勾選> - + <Update> <有更新> - + <No category> <無類別> - + <Conflicted> - + <Not Endorsed> - + failed to rename mod: %1 無法重新命名 Mod: %1 - + Overwrite? - + 覆蓋 - + This will replace the existing mod "%1". Continue? - + failed to remove mod "%1" - + 無法移動 Mod: %1 - - - + + + failed to rename "%1" to "%2" + 重新命名 "%1 "為 "%2" 時出錯 + + + + Multiple esps activated, please check that they don't conflict. - - - - + + + + Confirm 確認 - + Remove the following mods?<br><ul>%1</ul> - + failed to remove mod: %1 無法移動 Mod: %1 - - + + Failed 失敗 - + Installation file no longer exists 安裝檔案不複存在 - + Mods installed with old versions of MO can't be reinstalled in this way. 舊版 MO 安裝的 Mod 無法使用此方法重新安裝。 - - + + You need to be logged in with Nexus to endorse - - + Extract BSA 解壓 BSA - 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) - 此 Mod 中至少包含一個 BSA。您確定要解壓嗎? + 此 Mod 中至少包含一個 BSA。您確定要解壓嗎? (解壓完成後,BSA 檔案將會被刪除。如果您不瞭解 BSA 的話,請選擇“否”) - - - + + failed to read %1: %2 無法讀取 %1: %2 - - + This archive contains invalid hashes. Some files may be broken. 壓縮包 Hash 值錯誤。部分檔案可能已經損壞。 - + Nexus ID for this Mod is unknown 此 Mod 的N網 ID 未知 - Priority - 優先級 + + About + - Choose Priority - 選擇優先級 + + About Qt + - - Really enable all visible mods? - 確定要啟用全部可見的 Mod 嗎? + + Download? + - - Really disable all visible mods? - 確定要禁用全部可見的 Mod 嗎? + + 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? + - - Choose what to export + + Browse Mod Page - - Everything + + Executable "%1" not found - - All installed mods are included in the list + + Failed to refresh list of esps: %1 - - Active Mods + + + Failed to write settings - - Only active (checked) mods from your current profile are included + + + An error occured trying to write back MO settings: %1 - - Visible + + File is write protected - - All mods visible in the mod list are included + + Invalid file format (probably a bug) - - export failed: %1 + + Unknown error %1 - - Install Mod... - 安裝 Mod... + + failed to move "%1" from mod "%2" to "%3": %4 + - - Enable all visible - 啟用所有可見項目 + + <Managed by MO> + - - Disable all visible - 禁用所有可見項目 + + <Managed outside MO> + - - Check all for update + + You need to be logged in with Nexus to resume a download + + + + + + Create Mod... + + + + + This will move all files from overwrite into a new, regular mod. +Please enter a name: + + + + + A mod with this name already exists + + + + + Continue? + + + + + 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. + + + + + + Sorry + + + + + I don't know a versioning scheme where %1 is newer than %2. + + + + + Really enable all visible mods? + 確定要啟用全部可見的 Mod 嗎? + + + + Really disable all visible mods? + 確定要禁用全部可見的 Mod 嗎? + + + + Choose what to export + + + + + Everything + + + + + All installed mods are included in the list + + + + + Active Mods + 激活 Mod + + + + Only active (checked) mods from your current profile are included + + + + + Visible + + + + + All mods visible in the mod list are included + + + + + export failed: %1 + + + + + Install Mod... + 安裝 Mod... + + + + Enable all visible + 啟用所有可見項目 + + + + Disable all visible + 禁用所有可見項目 + + + + Check all for update 檢查更新 - + Export to csv... - + + All Mods + + + + Sync to Mods... 同步到 Mod... - + Restore Backup - + Remove Backup... - Set Category - 設定類別 + + Add/Remove Categories + - + + Replace Categories + + + + Primary Category - + Change versioning scheme - + Un-ignore update - + Ignore update - + Rename Mod... 重新命名... - + Remove Mod... 移除 Mod... - + Reinstall Mod 重新安裝 Mod - + Un-Endorse - - + + Endorse - + Won't endorse - + Endorsement state unknown - + Ignore missing data - + Visit on Nexus 在N網上流覽 - + Open in explorer 在檔案總管中開啟 - + Information... 訊息... - - + + Exception: 例外: - - + + Unknown exception 未知的例外 - + + <All> + <全部> + + + <Multiple> - + Really delete "%1"? - + Fix Mods... 修復 Mod... - + Delete - + &刪除 - - + + failed to remove %1 無法刪除 %1 - - + + failed to create %1 無法建立 %1 - + Can't change download directory while downloads are in progress! 下載檔案時不能修改下載目錄! - + Download failed 下載失敗 - + failed to write to file %1 無法寫入檔案 %1 - + %1 written 已寫入 %1 - + Select binary 選擇可執行檔案 - + Binary - + 程式 - + Enter Name 輸入名稱 - + Please enter a name for the executable 請為程式輸入一個名稱 - + Not an executable 不是可執行程式 - + This is not a recognized executable. 無法識別的可執行檔案 - - + + Replace file? 取代檔案? - + There already is a hidden version of this file. Replace it? 已存在同名檔案,但該檔案被隱藏了。確定要覆蓋嗎? - - + + File operation failed 檔案操作錯誤 - - + + Failed to remove "%1". Maybe you lack the required file permissions? - + 無法移除 "%1"。也許您需要足夠的檔案權限? - + There already is a visible version of this file. Replace it? - + 已存在同名檔案。確定要覆蓋嗎? - + file not found: %1 - 檔案未找到: %1 + - + failed to generate preview for %1 - + Sorry, can't preview anything. This function currently does not support extracting from bsas. - + Update available 更新可用 - + Open/Execute 開啟/執行 - + Add as Executable 添加為可執行檔案 - + Preview - + Un-Hide 取消隱藏 - + Hide 隱藏 - + Write To File... 寫入檔案... - + Do you want to endorse Mod Organizer on %1 now? - - Remove - 移除 + + Request to Nexus failed: %1 + - - Unlock load order - + + + login successful + 登入成功 - - Lock load order - + + login failed: %1. Trying to download anyway + 登入失敗: %1,請嘗試使用別的方法下載 - - BOSS working - + + login failed: %1 + 無法登入: %1 - - failed to run boss: %1 - + + login failed: %1. You need to log-in with Nexus to update MO. + 登入失敗: %1。您需要登入到N網才能更新 MO - - Request to Nexus failed: %1 + + Error + 錯誤 + + + + failed to extract %1 (errorcode %2) + 無法解壓 %1 (錯誤代碼 %2) + + + + Extract... + 解壓... + + + + Edit Categories... + 編輯類別... + + + + Deselect filter - - Executable "%1" not found + + Remove + 移除 + + + + Enable all + 全部啟用 + + + + Disable all + 全部禁用 + + + + Unlock load order - - Failed to refresh list of esps: %1 + + Lock load order - - This will move all files from overwrite into a new, regular mod. -Please enter a name: + + depends on missing "%1" - - Add/Remove Categories + + No profile set - - Replace Categories + + LOOT working - - - login successful - 登入成功 + + loot failed. Exit code was: %1 + - - login failed: %1. Trying to download anyway - 登入失敗: %1,請嘗試使用別的方法下載 + + failed to run loot: %1 + - - login failed: %1 - 無法登入: %1 + + Errors occured + - - login failed: %1. You need to log-in with Nexus to update MO. - 登入失敗: %1。您需要登入到N網才能更新 MO + + Backup of load order created + - - Error - 錯誤 + + Choose backup to restore + - - failed to extract %1 (errorcode %2) - 無法解壓 %1 (錯誤代碼 %2) + + No Backups + - - Extract... - 解壓... + + There are no backups to restore + - - Edit Categories... - 編輯類別... + + + Restore failed + - - Enable all - 全部啟用 + + + Failed to restore the backup. Errorcode: %1 + - - Disable all - 全部禁用 + + Backup of modlist created + @@ -2850,28 +2870,20 @@ Please enter a name: Placeholder 占位符 - - Please install NCC - 請安裝 NCC - ModInfo - - + + invalid index %1 無效的索引 %1 - - invalid mod id %1 - 無效的 Mod ID %1 - ModInfoBackup - + This is the backup of a mod @@ -2900,7 +2912,7 @@ Please enter a name: - + Save 儲存 @@ -2910,84 +2922,73 @@ Please enter a name: Ini 檔案 - + + Ini Files + + + + This is a list of .ini files in the mod. Mod 目錄裡包含的 Ini 檔案的列表。 - + 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. Mod 目錄裡包含的 Ini 檔案的列表,這些檔案通常用來配置 Mod 的行為,如果有可設定的參數的話。 - + + Ini Tweaks + + + + + This is a list of ini tweaks (ini modifications that can be toggled). + + + + + 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. + + + + Save changes to the file. 儲存更改到檔案中。 - + Save changes to the file. This overwrites the original. There is no automatic backup! 儲存更改到檔案中,這將會覆蓋原始檔案,並且沒有自動備份! - + Images 圖片 - + Images located in the mod. 位於 Mod 中的圖片。 - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">這裡列出了所有在 Mod 目錄裡的圖片 (.jpg 和 .png),如截圖等。點擊其中的一個來獲得較大的視圖。</span></p></body></html> + + This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. + - - + + Optional ESPs 可選 ESP - + List of esps and esms that can not be loaded by the game. 包含了不會被遊戲載入的 esp 和 esm 的列表。 - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">They usually contain optional functionality, see the readme.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Most mods do not have optional esps, so chances are good you are looking at an empty list.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">列表中包含了目前不會被遊戲載入的 esp 和 esm,它們甚至不會出現在 MO 主窗口的 esp 列表中。</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">這些檔案通常包含一些可選的功能,具體請參閱自述文檔。</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">大部分 Mod 沒有可選 esp,因此您正在看的很有可能只是一個空列表。</span></p></body></html> - - - - This lists all the images (.jpg and .png) in the mod directory, like screenshots and such. Click one to get a larger view. - - - - + 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. @@ -2995,103 +2996,103 @@ Most mods do not have optional esps, so chances are good you are looking at an e - + Make the selected mod in the lower list unavailable. 使下表中已選的 Mod 變得不可用。 - + 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. 已選的 esp (在下表中) 將會被放入 Mod 的子目錄裡,在遊戲裡將會變得“不可見”,並且之後就不能再被激活了。 - + Move a file to the data directory. 移動一個檔案到 Data 目錄。 - + 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. 移動一個 esp 檔案到 esp 目錄,這樣它就可以在主窗口中啟用了。請注意: ESP 只是變得“可用”,它并不一定會被載入!想要载入请在 MO 的主窗口中勾選。 - + ESPs in the data directory and thus visible to the game. ESP 在 Data 目錄,因此它在游戲裡會變得可見。 - + 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. 這些 Mod 檔案位於您游戲的 (虛擬) Data 目錄裡,因此它們在主窗口的 esp 列表中會變得可選。 - + Available ESPs 可用 ESP - + Conflicts 衝突 - + The following conflicted files are provided by this mod 以下衝突檔案由此 Mod 提供 - - + + File 檔案 - + Overwritten Mods 覆蓋的 Mod - + The following conflicted files are provided by other mods 以下衝突檔案由其它 Mod 提供 - + Providing Mod 提供的 Mod - + Non-Conflicted files 非衝突檔案 - + Categories 類別 - + Primary Category - + Nexus Info N網訊息 - + Mod ID Mod ID - + Mod ID for this mod on Nexus. N網上此 Mod 的 ID。 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3104,7 +3105,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">N網上此 Mod 的 ID,如果您在 MO 中下載並安裝了 Mod 它將被自動填寫,否則您需要手動輸入。要找到正確的 ID,在N網找到 Mod。比如,像這樣的連結: <a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" text-decoration: underline; color:#0000ff;">http://www.skyrimnexus.com/downloads/file.php?id=1334</span></a> 在上面的例子中,1334就是您要找的 ID。此外: 上面的就是 Mod Organizer 在N網的連結,為什麼不現在就到那裡去贊同我呢?</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3117,27 +3118,27 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">Mod 的已安裝版本,滑鼠提示將顯示N網上的當前版本,已安裝的版本號只有在您通過 MO 來安裝 Mod 的時候才會自動填寫。</span></p></body></html> - + Version 版本 - + Refresh 重新整理 - + Refresh all information from Nexus. - + Description 描述 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3146,60 +3147,27 @@ p, li { white-space: pre-wrap; } - about:blank - 空白頁 - - - Files - 檔案 - - - List of files currently uploaded on nexus. Double click to download. - N網上當前已上載的檔案列表,雙擊進行下載。 - - - Type - 類型 - - - - Name - 名稱 - - - Size (kB) - 大小 (KB) - - - + Endorse - + Notes - Endorsements are an important motivation for authors. Please don't forget to endorse mods you like. - 支持是對作者最大的鼓勵,請不要忘記贊同您喜歡的 Mod。 - - - Have you endorsed this yet? - 您支持過這個 Mod 了嗎? - - - + Filetree 檔案樹 - + A directory view of this mod 這個 Mod 的目錄視圖 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3214,269 +3182,258 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">所做的更改將會立即作用於磁碟上的檔案,所以請</span><span style=" font-size:9pt; font-weight:600;">謹慎操作</span><span style=" font-size:9pt;">。</span></p></body></html> - + Previous - + Next - 下一步 + 下一步 - + Close 關閉 - + &Delete &刪除 - + &Rename &重新命名 - + &Hide &隱藏 - + &Unhide &取消隱藏 - + &Open &開啟 - + &New Folder &新增資料夾 - - + + Save changes? 儲存更改嗎? - Save changes to the "%1"? - 儲存更改到 "%1"? + + + Save changes to "%1"? + - + File Exists 檔案已存在 - + A file with that name exists, please enter a new one 檔案名已存在,請輸入其它名稱 - + failed to move file 無法移動檔案 - + failed to create directory "optional" 無法建立 "optional" 目錄 - - + + Info requested, please wait 請求訊息已發出,請稍後 - - (description incomplete, please visit nexus) - (描述訊息不完整,請訪問N網) - - - - Current Version: %1 - 當前版本: %1 - - - - No update available - 沒有可用的更新 - - - + Main 主要檔案 - - - Save changes to "%1"? - - - - + Update 更新 - + Optional 可選檔案 - + Old 舊檔 - + Misc 雜項 - + Unknown 未知 - request failed: %1 - 請求失敗: %1 - - - - <a href="%1">Visit on Nexus</a> - <a href="%1">訪問N網</a> - - - - - Confirm - 確認 + + Current Version: %1 + 當前版本: %1 - Download "%1"? - 下載 "%1"? + + No update available + 沒有可用的更新 - Download started - 開始下載 + + (description incomplete, please visit nexus) + (描述訊息不完整,請訪問N網) - Exception: %1 - 例外: %1 + + <a href="%1">Visit on Nexus</a> + <a href="%1">訪問N網</a> - + Failed to delete %1 無法刪除 %1 - + + + Confirm + 確認 + + + Are sure you want to delete "%1"? 確定要刪除 "%1" 嗎? - + Are sure you want to delete the selected files? 確定要刪除所選的檔案嗎? - - + + New Folder 新增資料夾 - + Failed to create "%1" 無法建立 "%1" - - + + Replace file? 取代檔案? - + There already is a hidden version of this file. Replace it? 已存在同名檔案,但該檔案被隱藏了。確定要覆蓋嗎? - - + + File operation failed 檔案操作錯誤 - - + + Failed to remove "%1". Maybe you lack the required file permissions? 無法移除 "%1"。也許您需要足夠的檔案權限? - - + + failed to rename %1 to %2 無法重新命名 %1 為 %2 - + There already is a visible version of this file. Replace it? 已存在同名檔案。確定要覆蓋嗎? - + Un-Hide 取消隱藏 - + Hide 隱藏 - + + Name + 名稱 + + + Please enter a name - - + + Error 錯誤 - + Invalid name. Must be a valid file name - + A tweak by that name exists - + Create Tweak - ModInfoOverwrite + ModInfoForeign - Overwrite - 覆蓋 + + This pseudo mod represents content managed outside MO. It isn't modified by MO. + + + + ModInfoOverwrite - + This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) 此虛擬安裝包內包含來自虛擬 Data 樹的檔案,但檔案發生了變化 (例: 被CK修改了) @@ -3484,44 +3441,28 @@ p, li { white-space: pre-wrap; } ModInfoRegular - failed to write %1/meta.ini: %2 - 無法寫入 %1/meta.ini: %2 + 無法寫入 %1/meta.ini: %2 + + + + + failed to write %1/meta.ini: error %2 + - + %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory %1 中未包含 esp 或 esm 和有效的目錄 (textures, meshes, interface, ...) - + Categories: <br> 種類: <br> ModList - - - Confirm - 確認 - - - Really enable all visible mods? - 確定要啟用全部可見的 Mod 嗎? - - - Really disable all visible mods? - 確定要禁用全部可見的 Mod 嗎? - - - invalid row-index %1 - 無效的行索引 %1 - - - Overwrite - 覆蓋 - This entry contains files that have been created inside the virtual data tree (i.e. by the construction kit) @@ -3550,7 +3491,7 @@ p, li { white-space: pre-wrap; } Overwritten files - + 覆蓋的 Mod @@ -3563,1148 +3504,191 @@ p, li { white-space: pre-wrap; } - min - 最低值 - - - max - 最高值 - - - - Category of the mod. - - - - - Id of the mod as used on Nexus. - - - - - Emblemes to highlight things that might require attention. + + Non-MO - %1 contains no esp/esm and no asset (textures, meshes, interface, ...) directory - %1 中未包含 esp 或 esm 和有效的目錄 (textures, meshes, interface, ...) - - - - Categories: <br> - 種類: <br> - - - This pseudo mod contains files from the virtual data tree that got modified (i.e. by the construction kit) - 此虛擬安裝包內包含來自虛擬 Data 樹的檔案,但檔案發生了變化 (例: 被CK修改了) - - - - installed version: "%1", newest version: "%2" - installed version: %1, newest version: %2 - 當前版本: %1,最新版本: %2 - - - Name - 名稱 - - - Names of your mods - Mod 名稱 - - - - Version - 版本 - - - - Version of the mod (if available) - Mod 版本 (如果可用) - - - - Priority - 優先級 - - - + invalid - - 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". - - - - - Invalid name - - - - - drag&drop failed: %1 - - - - - Flags - - - - - Mod Name - - - - - Category - - - - - Nexus ID - - - - - Installation - - - - - - unknown - - - - - Name of your mods - - - - - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Mod 的安裝優先級。越高就表示越“重要”,從而覆蓋掉低優先級的 Mod 檔案。 - - - - Time this mod was installed - - - - - Are you sure you want to remove "%1"? - 確定要移除 "%1" 吗? - - - - MotDDialog - - - Message of the Day - 今日消息 - - - about:blank - 空白頁 - - - - OK - 確定 - - - - MyApplication - - an error occured: %1 - 發生錯誤: %1 - - - an error occured - 發生錯誤 - - - - MyFileSystemModel - - - Overwrites - 覆蓋 - - - - not implemented - 未實現 - - - - NXMAccessManager - - - Logging into Nexus - - - - - timeout - 超時 - - - - Please check your password - 請檢查您的密碼 - - - - NXMUrl - - invalid nxm-link: %1 - 無效的 NXM 連結: %1 - - - - NexusDialog - - Nexus - N網 - - - Mod ID - Mod ID - - - Search - 尋找 - - - new - 新分頁 - - - login failed: %1 - 無法登入: %1 - - - login successful - 登入成功 - - - failed to start download - 啟動下載失敗 - - - Download started - 開始下載 - - - - NexusInterface - - - Failed to guess mod id for "%1", please pick the correct one - - - - - empty response - 未回應 - - - - invalid response - 無效的回應 - - - - OMOWindow - - Categories - 種類 - - - Profile - 配置檔案 - - - Pick a module collection - 選擇一個配置檔案 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept seperate for different profiles.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">在這裡建立配置檔案,每個配置檔案都包含了它們自己的 Mod 和 esp 的激活方案。這樣您就可以通過快速切換設定來體驗不同的遊戲歷程了。</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">請注意: 當前您的配置檔案的 esp 加載順序並不是分開儲存的。</span></p></body></html> - - - Refresh list - 重新整理列表 - - - Refresh list. This is usually not necessary unless you modified data outside the program. - 重新整理列表,這通常不是必須的,除非您在程式之外修改了檔案的數據。 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">List of available mods.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Segoe UI'; font-size:9pt;">可用 Mod 的列表。</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">這是已安裝 Mod 的列表,使用複選框來啟用或禁用 Mod,並使用拖放來改變他們的“安裝”順序。</span></p></body></html> - - - Filter - 過濾器 - - - Start - 開始 - - - Pick a program to run. - 選擇要運行的程式。 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can add new Tools to this list, but I can't promise tools I haven't tested will work.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">選擇要運行的程式。一旦您開始使用 Mod Organizer,您應該始終從這裡或通過在這裡建立的捷徑來運行您的遊戲和工具,否則任何經由 MO 安裝的 Mod 都會變得不可見。</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">您可以添加新的工具到此列表中,但我不能保證一些我沒有測試過的工具能够正常工作。</span></p></body></html> - - - Run program - 運行程式 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Run the selected program with ModOrganizer enabled.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">在 Mod Organizer 啟用的狀態下運行指定的程式。</span></p></body></html> - - - Run - 運行 - - - Create a shortcut in your start menu to the specified program - 為指定的程式建立一個開始菜單捷徑 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a start menu shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">建立一個開始菜單捷徑,使您可以直接在 MO 激活狀態下運行指定的程式。</span></p></body></html> - - - Menu Shortcut - 開始菜單捷徑 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">create a desktop shortcut for the selected program</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">為指定的程式建立一個桌面捷徑</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This creates a desktop shortcut that directly starts the selected program with the MO active.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">建立一個桌面捷徑,使您可以直接在 MO 激活狀態下運行指定的程式。</span></p></body></html> - - - Desktop Shortcut - 桌面捷徑 - - - save esp list and load order. - 儲存 esp 列表和加載順序。 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Save the list of active mods and load order. This automatically happens if you close MO or start a program.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">儲存已激活 Mod 和加載順序的列表,當您關閉了 MO 或者啟動了一個程式的時候這將會自動發生。</span></p></body></html> - - - Save - 儲存 - - - List of available esp/esm files - 可用 esp 或 esm 檔案的列表 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This list contains the esps and esms contained in the active mods. These require their own load order. Use drag&amp;drop to modify this load order. Please note that MO will only save the load order for mods that are active/checked.<br />There is a great tool named &quot;BOSS&quot; to automatically sort these files.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">這個列表中包含了位于已激活 Mod 裡的 esp 和 esm 檔案。這些檔案都需要它們自己的加載順序,您可以使用拖放來修改加載順序。請注意: MO 將只儲存已激活或已勾選狀態的 Mod 的加載順序。<br />有個非常棒的工具叫作 &quot;BOSS&quot;,它可以自動對這些檔案進行排序。</span></p></body></html> - - - IMPORTANT: You can change the order of BSAs here but installation order of mods has priority over the order specified here! - 重要: 您可以在這裡更改 BSA 的順序,不過 Mod 的安裝順序會優先於這裡的設定! - - - IMPORTANT: For unknown reasons some bsas (SkyUI 3 alpha) do NOT work when checked here. - 重要: 一些 BSA 檔案 (例: SkyUI 3 alpha) 在這裡勾選後將無法正常工作,具體原因未知。 - - - List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order. - 可用 BSA 檔案的列表。未勾選的項目不會被 MO 管理並且會忽略安裝順序。 - - - 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. -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. - BSA 檔案是 Bethesda 專用的壓縮包檔案 (區別於 .zip 檔案),裡面包含了遊戲所用的 Data 內的檔案 (meshes, textures 等)。這與 Data 目錄裡分散的檔案是不同的。 -默認情況下,BSA 檔案的名稱取決於 ESP 插件的名稱 (例: plugins.esp 對應 plugins.bsa)。遊戲運行時,ESP 對應的 BSA 將會自動加載,並且比所有分散的檔案優先級都高,左邊您設定的安裝順序最終會被忽略掉。 - -這裡勾選的 BSA 將會依從您的安裝順序,並且會自行調整加載順序。 - - - File - 檔案 - - - Mod - Mod - - - Data - Data - - - refresh data-directory overview - 重新整理 Data 目錄總覽 - - - Refresh the overview. This may take a moment. - 重新整理總覽,這可能需要一些時間。 - - - Refresh - 重新整理 - - - This is an overview of your data directory as visible to the game (and tools). - 這是在遊戲中可見的 Data 目錄 (和工具) 的總覽。 - - - Filter the above list so that only conflicts are displayed. - 過濾上面的列表,使您只能看到有衝突的檔案。 - - - Show only conflicts - 只顯示衝突 - - - Saves - 存檔 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">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.</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you click &quot;Fix Mods...&quot; in the context menu, MO will try to activate all mods and esps to fix those missing esps. It will not disable anything!</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">這是此遊戲所有存檔的列表,將滑鼠懸停在項目上來獲取該存檔的詳細信息,裡面包含了現在沒有被激活但是當存檔被建立時所使用的 esp 或 esm 的清單。</span></p> -<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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">如果您在右鍵菜單中點擊“修復 Mod”,那麼 MO 便會嘗試激活所有 Mod 和 esp 來修復那些缺失的 esp,它並不會禁用任何東西!</span></p></body></html> - - - Downloads - 下載 - - - This is a list of mods you downloaded from Nexus. Double click one to install it. - 這是當前已下載的 Mod 的列表,雙擊進行安裝。 - - - Compact - 緊湊 - - - Refresh list of downloads. - 重新整理下載列表。 - - - Tool Bar - 工具欄 - - - Install Mod - 安裝 Mod - - - Install &Mod - 安裝 &Mod - - - Install a new mod from an archive - 通過壓縮包來安裝一個新 Mod - - - Ctrl+M - Ctrl+M - - - Profiles - 配置檔案 - - - &Profiles - &配置檔案 - - - Configure Profiles - 設定配置檔案 - - - Ctrl+P - Ctrl+P - - - Executables - 可執行程式 - - - &Executables - &可執行程式 - - - Configure the executables that can be started through Mod Organizer - 配置可通過 MO 來啟動的程式 - - - Ctrl+E - Ctrl+E - - - Edit Ini - 編輯 Ini 檔案 - - - Edit &Ini - 編輯 &Ini 檔案 - - - Edit the ini file of the current profile - 編輯當前配置的 Ini 檔案 - - - Ctrl+I - Ctrl+I - - - Settings - 設定 - - - &Settings - &設定 - - - Configure settings and workarounds - 配置設定和解決方案 - - - Ctrl+S - Ctrl+S - - - Nexus - N網 - - - Search nexus network for more mods - 搜尋N網以獲取更多 Mod - - - Ctrl+N - Ctrl+N - - - Update - 更新 - - - Mod Organizer is up-to-date - Mod Organizer 現在是最新版本 - - - No Problems - 沒有問題 - - - 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 - 如果 MO 檢測到您的安裝中存在潛在的問題,那麼此按鈕將會高亮顯示,同時 MO 也會給您相應的修復提示。 - -!此功能尚未完善! -當前此功能所能提供的項目非常有限 - - - Problems - 問題 - - - There are potential problems with your setup - 您的安裝中存在潛在的問題 - - - Everything seems to be in order - 一切井然有序 - - - <li>Your BSAs may be set up incorrectly. The game may not run! Please check the BSA tab</li> - <li>您的 BSA 可能沒有設定正確。遊戲可能無法執行!請檢查 BSA 標籤。</li> - - - <li>NCC not installed. You won't be able to install some scripted mod-installers. Get NCC from <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334">the MO page on nexus</a></li> - <li>未檢測到 NCC,您將不能安裝部分包含安裝腳本的安裝包。您可以從 <a href="http://skyrim.nexusmods.com/downloads/file.php?id=1334"> MO 下載頁 </a>中下載安裝</li> - - - <li>NCC version may be incompatible.</li> - <li>NCC 版本可能不相容。</li> - - - <li>dotNet is not installed or outdated. This is required to use NCC. Get it from here: <a href="%1">%1</a></li> - <li>.Net 未安裝或版本過舊。想要運行 NCC 您必須先安裝 .Net,您可以在以下地址中獲取: <a href="%1">%1</a></li> - - - Help - 幫助 - - - Click here if you have any problems with Mod Organizer - 無論您對 Mod Organizer 有什麼問題,您都可以點擊此處來獲取幫助 - - - Help on UI - 介面幫助 - - - Documentation Wiki - 說明文檔 (維基) - - - Report Issue - 報告問題 - - - load order could not be saved - 無法儲存加載順序 - - - failed to save load order: %1 - 無法儲存加載順序: %1 - - - failed to save archives order, do you have write access to "%1"? - 無法儲存檔案順序,您確定您有權限更改 "%1"? - - - Name - 名稱 - - - Please enter a name for the new profile - 請為新配置檔案輸入一個名稱 - - - failed to create profile: %1 - 無法建立配置檔案: %1 - - - Downloads in progress - 正在下載 - - - There are still downloads in progress, do you really want to quit? - 仍有正在進行中的下載,您確定要退出嗎? - - - init failed - 初始化失敗 - - - failed to read savegame: %1 - 無法讀取存檔: %1 - - - <table cellspacing="5"><tr><td>Save Number</td><td>%1</td></tr><tr><td>Character</td><td>%2</td></tr><tr><td>Level</td><td>%3</td></tr><tr><td>Location</td><td>%4</td></tr><tr><td>Date</td><td>%5</td></tr><tr><td>Screenshot</td><td>%6</td></tr><tr><td>Missing ESPs</td><td><h5>%7</h5></td></tr></table> - <table cellspacing="5"><tr><td>存檔序號</td><td>%1</td></tr><tr><td>遊戲角色</td><td>%2</td></tr><tr><td>角色等級</td><td>%3</td></tr><tr><td>所在地點</td><td>%4</td></tr><tr><td>儲存時間</td><td>%5</td></tr><tr><td>遊戲截圖</td><td>%6</td></tr><tr><td>缺失的 ESP</td><td><h5>%7</h5></td></tr></table> - - - Failed to start "%1" - 無法啟動 "%1" - - - Waiting - 稍等 - - - Please press OK once you're logged into steam. - 當您登入 Steam 時請點擊確定。 - - - "%1" not found - "%1" 未找到 - - - Start Steam? - 啟動 Steam? - - - Steam is required to be running already to correctly start the game. Should MO try to start steam now? - 想要正確地啟動遊戲,Steam 必須處於運行狀態,MO 要立即啟動 Steam 嗎? - - - Also in: <br> - 也在: <br> - - - No conflict - 沒有衝突 - - - <Edit...> - <編輯...> - - - This bsa is enabled in the ini file so it may be required! - 該 BSA 已在 Ini 檔案中啟用,因此它可能是必需的。 - - - This archive will still be loaded since there is a plugin of the same name but its files will not follow installation order! - 此檔案還是會被加載,因為存在同名插件。不過它所包含的的檔案不會遵循安裝順序! - - - Installation successful - 安裝成功 - - - Configure Mod - 配置 Mod - - - This mod contains ini tweaks. Do you want to configure them now? - 此 Mod 中包含 Ini 設定檔案,您想現在就對它們進行配置嗎? - - - mod "%1" not found - Mod "%1" 未找到 - - - Installation cancelled - 安裝已取消 - - - The mod was not installed completely. - Mod 沒有完全安裝。 - - - Choose Mod - 選擇 Mod - - - Mod Archive - Mod 壓縮包 - - - failed to refresh directory structure - 無法重新整理目錄結構 - - - Download started - 開始下載 - - - failed to update mod list: %1 - 無法更新 Mod 列表: %1 - - - failed to spawn notepad.exe: %1 - 無法生成 notepad.exe: %1 - - - Ini files are local to the currently selected profile. - 當前所選配置的本地 Ini 檔案。 - - - failed to open %1 - 無法開啟 %1 - - - Name not valid - 名稱無效 - - - failed to change origin name: %1 - 無法更改原始檔案名: %1 - - - <All> - <全部> - - - <Checked> - <已勾選> - - - <Unchecked> - <未勾選> - - - <Update> - <有更新> - - - <No category> - <無類別> - - - New name - 新名稱 - - - A mod with that name exists already - 該 Mod 名已存在 - - - failed to rename mod: %1 - 無法重新命名 Mod: %1 - - - failed to remove mod: %1 - 無法移動 Mod: %1 - - - Failed - 失敗 - - - Installation file no longer exists - 安裝檔案不複存在 - - - Mods installed with old versions of MO can't be reinstalled in this way. - 舊版 MO 安裝的 Mod 無法使用此方法重新安裝。 - - - Extract BSA - 解壓 BSA - - - 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) - 此 Mod 中至少包含一個 BSA。您確定要解壓嗎? -(解壓完成後,BSA 檔案將會被刪除。如果您不瞭解 BSA 的話,請選擇“否”) - - - failed to read %1: %2 - 無法讀取 %1: %2 - - - This archive contains invalid hashes. Some files may be broken. - 壓縮包 Hash 值錯誤。部分檔案可能已經損壞。 - - - Nexus ID for this Mod is unknown - 此 Mod 的N網 ID 未知 - - - Priority - 優先級 - - - Choose Priority - 選擇優先級 - - - Enable all - 全部啟用 - - - Disable all - 全部禁用 - - - Exception: - 例外: - - - Unknown exception - 未知的例外 - - - Install Mod... - 安裝 Mod... - - - Enable all visible - 啟用所有可見項目 - - - Disable all visible - 禁用所有可見項目 - - - Check all for update - 檢查更新 - - - Set Priority - 設定優先級 - - - Highest - 最高 - - - Manually... - 手動... - - - Lowest - 最低 - - - Set Category - 設定類別 - - - Rename Mod... - 重新命名... - - - Remove Mod... - 移除 Mod... - - - Reinstall Mod - 重新安裝 Mod - - - Visit on Nexus - 在N網上流覽 - - - Open in explorer - 在檔案總管中開啟 - - - Sync to Mods... - 同步到 Mod... - - - Information... - 訊息... + installed version: %1, newest version: %2 + 當前版本: %1,最新版本: %2 - Fix Mods... - 修復 Mod... + + installed version: "%1", newest version: "%2" + - failed to remove %1 - 無法刪除 %1 + + 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". + - failed to create %1 - 無法建立 %1 + + Categories: <br> + 種類: <br> - Can't change download directory while downloads are in progress! - 下載檔案時不能修改下載目錄! + + Invalid name + - Download failed - 下載失敗 + + drag&drop failed: %1 + - failed to write to file %1 - 無法寫入檔案 %1 + + Confirm + 確認 - %1 written - 已寫入 %1 + + Are you sure you want to remove "%1"? + 確定要移除 "%1" 吗? - Select binary - 選擇可執行檔案 + + Flags + - Binary - 可執行檔案 + + Mod Name + - Enter Name - 輸入名稱 + + Version + 版本 - Please enter a name for the executable - 請為程式輸入一個名稱 + + Priority + 優先級 - Not an executable - 不是可執行程式 + + Category + - This is not a recognized executable. - 無法識別的可執行檔案 + + Nexus ID + N網 ID - Replace file? - 取代檔案? + + Installation + - There already is a hidden version of this file. Replace it? - 已存在同名檔案,但該檔案被隱藏了。確定要覆蓋嗎? + + + unknown + 未知 - File operation failed - 檔案操作錯誤 + + Name of your mods + - Failed to remove "%1". Maybe you lack the required file permissions? - 無法移除 "%1",也許您需要足夠的檔案權限? + + Version of the mod (if available) + Mod 版本 (如果可用) - failed to rename "%1" to "%2" - 無法重新命名 "%1" 為 "%2" + + Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. + Mod 的安裝優先級。越高就表示越“重要”,從而覆蓋掉低優先級的 Mod 檔案。 - There already is a visible version of this file. Replace it? - 已存在同名檔案,確定要覆蓋嗎? + + Category of the mod. + - Update available - 更新可用 + + Id of the mod as used on Nexus. + - Open/Execute - 開啟/執行 + + Emblemes to highlight things that might require attention. + - Add as Executable - 添加為可執行檔案 + + Time this mod was installed + + + + MotDDialog - Un-Hide - 取消隱藏 + + Message of the Day + 今日消息 - Hide - 隱藏 + + OK + 確定 + + + MyFileSystemModel - Write To File... - 寫入檔案... + + Overwrites + 覆蓋 - login successful - 登入成功 + + not implemented + 未實現 + + + NXMAccessManager - login failed: %1. Trying to download anyway - 登入失敗: %1,請嘗試使用別的方法下載 + + Logging into Nexus + - login failed: %1. You need to log-in with Nexus to update MO. - 登入失敗: %1。您需要登入到N網才能更新 MO + + timeout + 超時 - Error - 錯誤 + + Please check your password + 請檢查您的密碼 + + + NexusInterface - failed to extract %1 (errorcode %2) - 無法解壓 %1 (錯誤代碼 %2) + + Failed to guess mod id for "%1", please pick the correct one + - Extract... - 解壓... + + empty response + 未回應 - Edit Categories... - 編輯類別... + + invalid response + 無效的回應 @@ -4775,143 +3759,124 @@ Right now this has very limited functionality PluginList - ESP not found: %1 - ESP 檔案沒有找到: %1 + + Name + 名稱 + + + + Priority + 優先級 - + Mod Index - + Flags - - + + unknown - + 未知 - + Name of your mods - + Load priority of your mod. The higher, the more "important" it is and thus overwrites data from plugins with lower priority. - + The modindex determins the formids of objects originating from this mods. - + failed to update esp info for file %1 (source id: %2), error: %3 - + esp not found: %1 - - + + Confirm 確認 - + Really enable all plugins? - + Really disable all plugins? - + The file containing locked plugin indices is broken - failed to open output file: %1 - 無法開啟輸出檔案: %1 - - - - 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. - 您的一些插件名稱無效!這些插件無法被遊戲載入。請查看 mo_interface.log 來確認那些受影響的插件並重新命名它們。 - - - - BOSS dll incompatible - - - - - Missing Masters + + <b>Origin</b>: %1 - - Enabled Masters - + + Author + 作者 - - failed to restore load order for %1 - + + Description + 描述 - min - 最低值 + failed to open output file: %1 + 無法開啟輸出檔案: %1 - max - 最高值 + + 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. + 您的一些插件名稱無效!這些插件無法被遊戲載入。請查看 mo_interface.log 來確認那些受影響的插件並重新命名它們。 - + This plugin can't be disabled (enforced by the game) 這個插件不能被禁用 (由遊戲執行) - Origin: %1 - 隸屬於: %1 - - - - Name - 名稱 - - - Names of your mods - Mod 名稱 - - - - Priority - 優先級 + 隸屬於: %1 - Installation priority of your mod. The higher, the more "important" it is and thus overwrites files from mods with lower priority. - Mod 的安裝優先級,越高就表示越“重要”,從而覆蓋低優先級的 Mod 檔案。 + + Missing Masters + - ModIndex - Mod 索引 + + Enabled Masters + - This index determines the id of items, spells, ... introduced by the mod. Their id will be "xxyyyyyy" where "xx" is this index which "yyyyyy" is determined by the mod itself. - 這些索引決定了那些通過 Mod 引入的物品,法術等等的 ID。ID 的一般格式是 "xxyyyyyy",其中 "xx" 就是這個的索引,而 "yyyyyy" 則是由 Mod 自己所决定的。 + + failed to restore load order for %1 + @@ -4941,11 +3906,6 @@ Right now this has very limited functionality p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> <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;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<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;"><br /></p></body></html> @@ -4967,10 +3927,6 @@ p, li { white-space: pre-wrap; } Profile - - failed to apply ini tweaks - 無法套用 Ini 設定 - invalid profile name %1 @@ -4982,62 +3938,67 @@ p, li { white-space: pre-wrap; } 無法建立 %1 - + failed to write mod list: %1 - + failed to update tweaked ini file, wrong settings may be used: %1 - + failed to create tweaked ini: %1 - - - - - + + "%1" is missing or inaccessible + + + + + + + + invalid index %1 無效的索引 %1 - + Overwrite directory couldn't be parsed - + invalid priority %1 無效的優先級 %1 - + failed to parse ini file (%1) - + 無法解析 Ini 檔案 (%1): %2 - + failed to parse ini file (%1): %2 無法解析 Ini 檔案 (%1): %2 - - + + failed to modify "%1" - + 未能找到 "%1" - + Delete savegames? - + Do you want to delete local savegames? (If you select "No", the save games will show up again if you re-enable local savegames) @@ -5098,40 +4059,6 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">這是配置檔案的列表,每個配置檔案都包含了它們自己的已激活 Mod 的列表和安裝順序 (從共享區域)、一個已激活的 esp 或 esm 的配置、一個遊戲 Ini 檔案的拷貝和一個可選的存檔過濾器。</p> <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;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">注意: </span>由于技術上的原因,目前不可能有分開儲存的插件加載順序。這意味著您不能同时在兩個配置檔案裡使用兩種不同的插件配置方案。</p></body></html> - - - Savegame Filter - 存檔過濾 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Experimental</span><span style=" font-size:8pt;"> Enter a charactername to hide all save games from other characters in the game.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">實驗性的</span><span style=" font-size:9pt;"> 輸入一個角色名來隱藏遊戲裡其它角色的存檔。</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Experimental</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Here you can enter a character name to filter the save games displayed inside the game. This makes it easy to have concurrent walkthroughs with different characters.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> however that autosave and quicksave are always displayed and overwritten even if they belong to a different character.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span> also this may confuse the savegame counter which is why this feature is marked experimental.</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">實驗性的</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">在這裡您可以輸入一個角色名稱來過濾遊戲中顯示的存檔,這樣您就可以簡單地同時管理不同的角色了。</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">注意:</span> 即使角色不同,自動存檔和快速存檔還是共用的。</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">注意:</span> 這樣做也有可能會混淆存檔的序號,這也是為什麼這個功能被標記為實驗的原因。</p></body></html> @@ -5213,7 +4140,7 @@ p, li { white-space: pre-wrap; } Rename - + &重新命名 @@ -5287,10 +4214,6 @@ p, li { white-space: pre-wrap; } 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? - - Are you sure you want to remove this profile? - 確定要移除這個配置嗎? - Rename Profile @@ -5332,6 +4255,51 @@ p, li { white-space: pre-wrap; } invalid category id %1 無效的類別 %1 + + + invalid field name "%1" + + + + + invalid type for "%1" (should be integer) + + + + + invalid type for "%1" (should be string) + + + + + invalid type for "%1" (should be float) + + + + + no fields set up yet! + + + + + field not set "%1" + + + + + invalid character in field "%1" + + + + + empty field name + + + + + invalid game type %1 + + helper failed @@ -5414,104 +4382,91 @@ p, li { white-space: pre-wrap; } 無法設定代理DLL加載 - - "%1" is missing - "%1" 缺失 - - - + Permissions required 需要權限 - 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 "mo_helper.exe" with administrative rights). - 當前的用戶帳戶沒有運行 Mod Organizer 所需的訪問權限,必要的修改將會自動進行 (MO 的目錄將會為當前用戶帳戶而變得可寫),您將被請求使用管理員權限執行 "mo_helper.exe"。 + + 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. + - - + + Woops 糟糕 - ModOrganizer has crashed! Should a diagnostic file be created? If you send me this file by email (sherb@gmx.net), the bug is a lot more likely to be fixed. - Mod Organizer 崩潰了!要生成診斷檔案嗎?如果您發送這個檔案到我的郵箱 (sherb@gmx.net) 裡的話,這個 Bug 會很有可能被修復。 - - - - 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. - - - - + 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 - + ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1 Mod Organizer 崩潰了!遺憾的是,我無法生成診斷檔案: %1 - - + + Mod Organizer Mod Organizer - + An instance of Mod Organizer is already running Mod Organizer 的一個實例正在運行 - + No game identified in "%1". The directory is required to contain the game binary and its launcher. "%1" 中未檢測到遊戲。請確保該路徑中包含遊戲執行程式以及對應的 Launcher 檔案。 - - + + Please select the game to manage 請選擇想要管理的遊戲 - + Please select the game edition you have (MO can't start the game correctly if this is set incorrectly!) - + + failed to start application: %1 + + + + Please use "Help" from the toolbar to get usage instructions to all elements 請使用工具列上的“幫助”來獲得所有元素的使用說明 - - + + <Manage...> <管理...> - + failed to parse profile %1: %2 無法解析配置檔案 %1: %2 - - + failed to find "%1" 未能找到 "%1" - encoding error, please report this as a bug and include the file mo_interface.log! - 編碼錯誤,請向作者彙報此 Bug 並且附上 mo_interface.log 檔案! - - - + failed to access %1 無法訪問 %1 - + failed to set file time %1 無法設定檔案時間 %1 @@ -5521,12 +4476,13 @@ p, li { white-space: pre-wrap; } 無法建立 %1 - modlist.txt missing - Modlist.txt 丟失 + + "%1" is missing or inaccessible + - failed to copy "%1" to "%2", this is going to end badly... - 無法複製 "%1" 到 "%2",並且程式將會嚴重地結束... + "%1" is missing + "%1" 缺失 @@ -5552,27 +4508,27 @@ p, li { white-space: pre-wrap; } 無法開啟 %1 - + Script Extender 腳本拓展 - + Proxy DLL 代理DLL - + failed to spawn "%1" 無法生成 "%1" - + Elevation required - + This process requires elevation to run. This is a potential security risk so I highly advice you to investigate if "%1" @@ -5582,82 +4538,25 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe - + failed to spawn "%1": %2 無法生成 "%1": %2 - + "%1" doesn't exist "%1" 不存在 - + failed to inject dll into "%1": %2 無法注入 dll 到 "%1": %2 - + failed to run "%1" 無法運行 "%1" - - removal of "%1" failed: %2 - 無法移除 "%1": %2 - - - removal of "%1" failed - 無法移除 "%1" - - - "%1" doesn't exist (remove) - "%1" 不存在 (移除) - - - - invalid field name "%1" - - - - - invalid type for "%1" (should be integer) - - - - - invalid type for "%1" (should be string) - - - - - invalid type for "%1" (should be float) - - - - - no fields set up yet! - - - - - field not set "%1" - - - - - invalid character in field "%1" - - - - - empty field name - - - - - invalid game type %1 - - failed to open temporary file @@ -5694,7 +4593,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Rename - + &重新命名 @@ -5702,13 +4601,6 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe 取消 - - QuestionBoxMemory - - Remember selection - 記住我的選擇 - - SaveGameInfoWidget @@ -5734,7 +4626,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Date - + Data @@ -5742,7 +4634,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Missing ESPs - + 缺失的 ESP @@ -5775,7 +4667,7 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe Text Files - + 文字文件 @@ -5803,10 +4695,6 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe SelfUpdater - - mo_archive.dll not loaded: "%1" - mo_archive.dll 未加載: "%1" - archive.dll not loaded: "%1" @@ -5875,40 +4763,32 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe no file for update found. Please update manually. - - - No download server available. Please try again later. - 沒有可用的下載伺服器,請稍後再嘗試下載。 - - - no file for update found - 未找到更新檔案 - Failed to retrieve update information: %1 無法檢索更新信息: %1 + + + No download server available. Please try again later. + 沒有可用的下載伺服器,請稍後再嘗試下載。 + Settings - Administrative rights required to change this. - 需要管理員的權限來更改這個。 - - - - + + attempt to store setting for unknown plugin "%1" - + Confirm 確認 - + 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? 修改 Mod 目錄將會影響您的配置!新目錄中不存在 (或者名稱不同) 的 Mod 將在所有配置中被禁止掉。此操作無法撤銷,所以執行此操作前建議先備份下自己的配置。立即執行? @@ -6031,129 +4911,69 @@ p, li { white-space: pre-wrap; } 緩存目錄 - - Reset stored information from dialogs. - - - - - This will make all dialogs show up again where you checked the "Remember selection"-box. - - - - - Reset Dialogs - 重置對話方塊 - - - - - Modify the categories available to arrange your mods. - 修改可用的類別來整理您的 Mod。 - - - - Configure Mod Categories - 配置 Mod 類別 - - - - Disable automatic internet features - - - - - 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) - - - - - Offline Mode - - - - - Use a proxy for network connections. - - - - - 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. + + User interface - - Use HTTP Proxy (Uses System Settings) + + If checked, the download interface will be more compact. - - Associate with "Download with manager" links + + Compact Download Interface - - Known Servers (updated on download) + + If checked, the download list will display meta information instead of file names. - - Preferred Servers (Drag & Drop) + + Download Meta Information - - Blacklisted Plugins (use <del> to remove): + + Reset stored information from dialogs. - - 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. + + This will make all dialogs show up again where you checked the "Remember selection"-box. - Installer - 安裝程式 - - - Choose the integrated fomod installer over the external one wherever possible. - 盡可能地優先選擇內置的 fomod 安裝程式而不是外部的。 - - - Use the integrated fomod installer if possible. This installer is only able to handle archives scripted using an xml-file (that's maybe half the fomods out there), other files are still installed using the external installer if it's available. - 盡可能地使用內置的 fomod 安裝程式。此安裝程式僅能處理內含 xml 腳本的壓縮包 (大概有一半的 fomod 使用 xml 脚本),其餘不支援的檔案則繼續使用外部安裝程式 (如果可用的話)。 - - - Prefer integrated fomod installer - 首選內置 fomod 安裝程式 + + Reset Dialogs + 重置對話方塊 - Use a very simple installation dialog if MO recognizes the structure of the installation archive. If you prefer your life complicated, uncheck this box. - 如果 MO 能夠識別安裝包的結構,則使用簡單明瞭的對話方塊模式安裝。如果您喜歡挑戰複雜點的,那麼也可以取消此複選框。 + + + Modify the categories available to arrange your mods. + 修改可用的類別來整理您的 Mod。 - Enable "Quick Installer" - 啟用“快速安裝” + + Configure Mod Categories + 配置 Mod 類別 - - + + Nexus N網 - + Allows automatic log-in when the Nexus-Page for the game is clicked. 當N網頁面開啟時將自動登入。 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -6166,84 +4986,122 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">允許當N網頁面開啟時自動登入。請注意: 密碼是存儲在 modorganizer.ini 裡的,混淆得不是很強烈。如果您擔心有人可能會竊取您的密碼,那麼請不要存儲在這裡。</span></p></body></html> - + If checked and if correct credentials are entered below, log-in to Nexus (for browsing and downloading) is automatic. - + Automatically Log-In to Nexus 自動登入 - + Username 帳號 - + Password 密碼 - Handle NXM Links - 關聯 NXM 連結 + + Disable automatic internet features + + + + + 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) + + + + + Offline Mode + + + + + Use a proxy for network connections. + + + + + 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. + + + + + Use HTTP Proxy (Uses System Settings) + + + + + Associate with "Download with manager" links + - If checked, MO will use an external browser for buttons like "Visit on Nexus" instead of the integrated one. - 當您勾選時,MO 將會使用外部流覽器開啟連結而不是使用內置的。 + + Known Servers (updated on download) + - Prefer external browser - 首選外部流覽器 + + Preferred Servers (Drag & Drop) + - + Plugins - + Author: - + 作者 - + Version: - + 版本 - + Description: - + 描述 - + Key - + Value - + + Blacklisted Plugins (use <del> to remove): + + + + Workarounds 解決方案 - + Steam App ID Steam App ID - + The Steam AppID for your game 您遊戲的 Steam AppID - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -6270,47 +5128,38 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">其中 22380 就是您要找的 ID。</span></p></body></html> - + Load Mechanism 加載機制 - + Select loading mechanism. See help for details. 選擇加載機制,使用幫助查看更多細節。 - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Mod Organizer needs a dll to be injected into the game so all mods are visible to it.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">There are several means to do this:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Mod Organizer</span><span style=" font-size:8pt;"> (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. This does not work for the Steam version of Oblivion!</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Script Extender</span><span style=" font-size:8pt;"> In this mode, MO is installed as a Script Extender (obse, fose, nvse, skse) plugin. (recommended if you have a script extender installed)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Proxy DLL</span><span style=" font-size:8pt;"> 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.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">Mod Organizer 需要一個 dll 來注入遊戲,從而使所有 Mod 在遊戲裡是可見的。</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">有以下幾種方式可以做到這一點: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Mod Organizer</span><span style=" font-size:9pt;"> (默認) 在這種模式下,Mod Organizer 將注入自身的 dll。但缺點是: 您總是需要通過 MO 或由其建立的連結來啟動遊戲。注意: 這並不適用于 Steam 版本的湮滅!</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">腳本拓展</span><span style=" font-size:9pt;"> 在這種模式下,MO 將被作為腳本擴展 (obse, fose, nvse, skse) 的插件來安裝。(推薦在您已經安裝了腳本拓展後)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">代理DLL</span><span style=" font-size:9pt;"> 在這種模式下,MO 將替換一個遊戲的 dll 來加載 MO (當然原來的 dll),這僅適用于 Steam 版本的遊戲,並且只在 Skyrim 上做過測試。請只在其它加載機制不能工作的情況下才使用它。</span></p></body></html> + + 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. + - + NMM Version NMM 版本 - + The Version of Nexus Mod Manager to impersonate. 想要模擬的 NMM 版本號。 - + 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. @@ -6323,67 +5172,73 @@ tl;dr-version: If Nexus-features don't work, insert the current version num 變更版本號: 如果N網功能不正常了,那麼請在這裡輸入 NMM 的當前版本號並重試一下。 - - These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. - - - - 009.009.009; - 009.009.009; - - - example: 0.33.1 - 例如: 0.33.1 - - - + Enforces that inactive ESPs and ESMs are never loaded. 強制執行,未激活的 ESP 和 ESM 將不會被加載。 - + 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. 看來,遊戲偶爾會加載一些沒有被激活成插件的 ESP 或 ESM 檔案。 我還尚不知道它在什麼情況下會這樣,但是有用戶報告說它在某些情況下是很不必要的。如果這個選項被選中,那麼在列表中沒有被勾選的 ESP 和 ESM 將不會在遊戲中出現,並且也不會被載入。 - + Hide inactive ESPs/ESMs 隱藏未激活的 ESP 或 ESM - + If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on) - + 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. - + Force-enable game files - - + + 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. + + + + + 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. + + + + + Display mods installed outside MO + + + + + 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! 對於天際,這個可以用來取代檔案無效化,它將會使档案无效化對所有配置都變得多余。 但是對於其它遊戲,這並不是一個很好的替代品! - + Back-date BSAs 重置 BSA 檔案修改日期 - These are workarounds for problems with Mod Organizer. They are usually not neccessary. Please make sure you read the help text before changing anything here. - 這些是 Mod Organizer 的問題解決方案。它們通常是不必修改的,請確保在您變更了這裡的任何東西之前已經讀過了幫助文檔。 + + These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here. + @@ -6454,7 +5309,6 @@ For the other games this is not a sufficient replacement for AI! - failed to connect to running instance: %1 無法連接到正在運行的實例: %1 @@ -6497,43 +5351,8 @@ For the other games this is not a sufficient replacement for AI! 無法移動 %1 到 %2 - - TextViewer - - Log Viewer - 文本查看器 - - - Placeholder - 占位符 - - - Save changes? - 儲存更改嗎? - - - Do you want to save changes to %1? - 您想要儲存更改到 %1 嗎? - - - failed to write to %1 - 無法寫入 %1 - - - file not found: %1 - 檔案未找到: %1 - - - Save - 儲存 - - TransferSavesDialog - - Dialog - 對話方塊 - Transfer Savegames @@ -6559,14 +5378,6 @@ On Windows Vista/Windows 7: On Windows XP: C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves - This is a list of characters in the global location. - -On Windows Vista/Windows 7: - C:\Users\[UserName]\Documents\My Games\Skyrim\Saves - -On Windows XP: - C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves - diff --git a/src/pluginlist.h b/src/pluginlist.h index 57b78a12..d4a245f0 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -310,7 +310,7 @@ private: private: std::vector m_ESPs; - mutable std::map m_LastSaveHash; + mutable std::map m_LastSaveHash; std::map m_ESPsByName; std::vector m_ESPsByPriority; diff --git a/src/profile.cpp b/src/profile.cpp index 50e6c3b2..2bbdea66 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -415,10 +415,13 @@ void Profile::setModEnabled(unsigned int index, bool enabled) throw MyException(tr("invalid index %1").arg(index)); } - if (m_ModStatus[index].m_Overwrite) { - // overwrite is always enabled - return; + ModInfo::Ptr modInfo = ModInfo::getByIndex(index); + // we could quit in the following case, this shouldn't be a change anyway, + // but at least this allows the situation to be fixed in case of an error + if (modInfo->alwaysEnabled()) { + enabled = true; } + if (enabled != m_ModStatus[index].m_Enabled) { m_ModStatus[index].m_Enabled = enabled; emit modStatusChanged(index); @@ -740,13 +743,11 @@ QString Profile::getLoadOrderFileName() const return QDir::cleanPath(m_Directory.absoluteFilePath("loadorder.txt")); } - QString Profile::getLockedOrderFileName() const { return QDir::cleanPath(m_Directory.absoluteFilePath("lockedorder.txt")); } - QString Profile::getArchivesFileName() const { return QDir::cleanPath(m_Directory.absoluteFilePath("archives.txt")); @@ -757,7 +758,6 @@ QString Profile::getDeleterFileName() const return QDir::cleanPath(m_Directory.absoluteFilePath("hide_plugins.txt")); } - QString Profile::getIniFileName() const { std::wstring primaryIniFile = *(GameInfo::instance().getIniFileNames().begin()); @@ -769,7 +769,6 @@ QString Profile::getProfileTweaks() const return QDir::cleanPath(m_Directory.absoluteFilePath(ToQString(AppConfig::profileTweakIni()))); } - QString Profile::getPath() const { return QDir::cleanPath(m_Directory.absolutePath()); diff --git a/src/profile.h b/src/profile.h index df27bb37..d2f66ca0 100644 --- a/src/profile.h +++ b/src/profile.h @@ -316,7 +316,7 @@ private: QDir m_Directory; - mutable uint m_LastModlistHash; + mutable QByteArray m_LastModlistHash; std::vector m_ModStatus; std::vector m_ModIndexByPriority; unsigned int m_NumRegularMods; diff --git a/src/safewritefile.cpp b/src/safewritefile.cpp index 626413dd..3bc1d1c4 100644 --- a/src/safewritefile.cpp +++ b/src/safewritefile.cpp @@ -20,6 +20,7 @@ along with Mod Organizer. If not, see . #include "safewritefile.h" #include +#include using namespace MOBase; @@ -47,8 +48,8 @@ void SafeWriteFile::commit() { m_TempFile.close(); } -bool SafeWriteFile::commitIfDifferent(uint &inHash) { - uint newHash = hash(); +bool SafeWriteFile::commitIfDifferent(QByteArray &inHash) { + QByteArray newHash = hash(); if (newHash != inHash) { commit(); inHash = newHash; @@ -58,11 +59,12 @@ bool SafeWriteFile::commitIfDifferent(uint &inHash) { } } -uint SafeWriteFile::hash() +QByteArray SafeWriteFile::hash() { + qint64 pos = m_TempFile.pos(); m_TempFile.seek(0); QByteArray data = m_TempFile.readAll(); m_TempFile.seek(pos); - return qHash(data); + return QCryptographicHash::hash(data, QCryptographicHash::Md5); } diff --git a/src/safewritefile.h b/src/safewritefile.h index 06c22acc..0af6bf98 100644 --- a/src/safewritefile.h +++ b/src/safewritefile.h @@ -37,9 +37,11 @@ public: void commit(); - bool commitIfDifferent(uint &hash); + bool commitIfDifferent(QByteArray &hash); - uint hash(); +private: + + QByteArray hash(); private: QString m_FileName; diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js index ae3f6923..4f9c1a74 100644 --- a/src/tutorials/tutorial_firststeps_main.js +++ b/src/tutorials/tutorial_firststeps_main.js @@ -59,7 +59,7 @@ function getTutorialSteps() function() { tutorial.text = qsTr("There are a few ways to get mods into ModOrganizer. " - + "If you associated MO with NXM links in the settings you can now use your regular browser to send download from Nexus to MO. " + + "If you associated MO with NXM links in the settings you can now use your regular browser to send downloads from Nexus to MO. " + "Click on \"Nexus\" to open nexus, find a mod and click the green download buttons on Nexus saying \"Download with Manager\".") highlightAction("actionNexus", true) tutorialControl.waitForAction("actionNexus") @@ -72,9 +72,9 @@ function getTutorialSteps() }, function() { - tutorial.text = qsTr("Downloads will appear here. You have to download at least one mod to proceed.") + tutorial.text = qsTr("Downloads will appear on the \"Downloads\"-tab here. You have to download and install at least one mod to proceed.") applicationWindow.modInstalled.connect(nextStep) - highlightItem("downloadView", true) + highlightItem("tabWidget", true) }, function() { @@ -149,8 +149,20 @@ function getTutorialSteps() function() { tutorial.text = qsTr("MO applies some \"magic\" to make all BSAs that are checked in this list load in " - + "the correct order interleaved with the non-bundled resources. Usually it's best " - + "to check all bsas that have an exclamation mark at the side.") + + "the correct order interleaved with the non-bundled resources.") + waitForClick() + }, + + function() { + tutorial.text = qsTr("You can disable this magic to make MO behave more like other tools. In this case " + + "their load order follows that of the corresponding plugin (.esp).") + highlightItem("managedArchiveLabel", false) + waitForClick() + }, + + function() { + tutorial.text = qsTr("Many BSAs will appear grayed out and enabled. These mods are loaded by the game engine " + + "automatically so they can't be disabled here.") waitForClick() }, diff --git a/src/tutorials/tutorial_firststeps_modinfo.js b/src/tutorials/tutorial_firststeps_modinfo.js index 3c56d1f4..50c38345 100644 --- a/src/tutorials/tutorial_firststeps_modinfo.js +++ b/src/tutorials/tutorial_firststeps_modinfo.js @@ -11,8 +11,7 @@ function getTutorialSteps() }, function() { tutorial.text = qsTr("If you installed the mod from Nexus, the corresponding tab should give you direct " - +"access to the mod page. That tab can also be used to download optional packages " - +"or updates for the mod.") + +"access to the mod page.") waitForClick() }, function() { diff --git a/src/tutorials/tutorial_firststeps_settings.js b/src/tutorials/tutorial_firststeps_settings.js index 2bff4251..dd5c6e9c 100644 --- a/src/tutorials/tutorial_firststeps_settings.js +++ b/src/tutorials/tutorial_firststeps_settings.js @@ -4,13 +4,13 @@ function getTutorialSteps() function() { highlightItem("tabWidget", true) tutorial.text = qsTr("You can use your regular browser to download from Nexus.\nPlease open the \"Nexus\"-tab") - tutorialControl.waitForTabOpen("tabWidget", 2) + tutorialControl.waitForTabOpen("tabWidget", 1) }, function() { - highlightItem("handleNXMBox", false) - tutorial.text = qsTr("If this box is checked the \"DOWNLOAD WITH MANAGER\"-buttons " - +"in your regular browser will also download with Mod Organizer.") + highlightItem("associateButton", false) + tutorial.text = qsTr("Click this button so that \"DOWNLOAD WITH MANAGER\"-buttons " + +"are download with Mod Organizer.") waitForClick() }, diff --git a/src/version.rc b/src/version.rc index f589769d..d0b29298 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h" -#define VER_FILEVERSION 1,2,5,0 -#define VER_FILEVERSION_STR "1,2,5,0\0" +#define VER_FILEVERSION 1,2,6,0 +#define VER_FILEVERSION_STR "1,2,6,0\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION -- cgit v1.3.1