Resolve merge conflicts

These were caused by https://gitlab.com/OpenMW/openmw/-/merge_requests/4005

I've had to cherry-pick parts of that MR into this commit, otherwise the CI would yell at me when it noticed the location tags had gone.
pull/3235/head
AnyOldName3 9 months ago
parent bb3c22e4a5
commit f8224b29d4

@ -4,8 +4,8 @@ set -o pipefail
LUPDATE="${LUPDATE:-lupdate}" LUPDATE="${LUPDATE:-lupdate}"
${LUPDATE:?} apps/wizard -ts files/lang/wizard_*.ts ${LUPDATE:?} -locations none apps/wizard -ts files/lang/wizard_*.ts
${LUPDATE:?} apps/launcher -ts files/lang/launcher_*.ts ${LUPDATE:?} -locations none apps/launcher -ts files/lang/launcher_*.ts
${LUPDATE:?} components/contentselector components/process -ts files/lang/components_*.ts ${LUPDATE:?} -locations none components/contentselector components/process -ts files/lang/components_*.ts
! (git diff --name-only | grep -q "^") || (echo -e "\033[0;31mBuild a 'translations' CMake target to update Qt localization for these files:\033[0;0m"; git diff --name-only | xargs -i echo -e "\033[0;31m{}\033[0;0m"; exit -1) ! (git diff --name-only | grep -q "^") || (echo -e "\033[0;31mBuild a 'translations' CMake target to update Qt localization for these files:\033[0;0m"; git diff --name-only | xargs -i echo -e "\033[0;31m{}\033[0;0m"; exit -1)

@ -1089,17 +1089,17 @@ if (USE_QT)
file(GLOB COMPONENTS_TS_FILES ${CMAKE_SOURCE_DIR}/files/lang/components_*.ts) file(GLOB COMPONENTS_TS_FILES ${CMAKE_SOURCE_DIR}/files/lang/components_*.ts)
get_target_property(QT_LUPDATE_EXECUTABLE Qt::lupdate IMPORTED_LOCATION) get_target_property(QT_LUPDATE_EXECUTABLE Qt::lupdate IMPORTED_LOCATION)
add_custom_target(translations add_custom_target(translations
COMMAND ${QT_LUPDATE_EXECUTABLE} ${CMAKE_SOURCE_DIR}/components/contentselector ${CMAKE_SOURCE_DIR}/components/process -ts ${COMPONENTS_TS_FILES} COMMAND ${QT_LUPDATE_EXECUTABLE} -locations none ${CMAKE_SOURCE_DIR}/components/contentselector ${CMAKE_SOURCE_DIR}/components/process -ts ${COMPONENTS_TS_FILES}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/components WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/components
VERBATIM VERBATIM
COMMAND_EXPAND_LISTS COMMAND_EXPAND_LISTS
COMMAND ${QT_LUPDATE_EXECUTABLE} ${CMAKE_SOURCE_DIR}/apps/wizard -ts ${WIZARD_TS_FILES} COMMAND ${QT_LUPDATE_EXECUTABLE} -locations none ${CMAKE_SOURCE_DIR}/apps/wizard -ts ${WIZARD_TS_FILES}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/apps/wizard WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/apps/wizard
VERBATIM VERBATIM
COMMAND_EXPAND_LISTS COMMAND_EXPAND_LISTS
COMMAND ${QT_LUPDATE_EXECUTABLE} ${CMAKE_SOURCE_DIR}/apps/launcher -ts ${LAUNCHER_TS_FILES} COMMAND ${QT_LUPDATE_EXECUTABLE} -locations none ${CMAKE_SOURCE_DIR}/apps/launcher -ts ${LAUNCHER_TS_FILES}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/apps/launcher WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/apps/launcher
VERBATIM VERBATIM
COMMAND_EXPAND_LISTS) COMMAND_EXPAND_LISTS)

@ -73,7 +73,7 @@ Arguments:
</source> </source>
<translation> <translation>
Параметры: Параметры:
</translation> </translation>
</message> </message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not find %1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The application is not found.&lt;/p&gt;&lt;p&gt;Please make sure OpenMW is installed correctly and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not find %1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The application is not found.&lt;/p&gt;&lt;p&gt;Please make sure OpenMW is installed correctly and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>

@ -109,7 +109,7 @@
</message> </message>
<message> <message>
<source>&amp;New Content List</source> <source>&amp;New Content List</source>
<translation>Новый список плагинов</translation> <translation>&amp;Новый список плагинов</translation>
</message> </message>
<message> <message>
<source>Clone Content List</source> <source>Clone Content List</source>
@ -547,7 +547,7 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
</message> </message>
<message> <message>
<source>&lt;br&gt;&lt;b&gt;Could not create directory %0&lt;/b&gt;&lt;br&gt;&lt;br&gt;%1&lt;br&gt;</source> <source>&lt;br&gt;&lt;b&gt;Could not create directory %0&lt;/b&gt;&lt;br&gt;&lt;br&gt;%1&lt;br&gt;</source>
<translation>&lt;br&gt;&lt;b&gt;Не удалось создать директорию %0&lt;/b&gt;&lt;br&gt;&lt;br&gt;</translation> <translation>&lt;br&gt;&lt;b&gt;Не удалось создать директорию %0&lt;/b&gt;&lt;br&gt;&lt;br&gt;%1&lt;br&gt;</translation>
</message> </message>
</context> </context>
<context> <context>
@ -1066,7 +1066,7 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
</message> </message>
<message> <message>
<source>Size of characters in game texts.</source> <source>Size of characters in game texts.</source>
<translation>Размер символов в текстах</translation> <translation>Размер символов в текстах.</translation>
</message> </message>
<message> <message>
<source>Font size</source> <source>Font size</source>

@ -4,27 +4,22 @@
<context> <context>
<name>ComponentSelectionPage</name> <name>ComponentSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="17"/>
<source>Select Components</source> <source>Select Components</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="20"/>
<source>Which components should be installed?</source> <source>Which components should be installed?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="26"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select which official Morrowind expansions should be installed. For best results, it is recommended to have both expansions installed.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to install expansions later by re-running this Wizard.&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select which official Morrowind expansions should be installed. For best results, it is recommended to have both expansions installed.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to install expansions later by re-running this Wizard.&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="36"/>
<source>Selected components:</source> <source>Selected components:</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -32,17 +27,14 @@
<context> <context>
<name>ConclusionPage</name> <name>ConclusionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/conclusionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/conclusionpage.ui" line="17"/>
<source>Completing the OpenMW Wizard</source> <source>Completing the OpenMW Wizard</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/conclusionpage.ui" line="23"/>
<source>Placeholder</source> <source>Placeholder</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -50,27 +42,22 @@
<context> <context>
<name>ExistingInstallationPage</name> <name>ExistingInstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="17"/>
<source>Select Existing Installation</source> <source>Select Existing Installation</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="20"/>
<source>Select an existing installation for OpenMW to use or modify.</source> <source>Select an existing installation for OpenMW to use or modify.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="26"/>
<source>Detected installations:</source> <source>Detected installations:</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="51"/>
<source>Browse...</source> <source>Browse...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -78,42 +65,34 @@
<context> <context>
<name>ImportPage</name> <name>ImportPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="17"/>
<source>Import Settings</source> <source>Import Settings</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="20"/>
<source>Import settings from the Morrowind installation.</source> <source>Import settings from the Morrowind installation.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="26"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;OpenMW needs to import settings from the Morrowind configuration file in order to function properly.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to import settings later by re-running this Wizard.&lt;/p&gt;&lt;p/&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;OpenMW needs to import settings from the Morrowind configuration file in order to function properly.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to import settings later by re-running this Wizard.&lt;/p&gt;&lt;p/&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="36"/>
<source>Import settings from Morrowind.ini</source> <source>Import settings from Morrowind.ini</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="46"/>
<source>Import add-on and plugin selection</source> <source>Import add-on and plugin selection</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="56"/>
<source>Import bitmap fonts setup from Morrowind.ini</source> <source>Import bitmap fonts setup from Morrowind.ini</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="59"/>
<source>Fonts shipped with the original engine are blurry with UI scaling and support only a small amount of characters, <source>Fonts shipped with the original engine are blurry with UI scaling and support only a small amount of characters,
so OpenMW provides another set of fonts to avoid these issues. These fonts use TrueType technology and are quite similar so OpenMW provides another set of fonts to avoid these issues. These fonts use TrueType technology and are quite similar
to default Morrowind fonts. Check this box if you still prefer original fonts over OpenMW ones or if you use custom bitmap fonts.</source> to default Morrowind fonts. Check this box if you still prefer original fonts over OpenMW ones or if you use custom bitmap fonts.</source>
@ -123,17 +102,14 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>InstallationPage</name> <name>InstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/installationpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationpage.ui" line="17"/>
<source>Installing</source> <source>Installing</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationpage.ui" line="20"/>
<source>Please wait while Morrowind is installed on your computer.</source> <source>Please wait while Morrowind is installed on your computer.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -141,32 +117,26 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>InstallationTargetPage</name> <name>InstallationTargetPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="17"/>
<source>Select Installation Destination</source> <source>Select Installation Destination</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="20"/>
<source>Where should Morrowind be installed?</source> <source>Where should Morrowind be installed?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="34"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="47"/>
<source>Morrowind will be installed to the following location. </source> <source>Morrowind will be installed to the following location. </source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="64"/>
<source>Browse...</source> <source>Browse...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -174,17 +144,14 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>IntroPage</name> <name>IntroPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/intropage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/intropage.ui" line="17"/>
<source>Welcome to the OpenMW Wizard</source> <source>Welcome to the OpenMW Wizard</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/intropage.ui" line="23"/>
<source>This Wizard will help you install Morrowind and its add-ons for OpenMW to use.</source> <source>This Wizard will help you install Morrowind and its add-ons for OpenMW to use.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -192,27 +159,22 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>LanguageSelectionPage</name> <name>LanguageSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="17"/>
<source>Select Morrowind Language</source> <source>Select Morrowind Language</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="20"/>
<source>What is the language of the Morrowind installation?</source> <source>What is the language of the Morrowind installation?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="34"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/preferences-desktop-locale.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/preferences-desktop-locale.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="47"/>
<source>Select the language of the Morrowind installation.</source> <source>Select the language of the Morrowind installation.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -220,62 +182,50 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>MethodSelectionPage</name> <name>MethodSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="17"/>
<source>Select Installation Method</source> <source>Select Installation Method</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="20"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select how you would like to install &lt;i&gt;The Elder Scrolls III: Morrowind&lt;/i&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select how you would like to install &lt;i&gt;The Elder Scrolls III: Morrowind&lt;/i&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="29"/>
<source>Retail CD/DVD</source> <source>Retail CD/DVD</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="63"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/system-installer.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/system-installer.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="82"/>
<source>Install from a retail disc to a new location.</source> <source>Install from a retail disc to a new location.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="97"/>
<source>Existing Installation</source> <source>Existing Installation</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="128"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="141"/>
<source>Select an existing installation.</source> <source>Select an existing installation.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="162"/>
<source>Don&apos;t have a copy?</source> <source>Don&apos;t have a copy?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="195"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/dollar.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/dollar.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="202"/>
<source>Buy the game</source> <source>Buy the game</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -283,42 +233,34 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>QObject</name> <name>QObject</name>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="61"/>
<source>&lt;br&gt;&lt;b&gt;Could not find Morrowind.ini&lt;/b&gt;&lt;br&gt;&lt;br&gt;The Wizard needs to update settings in this file.&lt;br&gt;&lt;br&gt;Press &quot;Browse...&quot; to specify the location manually.&lt;br&gt;</source> <source>&lt;br&gt;&lt;b&gt;Could not find Morrowind.ini&lt;/b&gt;&lt;br&gt;&lt;br&gt;The Wizard needs to update settings in this file.&lt;br&gt;&lt;br&gt;Press &quot;Browse...&quot; to specify the location manually.&lt;br&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="65"/>
<source>B&amp;rowse...</source> <source>B&amp;rowse...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="72"/>
<source>Select configuration file</source> <source>Select configuration file</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="110"/>
<source>&lt;b&gt;Morrowind.bsa&lt;/b&gt; is missing!&lt;br&gt;Make sure your Morrowind installation is complete.</source> <source>&lt;b&gt;Morrowind.bsa&lt;/b&gt; is missing!&lt;br&gt;Make sure your Morrowind installation is complete.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="190"/>
<source>&lt;br&gt;&lt;b&gt;There may be a more recent version of Morrowind available.&lt;/b&gt;&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?&lt;br&gt;</source> <source>&lt;br&gt;&lt;b&gt;There may be a more recent version of Morrowind available.&lt;/b&gt;&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?&lt;br&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="185"/>
<source>Most recent Morrowind not detected</source> <source>Most recent Morrowind not detected</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="168"/>
<source>Select a valid %1 installation media.&lt;br&gt;&lt;b&gt;Hint&lt;/b&gt;: make sure that it contains at least one &lt;b&gt;.cab&lt;/b&gt; file.</source> <source>Select a valid %1 installation media.&lt;br&gt;&lt;b&gt;Hint&lt;/b&gt;: make sure that it contains at least one &lt;b&gt;.cab&lt;/b&gt; file.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="200"/>
<source>There may be a more recent version of Morrowind available.&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?</source> <source>There may be a more recent version of Morrowind available.&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -326,57 +268,46 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::ComponentSelectionPage</name> <name>Wizard::ComponentSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="16"/>
<source>&amp;Install</source> <source>&amp;Install</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="46"/>
<source>&amp;Skip</source> <source>&amp;Skip</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="83"/>
<source>Morrowind (installed)</source> <source>Morrowind (installed)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="89"/>
<source>Morrowind</source> <source>Morrowind</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="97"/>
<source>Tribunal (installed)</source> <source>Tribunal (installed)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="103"/>
<source>Tribunal</source> <source>Tribunal</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="111"/>
<source>Bloodmoon (installed)</source> <source>Bloodmoon (installed)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="117"/>
<source>Bloodmoon</source> <source>Bloodmoon</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="137"/>
<source>About to install Tribunal after Bloodmoon</source> <source>About to install Tribunal after Bloodmoon</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="141"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;You are about to install Tribunal&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Bloodmoon is already installed on your computer.&lt;/p&gt;&lt;p&gt;However, it is recommended that you install Tribunal before Bloodmoon.&lt;/p&gt;&lt;p&gt;Would you like to re-install Bloodmoon?&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;You are about to install Tribunal&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Bloodmoon is already installed on your computer.&lt;/p&gt;&lt;p&gt;However, it is recommended that you install Tribunal before Bloodmoon.&lt;/p&gt;&lt;p&gt;Would you like to re-install Bloodmoon?&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="147"/>
<source>Re-install &amp;Bloodmoon</source> <source>Re-install &amp;Bloodmoon</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -384,17 +315,14 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::ConclusionPage</name> <name>Wizard::ConclusionPage</name>
<message> <message>
<location filename="../../apps/wizard/conclusionpage.cpp" line="40"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully installed Morrowind on your computer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully installed Morrowind on your computer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/conclusionpage.cpp" line="46"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully modified your existing Morrowind installation.&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully modified your existing Morrowind installation.&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/conclusionpage.cpp" line="53"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard failed to install Morrowind on your computer.&lt;/p&gt;&lt;p&gt;Please report any bugs you might have encountered to our &lt;a href=&quot;https://gitlab.com/OpenMW/openmw/issues&quot;&gt;bug tracker&lt;/a&gt;.&lt;br/&gt;Make sure to include the installation log.&lt;/p&gt;&lt;br/&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard failed to install Morrowind on your computer.&lt;/p&gt;&lt;p&gt;Please report any bugs you might have encountered to our &lt;a href=&quot;https://gitlab.com/OpenMW/openmw/issues&quot;&gt;bug tracker&lt;/a&gt;.&lt;br/&gt;Make sure to include the installation log.&lt;/p&gt;&lt;br/&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -402,32 +330,26 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::ExistingInstallationPage</name> <name>Wizard::ExistingInstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="18"/>
<source>No existing installations detected</source> <source>No existing installations detected</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="57"/>
<source>Error detecting Morrowind configuration</source> <source>Error detecting Morrowind configuration</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="73"/>
<source>Morrowind configuration file (*.ini)</source> <source>Morrowind configuration file (*.ini)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="92"/>
<source>Select Morrowind.esm (located in Data Files)</source> <source>Select Morrowind.esm (located in Data Files)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="93"/>
<source>Morrowind master file (Morrowind.esm)</source> <source>Morrowind master file (Morrowind.esm)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="106"/>
<source>Error detecting Morrowind files</source> <source>Error detecting Morrowind files</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -435,78 +357,62 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::InstallationPage</name> <name>Wizard::InstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="161"/>
<source>&lt;p&gt;Attempting to install component %1.&lt;/p&gt;</source> <source>&lt;p&gt;Attempting to install component %1.&lt;/p&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="162"/>
<source>Attempting to install component %1.</source> <source>Attempting to install component %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="165"/>
<source>%1 Installation</source> <source>%1 Installation</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="174"/>
<source>Select %1 installation media</source> <source>Select %1 installation media</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="179"/>
<location filename="../../apps/wizard/installationpage.cpp" line="209"/>
<source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: The installation was aborted by the user&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;</source> <source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: The installation was aborted by the user&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="194"/>
<source>&lt;p&gt;Detected old version of component Morrowind.&lt;/p&gt;</source> <source>&lt;p&gt;Detected old version of component Morrowind.&lt;/p&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="195"/>
<source>Detected old version of component Morrowind.</source> <source>Detected old version of component Morrowind.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="198"/>
<source>Morrowind Installation</source> <source>Morrowind Installation</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="225"/>
<source>Installation finished</source> <source>Installation finished</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="228"/>
<source>Installation completed successfully!</source> <source>Installation completed successfully!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="238"/>
<source>Installation failed!</source> <source>Installation failed!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="240"/>
<source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: %1&lt;/b&gt;&lt;/p&gt;</source> <source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: %1&lt;/b&gt;&lt;/p&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="241"/>
<source>&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/p&gt;</source> <source>&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/p&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="252"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The Wizard has encountered an error&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The error reported was:&lt;/p&gt;&lt;p&gt;%1&lt;/p&gt;&lt;p&gt;Press &amp;quot;Show Details...&amp;quot; for more information.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The Wizard has encountered an error&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The error reported was:&lt;/p&gt;&lt;p&gt;%1&lt;/p&gt;&lt;p&gt;Press &amp;quot;Show Details...&amp;quot; for more information.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="248"/>
<source>An error occurred</source> <source>An error occurred</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -514,37 +420,30 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::InstallationTargetPage</name> <name>Wizard::InstallationTargetPage</name>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="47"/>
<source>Error creating destination</source> <source>Error creating destination</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="51"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="68"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not write to the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not write to the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="82"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The destination directory is not empty&lt;/b&gt;&lt;/p&gt;&lt;p&gt;An existing Morrowind installation is present in the specified location.&lt;/p&gt;&lt;p&gt;Please specify a different location, or go back and select the location as an existing installation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The destination directory is not empty&lt;/b&gt;&lt;/p&gt;&lt;p&gt;An existing Morrowind installation is present in the specified location.&lt;/p&gt;&lt;p&gt;Please specify a different location, or go back and select the location as an existing installation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="64"/>
<source>Insufficient permissions</source> <source>Insufficient permissions</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="78"/>
<source>Destination not empty</source> <source>Destination not empty</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="95"/>
<source>Select where to install Morrowind</source> <source>Select where to install Morrowind</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -552,37 +451,30 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::LanguageSelectionPage</name> <name>Wizard::LanguageSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="17"/>
<source>English</source> <source>English</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="17"/>
<source>French</source> <source>French</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="18"/>
<source>German</source> <source>German</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="18"/>
<source>Italian</source> <source>Italian</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="18"/>
<source>Polish</source> <source>Polish</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="19"/>
<source>Russian</source> <source>Russian</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="19"/>
<source>Spanish</source> <source>Spanish</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -590,267 +482,193 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::MainWizard</name> <name>Wizard::MainWizard</name>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="44"/>
<source>OpenMW Wizard</source> <source>OpenMW Wizard</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="97"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="121"/>
<source>Error opening Wizard log file</source> <source>Error opening Wizard log file</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="60"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="452"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="479"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for writing&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for writing&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="145"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="213"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for reading&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for reading&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="161"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="190"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="226"/>
<source>Error opening OpenMW configuration file</source> <source>Error opening OpenMW configuration file</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="382"/>
<source>Quit Wizard</source> <source>Quit Wizard</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="385"/>
<source>Are you sure you want to exit the Wizard?</source> <source>Are you sure you want to exit the Wizard?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="427"/>
<source>Error creating OpenMW configuration directory</source> <source>Error creating OpenMW configuration directory</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="431"/> <source>Error writing OpenMW configuration file</source>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create %1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="448"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create %1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<location filename="../../apps/wizard/mainwizard.cpp" line="475"/>
<source>Error writing OpenMW configuration file</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>
<context> <context>
<name>Wizard::UnshieldWorker</name> <name>Wizard::UnshieldWorker</name>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="177"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="196"/>
<source>Failed to open Morrowind configuration file!</source> <source>Failed to open Morrowind configuration file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="178"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="197"/>
<source>Opening %1 failed: %2.</source> <source>Opening %1 failed: %2.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="203"/>
<source>Failed to write Morrowind configuration file!</source> <source>Failed to write Morrowind configuration file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="204"/>
<source>Writing to %1 failed: %2.</source> <source>Writing to %1 failed: %2.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="338"/>
<source>Installing: %1</source> <source>Installing: %1</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="367"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="775"/>
<source>Installing: %1 directory</source> <source>Installing: %1 directory</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="438"/>
<source>Installation finished!</source> <source>Installation finished!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="462"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="582"/>
<source>Component parameter is invalid!</source> <source>Component parameter is invalid!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="462"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="582"/>
<source>An invalid component parameter was supplied.</source> <source>An invalid component parameter was supplied.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="543"/>
<source>Failed to find a valid archive containing %1.bsa! Retrying.</source> <source>Failed to find a valid archive containing %1.bsa! Retrying.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="586"/>
<source>Installing %1</source> <source>Installing %1</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="592"/>
<source>Installation media path not set!</source> <source>Installation media path not set!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="592"/>
<source>The source path for %1 was not set.</source> <source>The source path for %1 was not set.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="606"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="615"/>
<source>Cannot create temporary directory!</source> <source>Cannot create temporary directory!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="606"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="615"/>
<source>Failed to create %1.</source> <source>Failed to create %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="621"/>
<source>Cannot move into temporary directory!</source> <source>Cannot move into temporary directory!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="622"/>
<source>Failed to move into %1.</source> <source>Failed to move into %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="631"/>
<source>Moving installation files</source> <source>Moving installation files</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="644"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="655"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="712"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="779"/>
<source>Could not install directory!</source> <source>Could not install directory!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="644"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="655"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="713"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="780"/>
<source>Installing %1 to %2 failed.</source> <source>Installing %1 to %2 failed.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="668"/>
<source>Could not install translation file!</source> <source>Could not install translation file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="668"/>
<source>Failed to install *%1 files.</source> <source>Failed to install *%1 files.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="682"/>
<source>Could not install Morrowind data file!</source> <source>Could not install Morrowind data file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="682"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="691"/>
<source>Failed to install %1.</source> <source>Failed to install %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="690"/>
<source>Could not install Morrowind configuration file!</source> <source>Could not install Morrowind configuration file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="709"/>
<source>Installing: Sound directory</source> <source>Installing: Sound directory</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="725"/>
<source>Could not find Tribunal data file!</source> <source>Could not find Tribunal data file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="725"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="740"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="752"/>
<source>Failed to find %1.</source> <source>Failed to find %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="739"/>
<source>Could not find Tribunal patch file!</source> <source>Could not find Tribunal patch file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="752"/>
<source>Could not find Bloodmoon data file!</source> <source>Could not find Bloodmoon data file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="760"/>
<source>Updating Morrowind configuration file</source> <source>Updating Morrowind configuration file</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="785"/>
<source>%1 installation finished!</source> <source>%1 installation finished!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="824"/>
<source>Extracting: %1</source> <source>Extracting: %1</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="850"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="983"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="1021"/>
<source>Failed to open InstallShield Cabinet File.</source> <source>Failed to open InstallShield Cabinet File.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="850"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="983"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="1021"/>
<source>Opening %1 failed.</source> <source>Opening %1 failed.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="879"/>
<source>Failed to extract %1.</source> <source>Failed to extract %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="880"/>
<source>Complete path: %1</source> <source>Complete path: %1</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

@ -4,27 +4,22 @@
<context> <context>
<name>ComponentSelectionPage</name> <name>ComponentSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="17"/>
<source>Select Components</source> <source>Select Components</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="20"/>
<source>Which components should be installed?</source> <source>Which components should be installed?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="26"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select which official Morrowind expansions should be installed. For best results, it is recommended to have both expansions installed.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to install expansions later by re-running this Wizard.&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select which official Morrowind expansions should be installed. For best results, it is recommended to have both expansions installed.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to install expansions later by re-running this Wizard.&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="36"/>
<source>Selected components:</source> <source>Selected components:</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -32,17 +27,14 @@
<context> <context>
<name>ConclusionPage</name> <name>ConclusionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/conclusionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/conclusionpage.ui" line="17"/>
<source>Completing the OpenMW Wizard</source> <source>Completing the OpenMW Wizard</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/conclusionpage.ui" line="23"/>
<source>Placeholder</source> <source>Placeholder</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -50,27 +42,22 @@
<context> <context>
<name>ExistingInstallationPage</name> <name>ExistingInstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="17"/>
<source>Select Existing Installation</source> <source>Select Existing Installation</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="20"/>
<source>Select an existing installation for OpenMW to use or modify.</source> <source>Select an existing installation for OpenMW to use or modify.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="26"/>
<source>Detected installations:</source> <source>Detected installations:</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="51"/>
<source>Browse...</source> <source>Browse...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -78,42 +65,34 @@
<context> <context>
<name>ImportPage</name> <name>ImportPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="17"/>
<source>Import Settings</source> <source>Import Settings</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="20"/>
<source>Import settings from the Morrowind installation.</source> <source>Import settings from the Morrowind installation.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="26"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;OpenMW needs to import settings from the Morrowind configuration file in order to function properly.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to import settings later by re-running this Wizard.&lt;/p&gt;&lt;p/&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;OpenMW needs to import settings from the Morrowind configuration file in order to function properly.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to import settings later by re-running this Wizard.&lt;/p&gt;&lt;p/&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="36"/>
<source>Import settings from Morrowind.ini</source> <source>Import settings from Morrowind.ini</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="46"/>
<source>Import add-on and plugin selection</source> <source>Import add-on and plugin selection</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="56"/>
<source>Import bitmap fonts setup from Morrowind.ini</source> <source>Import bitmap fonts setup from Morrowind.ini</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="59"/>
<source>Fonts shipped with the original engine are blurry with UI scaling and support only a small amount of characters, <source>Fonts shipped with the original engine are blurry with UI scaling and support only a small amount of characters,
so OpenMW provides another set of fonts to avoid these issues. These fonts use TrueType technology and are quite similar so OpenMW provides another set of fonts to avoid these issues. These fonts use TrueType technology and are quite similar
to default Morrowind fonts. Check this box if you still prefer original fonts over OpenMW ones or if you use custom bitmap fonts.</source> to default Morrowind fonts. Check this box if you still prefer original fonts over OpenMW ones or if you use custom bitmap fonts.</source>
@ -123,17 +102,14 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>InstallationPage</name> <name>InstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/installationpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationpage.ui" line="17"/>
<source>Installing</source> <source>Installing</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationpage.ui" line="20"/>
<source>Please wait while Morrowind is installed on your computer.</source> <source>Please wait while Morrowind is installed on your computer.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -141,32 +117,26 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>InstallationTargetPage</name> <name>InstallationTargetPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="17"/>
<source>Select Installation Destination</source> <source>Select Installation Destination</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="20"/>
<source>Where should Morrowind be installed?</source> <source>Where should Morrowind be installed?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="34"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="47"/>
<source>Morrowind will be installed to the following location. </source> <source>Morrowind will be installed to the following location. </source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="64"/>
<source>Browse...</source> <source>Browse...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -174,17 +144,14 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>IntroPage</name> <name>IntroPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/intropage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/intropage.ui" line="17"/>
<source>Welcome to the OpenMW Wizard</source> <source>Welcome to the OpenMW Wizard</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/intropage.ui" line="23"/>
<source>This Wizard will help you install Morrowind and its add-ons for OpenMW to use.</source> <source>This Wizard will help you install Morrowind and its add-ons for OpenMW to use.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -192,27 +159,22 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>LanguageSelectionPage</name> <name>LanguageSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="17"/>
<source>Select Morrowind Language</source> <source>Select Morrowind Language</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="20"/>
<source>What is the language of the Morrowind installation?</source> <source>What is the language of the Morrowind installation?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="34"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/preferences-desktop-locale.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/preferences-desktop-locale.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="47"/>
<source>Select the language of the Morrowind installation.</source> <source>Select the language of the Morrowind installation.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -220,62 +182,50 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>MethodSelectionPage</name> <name>MethodSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="17"/>
<source>Select Installation Method</source> <source>Select Installation Method</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="20"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select how you would like to install &lt;i&gt;The Elder Scrolls III: Morrowind&lt;/i&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select how you would like to install &lt;i&gt;The Elder Scrolls III: Morrowind&lt;/i&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="29"/>
<source>Retail CD/DVD</source> <source>Retail CD/DVD</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="63"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/system-installer.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/system-installer.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="82"/>
<source>Install from a retail disc to a new location.</source> <source>Install from a retail disc to a new location.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="97"/>
<source>Existing Installation</source> <source>Existing Installation</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="128"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="141"/>
<source>Select an existing installation.</source> <source>Select an existing installation.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="162"/>
<source>Don&apos;t have a copy?</source> <source>Don&apos;t have a copy?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="195"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/dollar.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/dollar.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="202"/>
<source>Buy the game</source> <source>Buy the game</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -283,42 +233,34 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>QObject</name> <name>QObject</name>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="61"/>
<source>&lt;br&gt;&lt;b&gt;Could not find Morrowind.ini&lt;/b&gt;&lt;br&gt;&lt;br&gt;The Wizard needs to update settings in this file.&lt;br&gt;&lt;br&gt;Press &quot;Browse...&quot; to specify the location manually.&lt;br&gt;</source> <source>&lt;br&gt;&lt;b&gt;Could not find Morrowind.ini&lt;/b&gt;&lt;br&gt;&lt;br&gt;The Wizard needs to update settings in this file.&lt;br&gt;&lt;br&gt;Press &quot;Browse...&quot; to specify the location manually.&lt;br&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="65"/>
<source>B&amp;rowse...</source> <source>B&amp;rowse...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="72"/>
<source>Select configuration file</source> <source>Select configuration file</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="110"/>
<source>&lt;b&gt;Morrowind.bsa&lt;/b&gt; is missing!&lt;br&gt;Make sure your Morrowind installation is complete.</source> <source>&lt;b&gt;Morrowind.bsa&lt;/b&gt; is missing!&lt;br&gt;Make sure your Morrowind installation is complete.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="190"/>
<source>&lt;br&gt;&lt;b&gt;There may be a more recent version of Morrowind available.&lt;/b&gt;&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?&lt;br&gt;</source> <source>&lt;br&gt;&lt;b&gt;There may be a more recent version of Morrowind available.&lt;/b&gt;&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?&lt;br&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="185"/>
<source>Most recent Morrowind not detected</source> <source>Most recent Morrowind not detected</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="168"/>
<source>Select a valid %1 installation media.&lt;br&gt;&lt;b&gt;Hint&lt;/b&gt;: make sure that it contains at least one &lt;b&gt;.cab&lt;/b&gt; file.</source> <source>Select a valid %1 installation media.&lt;br&gt;&lt;b&gt;Hint&lt;/b&gt;: make sure that it contains at least one &lt;b&gt;.cab&lt;/b&gt; file.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="200"/>
<source>There may be a more recent version of Morrowind available.&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?</source> <source>There may be a more recent version of Morrowind available.&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -326,57 +268,46 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::ComponentSelectionPage</name> <name>Wizard::ComponentSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="16"/>
<source>&amp;Install</source> <source>&amp;Install</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="46"/>
<source>&amp;Skip</source> <source>&amp;Skip</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="83"/>
<source>Morrowind (installed)</source> <source>Morrowind (installed)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="89"/>
<source>Morrowind</source> <source>Morrowind</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="97"/>
<source>Tribunal (installed)</source> <source>Tribunal (installed)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="103"/>
<source>Tribunal</source> <source>Tribunal</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="111"/>
<source>Bloodmoon (installed)</source> <source>Bloodmoon (installed)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="117"/>
<source>Bloodmoon</source> <source>Bloodmoon</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="137"/>
<source>About to install Tribunal after Bloodmoon</source> <source>About to install Tribunal after Bloodmoon</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="141"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;You are about to install Tribunal&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Bloodmoon is already installed on your computer.&lt;/p&gt;&lt;p&gt;However, it is recommended that you install Tribunal before Bloodmoon.&lt;/p&gt;&lt;p&gt;Would you like to re-install Bloodmoon?&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;You are about to install Tribunal&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Bloodmoon is already installed on your computer.&lt;/p&gt;&lt;p&gt;However, it is recommended that you install Tribunal before Bloodmoon.&lt;/p&gt;&lt;p&gt;Would you like to re-install Bloodmoon?&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="147"/>
<source>Re-install &amp;Bloodmoon</source> <source>Re-install &amp;Bloodmoon</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -384,17 +315,14 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::ConclusionPage</name> <name>Wizard::ConclusionPage</name>
<message> <message>
<location filename="../../apps/wizard/conclusionpage.cpp" line="40"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully installed Morrowind on your computer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully installed Morrowind on your computer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/conclusionpage.cpp" line="46"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully modified your existing Morrowind installation.&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully modified your existing Morrowind installation.&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/conclusionpage.cpp" line="53"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard failed to install Morrowind on your computer.&lt;/p&gt;&lt;p&gt;Please report any bugs you might have encountered to our &lt;a href=&quot;https://gitlab.com/OpenMW/openmw/issues&quot;&gt;bug tracker&lt;/a&gt;.&lt;br/&gt;Make sure to include the installation log.&lt;/p&gt;&lt;br/&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard failed to install Morrowind on your computer.&lt;/p&gt;&lt;p&gt;Please report any bugs you might have encountered to our &lt;a href=&quot;https://gitlab.com/OpenMW/openmw/issues&quot;&gt;bug tracker&lt;/a&gt;.&lt;br/&gt;Make sure to include the installation log.&lt;/p&gt;&lt;br/&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -402,32 +330,26 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::ExistingInstallationPage</name> <name>Wizard::ExistingInstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="18"/>
<source>No existing installations detected</source> <source>No existing installations detected</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="57"/>
<source>Error detecting Morrowind configuration</source> <source>Error detecting Morrowind configuration</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="73"/>
<source>Morrowind configuration file (*.ini)</source> <source>Morrowind configuration file (*.ini)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="92"/>
<source>Select Morrowind.esm (located in Data Files)</source> <source>Select Morrowind.esm (located in Data Files)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="93"/>
<source>Morrowind master file (Morrowind.esm)</source> <source>Morrowind master file (Morrowind.esm)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="106"/>
<source>Error detecting Morrowind files</source> <source>Error detecting Morrowind files</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -435,78 +357,62 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::InstallationPage</name> <name>Wizard::InstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="161"/>
<source>&lt;p&gt;Attempting to install component %1.&lt;/p&gt;</source> <source>&lt;p&gt;Attempting to install component %1.&lt;/p&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="162"/>
<source>Attempting to install component %1.</source> <source>Attempting to install component %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="165"/>
<source>%1 Installation</source> <source>%1 Installation</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="174"/>
<source>Select %1 installation media</source> <source>Select %1 installation media</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="179"/>
<location filename="../../apps/wizard/installationpage.cpp" line="209"/>
<source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: The installation was aborted by the user&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;</source> <source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: The installation was aborted by the user&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="194"/>
<source>&lt;p&gt;Detected old version of component Morrowind.&lt;/p&gt;</source> <source>&lt;p&gt;Detected old version of component Morrowind.&lt;/p&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="195"/>
<source>Detected old version of component Morrowind.</source> <source>Detected old version of component Morrowind.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="198"/>
<source>Morrowind Installation</source> <source>Morrowind Installation</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="225"/>
<source>Installation finished</source> <source>Installation finished</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="228"/>
<source>Installation completed successfully!</source> <source>Installation completed successfully!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="238"/>
<source>Installation failed!</source> <source>Installation failed!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="240"/>
<source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: %1&lt;/b&gt;&lt;/p&gt;</source> <source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: %1&lt;/b&gt;&lt;/p&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="241"/>
<source>&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/p&gt;</source> <source>&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/p&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="252"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The Wizard has encountered an error&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The error reported was:&lt;/p&gt;&lt;p&gt;%1&lt;/p&gt;&lt;p&gt;Press &amp;quot;Show Details...&amp;quot; for more information.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The Wizard has encountered an error&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The error reported was:&lt;/p&gt;&lt;p&gt;%1&lt;/p&gt;&lt;p&gt;Press &amp;quot;Show Details...&amp;quot; for more information.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="248"/>
<source>An error occurred</source> <source>An error occurred</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -514,37 +420,30 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::InstallationTargetPage</name> <name>Wizard::InstallationTargetPage</name>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="47"/>
<source>Error creating destination</source> <source>Error creating destination</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="51"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="68"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not write to the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not write to the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="82"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The destination directory is not empty&lt;/b&gt;&lt;/p&gt;&lt;p&gt;An existing Morrowind installation is present in the specified location.&lt;/p&gt;&lt;p&gt;Please specify a different location, or go back and select the location as an existing installation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The destination directory is not empty&lt;/b&gt;&lt;/p&gt;&lt;p&gt;An existing Morrowind installation is present in the specified location.&lt;/p&gt;&lt;p&gt;Please specify a different location, or go back and select the location as an existing installation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="64"/>
<source>Insufficient permissions</source> <source>Insufficient permissions</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="78"/>
<source>Destination not empty</source> <source>Destination not empty</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="95"/>
<source>Select where to install Morrowind</source> <source>Select where to install Morrowind</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -552,37 +451,30 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::LanguageSelectionPage</name> <name>Wizard::LanguageSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="17"/>
<source>English</source> <source>English</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="17"/>
<source>French</source> <source>French</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="18"/>
<source>German</source> <source>German</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="18"/>
<source>Italian</source> <source>Italian</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="18"/>
<source>Polish</source> <source>Polish</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="19"/>
<source>Russian</source> <source>Russian</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="19"/>
<source>Spanish</source> <source>Spanish</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -590,267 +482,193 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::MainWizard</name> <name>Wizard::MainWizard</name>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="44"/>
<source>OpenMW Wizard</source> <source>OpenMW Wizard</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="97"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="121"/>
<source>Error opening Wizard log file</source> <source>Error opening Wizard log file</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="60"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="452"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="479"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for writing&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for writing&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="145"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="213"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for reading&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for reading&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="161"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="190"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="226"/>
<source>Error opening OpenMW configuration file</source> <source>Error opening OpenMW configuration file</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="382"/>
<source>Quit Wizard</source> <source>Quit Wizard</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="385"/> <source>Error writing OpenMW configuration file</source>
<source>Are you sure you want to exit the Wizard?</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="427"/> <source>Are you sure you want to exit the Wizard?</source>
<source>Error creating OpenMW configuration directory</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="431"/> <source>Error creating OpenMW configuration directory</source>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create %1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="448"/> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create %1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<location filename="../../apps/wizard/mainwizard.cpp" line="475"/>
<source>Error writing OpenMW configuration file</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>
<context> <context>
<name>Wizard::UnshieldWorker</name> <name>Wizard::UnshieldWorker</name>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="177"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="196"/>
<source>Failed to open Morrowind configuration file!</source> <source>Failed to open Morrowind configuration file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="178"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="197"/>
<source>Opening %1 failed: %2.</source> <source>Opening %1 failed: %2.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="203"/>
<source>Failed to write Morrowind configuration file!</source> <source>Failed to write Morrowind configuration file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="204"/>
<source>Writing to %1 failed: %2.</source> <source>Writing to %1 failed: %2.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="338"/>
<source>Installing: %1</source> <source>Installing: %1</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="367"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="775"/>
<source>Installing: %1 directory</source> <source>Installing: %1 directory</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="438"/>
<source>Installation finished!</source> <source>Installation finished!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="462"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="582"/>
<source>Component parameter is invalid!</source> <source>Component parameter is invalid!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="462"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="582"/>
<source>An invalid component parameter was supplied.</source> <source>An invalid component parameter was supplied.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="543"/>
<source>Failed to find a valid archive containing %1.bsa! Retrying.</source> <source>Failed to find a valid archive containing %1.bsa! Retrying.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="586"/>
<source>Installing %1</source> <source>Installing %1</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="592"/>
<source>Installation media path not set!</source> <source>Installation media path not set!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="592"/>
<source>The source path for %1 was not set.</source> <source>The source path for %1 was not set.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="606"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="615"/>
<source>Cannot create temporary directory!</source> <source>Cannot create temporary directory!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="606"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="615"/>
<source>Failed to create %1.</source> <source>Failed to create %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="621"/>
<source>Cannot move into temporary directory!</source> <source>Cannot move into temporary directory!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="622"/>
<source>Failed to move into %1.</source> <source>Failed to move into %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="631"/>
<source>Moving installation files</source> <source>Moving installation files</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="644"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="655"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="712"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="779"/>
<source>Could not install directory!</source> <source>Could not install directory!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="644"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="655"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="713"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="780"/>
<source>Installing %1 to %2 failed.</source> <source>Installing %1 to %2 failed.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="668"/>
<source>Could not install translation file!</source> <source>Could not install translation file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="668"/>
<source>Failed to install *%1 files.</source> <source>Failed to install *%1 files.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="682"/>
<source>Could not install Morrowind data file!</source> <source>Could not install Morrowind data file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="682"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="691"/>
<source>Failed to install %1.</source> <source>Failed to install %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="690"/>
<source>Could not install Morrowind configuration file!</source> <source>Could not install Morrowind configuration file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="709"/>
<source>Installing: Sound directory</source> <source>Installing: Sound directory</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="725"/>
<source>Could not find Tribunal data file!</source> <source>Could not find Tribunal data file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="725"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="740"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="752"/>
<source>Failed to find %1.</source> <source>Failed to find %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="739"/>
<source>Could not find Tribunal patch file!</source> <source>Could not find Tribunal patch file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="752"/>
<source>Could not find Bloodmoon data file!</source> <source>Could not find Bloodmoon data file!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="760"/>
<source>Updating Morrowind configuration file</source> <source>Updating Morrowind configuration file</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="785"/>
<source>%1 installation finished!</source> <source>%1 installation finished!</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="824"/>
<source>Extracting: %1</source> <source>Extracting: %1</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="850"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="983"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="1021"/>
<source>Failed to open InstallShield Cabinet File.</source> <source>Failed to open InstallShield Cabinet File.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="850"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="983"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="1021"/>
<source>Opening %1 failed.</source> <source>Opening %1 failed.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="879"/>
<source>Failed to extract %1.</source> <source>Failed to extract %1.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="880"/>
<source>Complete path: %1</source> <source>Complete path: %1</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

@ -4,27 +4,22 @@
<context> <context>
<name>ComponentSelectionPage</name> <name>ComponentSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation>WizardPage</translation> <translation>WizardPage</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="17"/>
<source>Select Components</source> <source>Select Components</source>
<translation>Выбор компонентов</translation> <translation>Выбор компонентов</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="20"/>
<source>Which components should be installed?</source> <source>Which components should be installed?</source>
<translation>Какие компоненты должны быть установлены?</translation> <translation>Какие компоненты должны быть установлены?</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="26"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select which official Morrowind expansions should be installed. For best results, it is recommended to have both expansions installed.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to install expansions later by re-running this Wizard.&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select which official Morrowind expansions should be installed. For best results, it is recommended to have both expansions installed.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to install expansions later by re-running this Wizard.&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Выберите, какие дополнения для Morrowind нужно установить. Для достижения наилучших результатов рекомендуется установить оба дополнения.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Подсказка:&lt;/span&gt; Можно установить дополнения позже, запустив этот Мастер установки заново.&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Выберите, какие дополнения для Morrowind нужно установить. Для достижения наилучших результатов рекомендуется установить оба дополнения.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Подсказка:&lt;/span&gt; Можно установить дополнения позже, запустив этот Мастер установки заново.&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/componentselectionpage.ui" line="36"/>
<source>Selected components:</source> <source>Selected components:</source>
<translation>Выбранные компоненты:</translation> <translation>Выбранные компоненты:</translation>
</message> </message>
@ -32,17 +27,14 @@
<context> <context>
<name>ConclusionPage</name> <name>ConclusionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/conclusionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation>WizardPage</translation> <translation>WizardPage</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/conclusionpage.ui" line="17"/>
<source>Completing the OpenMW Wizard</source> <source>Completing the OpenMW Wizard</source>
<translation>Завершение работы Мастера установки OpenMW</translation> <translation>Завершение работы Мастера установки OpenMW</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/conclusionpage.ui" line="23"/>
<source>Placeholder</source> <source>Placeholder</source>
<translation>Placeholder</translation> <translation>Placeholder</translation>
</message> </message>
@ -50,27 +42,22 @@
<context> <context>
<name>ExistingInstallationPage</name> <name>ExistingInstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation>WizardPage</translation> <translation>WizardPage</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="17"/>
<source>Select Existing Installation</source> <source>Select Existing Installation</source>
<translation>Выбрать установленную копию игры</translation> <translation>Выбрать установленную копию игры</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="20"/>
<source>Select an existing installation for OpenMW to use or modify.</source> <source>Select an existing installation for OpenMW to use or modify.</source>
<translation>Выбрать установленную копию игры для использования или изменения через OpenMW.</translation> <translation>Выбрать установленную копию игры для использования или изменения через OpenMW.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="26"/>
<source>Detected installations:</source> <source>Detected installations:</source>
<translation>Обнаруженные установленные копии:</translation> <translation>Обнаруженные установленные копии:</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/existinginstallationpage.ui" line="51"/>
<source>Browse...</source> <source>Browse...</source>
<translation>Выбрать...</translation> <translation>Выбрать...</translation>
</message> </message>
@ -78,42 +65,34 @@
<context> <context>
<name>ImportPage</name> <name>ImportPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation>WizardPage</translation> <translation>WizardPage</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="17"/>
<source>Import Settings</source> <source>Import Settings</source>
<translation>Импортировать настройки</translation> <translation>Импортировать настройки</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="20"/>
<source>Import settings from the Morrowind installation.</source> <source>Import settings from the Morrowind installation.</source>
<translation>Импортировать настройки из установленной копии Morrowind.</translation> <translation>Импортировать настройки из установленной копии Morrowind.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="26"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;OpenMW needs to import settings from the Morrowind configuration file in order to function properly.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to import settings later by re-running this Wizard.&lt;/p&gt;&lt;p/&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;OpenMW needs to import settings from the Morrowind configuration file in order to function properly.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Note:&lt;/span&gt; It is possible to import settings later by re-running this Wizard.&lt;/p&gt;&lt;p/&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Чтобы OpenMW мог работать правильно, ему нужно импортировать настройки из файла с настройками Morrowind.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Подсказка:&lt;/span&gt; Также можно импортировать настройки позже, запустив Мастер импорта заново.&lt;/p&gt;&lt;p/&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Чтобы OpenMW мог работать правильно, ему нужно импортировать настройки из файла с настройками Morrowind.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:bold;&quot;&gt;Подсказка:&lt;/span&gt; Также можно импортировать настройки позже, запустив Мастер импорта заново.&lt;/p&gt;&lt;p/&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="36"/>
<source>Import settings from Morrowind.ini</source> <source>Import settings from Morrowind.ini</source>
<translation>Импортировать настройки из Morrowind.ini</translation> <translation>Импортировать настройки из Morrowind.ini</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="46"/>
<source>Import add-on and plugin selection</source> <source>Import add-on and plugin selection</source>
<translation>Импортировать список подключенных плагинов</translation> <translation>Импортировать список подключенных плагинов</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="56"/>
<source>Import bitmap fonts setup from Morrowind.ini</source> <source>Import bitmap fonts setup from Morrowind.ini</source>
<translation>Импортировать растровые шрифты из Morrowind.ini</translation> <translation>Импортировать растровые шрифты из Morrowind.ini</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/importpage.ui" line="59"/>
<source>Fonts shipped with the original engine are blurry with UI scaling and support only a small amount of characters, <source>Fonts shipped with the original engine are blurry with UI scaling and support only a small amount of characters,
so OpenMW provides another set of fonts to avoid these issues. These fonts use TrueType technology and are quite similar so OpenMW provides another set of fonts to avoid these issues. These fonts use TrueType technology and are quite similar
to default Morrowind fonts. Check this box if you still prefer original fonts over OpenMW ones or if you use custom bitmap fonts.</source> to default Morrowind fonts. Check this box if you still prefer original fonts over OpenMW ones or if you use custom bitmap fonts.</source>
@ -125,17 +104,14 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>InstallationPage</name> <name>InstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/installationpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation>WizardPage</translation> <translation>WizardPage</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationpage.ui" line="17"/>
<source>Installing</source> <source>Installing</source>
<translation>Установка</translation> <translation>Установка</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationpage.ui" line="20"/>
<source>Please wait while Morrowind is installed on your computer.</source> <source>Please wait while Morrowind is installed on your computer.</source>
<translation>Пожалуйста, подождите, пока Morrowind устанавливается на ваш компьютер.</translation> <translation>Пожалуйста, подождите, пока Morrowind устанавливается на ваш компьютер.</translation>
</message> </message>
@ -143,32 +119,26 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>InstallationTargetPage</name> <name>InstallationTargetPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation>WizardPage</translation> <translation>WizardPage</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="17"/>
<source>Select Installation Destination</source> <source>Select Installation Destination</source>
<translation>Выберите путь для установки</translation> <translation>Выберите путь для установки</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="20"/>
<source>Where should Morrowind be installed?</source> <source>Where should Morrowind be installed?</source>
<translation>Куда нужно установить Morrowind?</translation> <translation>Куда нужно установить Morrowind?</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="34"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="47"/>
<source>Morrowind will be installed to the following location. </source> <source>Morrowind will be installed to the following location. </source>
<translation>Morrowind будет установлен в следующее место.</translation> <translation>Morrowind будет установлен в следующее место. </translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/installationtargetpage.ui" line="64"/>
<source>Browse...</source> <source>Browse...</source>
<translation>Выбрать...</translation> <translation>Выбрать...</translation>
</message> </message>
@ -176,17 +146,14 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>IntroPage</name> <name>IntroPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/intropage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation>WizardPage</translation> <translation>WizardPage</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/intropage.ui" line="17"/>
<source>Welcome to the OpenMW Wizard</source> <source>Welcome to the OpenMW Wizard</source>
<translation>Добро пожаловать в Мастер установки</translation> <translation>Добро пожаловать в Мастер установки</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/intropage.ui" line="23"/>
<source>This Wizard will help you install Morrowind and its add-ons for OpenMW to use.</source> <source>This Wizard will help you install Morrowind and its add-ons for OpenMW to use.</source>
<translation>Этот Мастер поможет вам установить Morrowind и его дополнения, чтобы OpenMW мог их использовать.</translation> <translation>Этот Мастер поможет вам установить Morrowind и его дополнения, чтобы OpenMW мог их использовать.</translation>
</message> </message>
@ -194,27 +161,22 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>LanguageSelectionPage</name> <name>LanguageSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation>WizardPage</translation> <translation>WizardPage</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="17"/>
<source>Select Morrowind Language</source> <source>Select Morrowind Language</source>
<translation>Выберите язык вашей копии Morrowind</translation> <translation>Выберите язык вашей копии Morrowind</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="20"/>
<source>What is the language of the Morrowind installation?</source> <source>What is the language of the Morrowind installation?</source>
<translation>Какой язык использует ваша копия Morrowind?</translation> <translation>Какой язык использует ваша копия Morrowind?</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="34"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/preferences-desktop-locale.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/preferences-desktop-locale.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&gt;&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/preferences-desktop-locale.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&gt;&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/preferences-desktop-locale.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/languageselectionpage.ui" line="47"/>
<source>Select the language of the Morrowind installation.</source> <source>Select the language of the Morrowind installation.</source>
<translation>Выберите язык, используемый вашей копией Morrowind.</translation> <translation>Выберите язык, используемый вашей копией Morrowind.</translation>
</message> </message>
@ -222,62 +184,50 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>MethodSelectionPage</name> <name>MethodSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="14"/>
<source>WizardPage</source> <source>WizardPage</source>
<translation>WizardPage</translation> <translation>WizardPage</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="17"/>
<source>Select Installation Method</source> <source>Select Installation Method</source>
<translation>Выберите способ установки</translation> <translation>Выберите способ установки</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="20"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select how you would like to install &lt;i&gt;The Elder Scrolls III: Morrowind&lt;/i&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select how you would like to install &lt;i&gt;The Elder Scrolls III: Morrowind&lt;/i&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Выберите способ установки &lt;i&gt;The Elder Scrolls III: Morrowind&lt;/i&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Выберите способ установки &lt;i&gt;The Elder Scrolls III: Morrowind&lt;/i&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="29"/>
<source>Retail CD/DVD</source> <source>Retail CD/DVD</source>
<translation>CD/DVD-диск</translation> <translation>CD/DVD-диск</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="63"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/system-installer.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/system-installer.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/system-installer.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/system-installer.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="82"/>
<source>Install from a retail disc to a new location.</source> <source>Install from a retail disc to a new location.</source>
<translation>Установить игру с диска</translation> <translation>Установить игру с диска.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="97"/>
<source>Existing Installation</source> <source>Existing Installation</source>
<translation>Установленная копия игры</translation> <translation>Установленная копия игры</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="128"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/folder.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="141"/>
<source>Select an existing installation.</source> <source>Select an existing installation.</source>
<translation>Выбрать установленную копию игры.</translation> <translation>Выбрать установленную копию игры.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="162"/>
<source>Don&apos;t have a copy?</source> <source>Don&apos;t have a copy?</source>
<translation>Нет копии игры?</translation> <translation>Нет копии игры?</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="195"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/dollar.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/dollar.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/dollar.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/icons/tango/48x48/dollar.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/ui/methodselectionpage.ui" line="202"/>
<source>Buy the game</source> <source>Buy the game</source>
<translation>Купить игру</translation> <translation>Купить игру</translation>
</message> </message>
@ -285,42 +235,34 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>QObject</name> <name>QObject</name>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="61"/>
<source>&lt;br&gt;&lt;b&gt;Could not find Morrowind.ini&lt;/b&gt;&lt;br&gt;&lt;br&gt;The Wizard needs to update settings in this file.&lt;br&gt;&lt;br&gt;Press &quot;Browse...&quot; to specify the location manually.&lt;br&gt;</source> <source>&lt;br&gt;&lt;b&gt;Could not find Morrowind.ini&lt;/b&gt;&lt;br&gt;&lt;br&gt;The Wizard needs to update settings in this file.&lt;br&gt;&lt;br&gt;Press &quot;Browse...&quot; to specify the location manually.&lt;br&gt;</source>
<translation>&lt;br&gt;&lt;b&gt;Не удалось найти Morrowind.ini&lt;/b&gt;&lt;br&gt;&lt;br&gt;Мастеру требуется обновить настройки в этом файле.&lt;br&gt;&lt;br&gt;Нажмите &quot;Выбрать...&quot;, чтобы задать местоположение файла вручную.&lt;br&gt;</translation> <translation>&lt;br&gt;&lt;b&gt;Не удалось найти Morrowind.ini&lt;/b&gt;&lt;br&gt;&lt;br&gt;Мастеру требуется обновить настройки в этом файле.&lt;br&gt;&lt;br&gt;Нажмите &quot;Выбрать...&quot;, чтобы задать местоположение файла вручную.&lt;br&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="65"/>
<source>B&amp;rowse...</source> <source>B&amp;rowse...</source>
<translation>&amp;Выбрать...</translation> <translation>&amp;Выбрать...</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="72"/>
<source>Select configuration file</source> <source>Select configuration file</source>
<translation>Выберите файл с настройками</translation> <translation>Выберите файл с настройками</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="110"/>
<source>&lt;b&gt;Morrowind.bsa&lt;/b&gt; is missing!&lt;br&gt;Make sure your Morrowind installation is complete.</source> <source>&lt;b&gt;Morrowind.bsa&lt;/b&gt; is missing!&lt;br&gt;Make sure your Morrowind installation is complete.</source>
<translation>&lt;b&gt;Morrowind.bsa&lt;/b&gt; не найден!&lt;br&gt;Убедитесь, что Morrowind был установлен правильно.</translation> <translation>&lt;b&gt;Morrowind.bsa&lt;/b&gt; не найден!&lt;br&gt;Убедитесь, что Morrowind был установлен правильно.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="190"/>
<source>&lt;br&gt;&lt;b&gt;There may be a more recent version of Morrowind available.&lt;/b&gt;&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?&lt;br&gt;</source> <source>&lt;br&gt;&lt;b&gt;There may be a more recent version of Morrowind available.&lt;/b&gt;&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?&lt;br&gt;</source>
<translation>&lt;br&gt;&lt;b&gt;Может существовать более свежая версия Morrowind.&lt;/b&gt;&lt;br&gt;&lt;br&gt;Все равно продолжить?&lt;br&gt;</translation> <translation>&lt;br&gt;&lt;b&gt;Может существовать более свежая версия Morrowind.&lt;/b&gt;&lt;br&gt;&lt;br&gt;Все равно продолжить?&lt;br&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="185"/>
<source>Most recent Morrowind not detected</source> <source>Most recent Morrowind not detected</source>
<translation>Актуальная версия Morrowind не найдена</translation> <translation>Актуальная версия Morrowind не найдена</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="168"/>
<source>Select a valid %1 installation media.&lt;br&gt;&lt;b&gt;Hint&lt;/b&gt;: make sure that it contains at least one &lt;b&gt;.cab&lt;/b&gt; file.</source> <source>Select a valid %1 installation media.&lt;br&gt;&lt;b&gt;Hint&lt;/b&gt;: make sure that it contains at least one &lt;b&gt;.cab&lt;/b&gt; file.</source>
<translation>Выберите корректный установочный дистрибутив %1.&lt;br&gt;&lt;b&gt;Подсказка&lt;/b&gt;: он должен содержать как минимум один &lt;b&gt;.cab&lt;/b&gt;-файл.</translation> <translation>Выберите корректный установочный дистрибутив %1.&lt;br&gt;&lt;b&gt;Подсказка&lt;/b&gt;: он должен содержать как минимум один &lt;b&gt;.cab&lt;/b&gt;-файл.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="200"/>
<source>There may be a more recent version of Morrowind available.&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?</source> <source>There may be a more recent version of Morrowind available.&lt;br&gt;&lt;br&gt;Do you wish to continue anyway?</source>
<translation>Может существовать более свежая версия Morrowind.&lt;br&gt;&lt;br&gt;Все равно продолжить?</translation> <translation>Может существовать более свежая версия Morrowind.&lt;br&gt;&lt;br&gt;Все равно продолжить?</translation>
</message> </message>
@ -328,57 +270,46 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::ComponentSelectionPage</name> <name>Wizard::ComponentSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="16"/>
<source>&amp;Install</source> <source>&amp;Install</source>
<translation>&amp;Установить</translation> <translation>&amp;Установить</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="46"/>
<source>&amp;Skip</source> <source>&amp;Skip</source>
<translation>&amp;Пропустить</translation> <translation>&amp;Пропустить</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="83"/>
<source>Morrowind (installed)</source> <source>Morrowind (installed)</source>
<translation>Morrowind (установлен)</translation> <translation>Morrowind (установлен)</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="89"/>
<source>Morrowind</source> <source>Morrowind</source>
<translation>Morrowind</translation> <translation>Morrowind</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="97"/>
<source>Tribunal (installed)</source> <source>Tribunal (installed)</source>
<translation>Tribunal (установлен)</translation> <translation>Tribunal (установлен)</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="103"/>
<source>Tribunal</source> <source>Tribunal</source>
<translation>Tribunal</translation> <translation>Tribunal</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="111"/>
<source>Bloodmoon (installed)</source> <source>Bloodmoon (installed)</source>
<translation>Bloodmoon (установлен)</translation> <translation>Bloodmoon (установлен)</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="117"/>
<source>Bloodmoon</source> <source>Bloodmoon</source>
<translation>Bloodmoon</translation> <translation>Bloodmoon</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="137"/>
<source>About to install Tribunal after Bloodmoon</source> <source>About to install Tribunal after Bloodmoon</source>
<translation>Попытка установить Tribunal после Bloodmoon</translation> <translation>Попытка установить Tribunal после Bloodmoon</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="141"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;You are about to install Tribunal&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Bloodmoon is already installed on your computer.&lt;/p&gt;&lt;p&gt;However, it is recommended that you install Tribunal before Bloodmoon.&lt;/p&gt;&lt;p&gt;Would you like to re-install Bloodmoon?&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;You are about to install Tribunal&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Bloodmoon is already installed on your computer.&lt;/p&gt;&lt;p&gt;However, it is recommended that you install Tribunal before Bloodmoon.&lt;/p&gt;&lt;p&gt;Would you like to re-install Bloodmoon?&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Вы собираетесь установить Tribunal&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Bloodmoon уже установлен на ваш компьютер.&lt;/p&gt;&lt;p&gt;Tribunal рекомендуется устанавлить перед установкой Bloodmoon.&lt;/p&gt;&lt;p&gt;Желаете ли вы переустановить Bloodmoon?&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Вы собираетесь установить Tribunal&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Bloodmoon уже установлен на ваш компьютер.&lt;/p&gt;&lt;p&gt;Tribunal рекомендуется устанавлить перед установкой Bloodmoon.&lt;/p&gt;&lt;p&gt;Желаете ли вы переустановить Bloodmoon?&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/componentselectionpage.cpp" line="147"/>
<source>Re-install &amp;Bloodmoon</source> <source>Re-install &amp;Bloodmoon</source>
<translation>Переустановить &amp;Bloodmoon</translation> <translation>Переустановить &amp;Bloodmoon</translation>
</message> </message>
@ -386,17 +317,14 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::ConclusionPage</name> <name>Wizard::ConclusionPage</name>
<message> <message>
<location filename="../../apps/wizard/conclusionpage.cpp" line="40"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully installed Morrowind on your computer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully installed Morrowind on your computer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Мастер OpenMW успешно установил Morrowind на ваш компьютер.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Мастер OpenMW успешно установил Morrowind на ваш компьютер.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/conclusionpage.cpp" line="46"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully modified your existing Morrowind installation.&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard successfully modified your existing Morrowind installation.&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Мастер OpenMW успешно завершил изменение вашей установленной копии Morrowind.&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Мастер OpenMW успешно завершил изменение вашей установленной копии Morrowind.&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/conclusionpage.cpp" line="53"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard failed to install Morrowind on your computer.&lt;/p&gt;&lt;p&gt;Please report any bugs you might have encountered to our &lt;a href=&quot;https://gitlab.com/OpenMW/openmw/issues&quot;&gt;bug tracker&lt;/a&gt;.&lt;br/&gt;Make sure to include the installation log.&lt;/p&gt;&lt;br/&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The OpenMW Wizard failed to install Morrowind on your computer.&lt;/p&gt;&lt;p&gt;Please report any bugs you might have encountered to our &lt;a href=&quot;https://gitlab.com/OpenMW/openmw/issues&quot;&gt;bug tracker&lt;/a&gt;.&lt;br/&gt;Make sure to include the installation log.&lt;/p&gt;&lt;br/&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Мастеру OpenMW не удалось установить Morrowind на ваш компьютер.&lt;/p&gt;&lt;p&gt;Пожалуйста, сообщите о встреченных вами ошибках на наш &lt;a href=&quot;https://gitlab.com/OpenMW/openmw/issues&quot;&gt;багтрекер&lt;/a&gt;.&lt;br/&gt;Не забудьте включить туда лог установки.&lt;/p&gt;&lt;br/&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Мастеру OpenMW не удалось установить Morrowind на ваш компьютер.&lt;/p&gt;&lt;p&gt;Пожалуйста, сообщите о встреченных вами ошибках на наш &lt;a href=&quot;https://gitlab.com/OpenMW/openmw/issues&quot;&gt;багтрекер&lt;/a&gt;.&lt;br/&gt;Не забудьте включить туда лог установки.&lt;/p&gt;&lt;br/&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
@ -404,32 +332,26 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::ExistingInstallationPage</name> <name>Wizard::ExistingInstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="18"/>
<source>No existing installations detected</source> <source>No existing installations detected</source>
<translation>Установленные копии игры не найдены</translation> <translation>Установленные копии игры не найдены</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="57"/>
<source>Error detecting Morrowind configuration</source> <source>Error detecting Morrowind configuration</source>
<translation>Попытка найти настройки Morrowind завершилась ошибкой</translation> <translation>Попытка найти настройки Morrowind завершилась ошибкой</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="73"/>
<source>Morrowind configuration file (*.ini)</source> <source>Morrowind configuration file (*.ini)</source>
<translation>Файл настроек Morrowind (*.ini)</translation> <translation>Файл настроек Morrowind (*.ini)</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="92"/>
<source>Select Morrowind.esm (located in Data Files)</source> <source>Select Morrowind.esm (located in Data Files)</source>
<translation>Выберите Morrowind.esm (расположен в Data Files)</translation> <translation>Выберите Morrowind.esm (расположен в Data Files)</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="93"/>
<source>Morrowind master file (Morrowind.esm)</source> <source>Morrowind master file (Morrowind.esm)</source>
<translation>Мастер-файл Morrowind (Morrowind.esm)</translation> <translation>Мастер-файл Morrowind (Morrowind.esm)</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/existinginstallationpage.cpp" line="106"/>
<source>Error detecting Morrowind files</source> <source>Error detecting Morrowind files</source>
<translation>Не удалось обнаружить файлы Morrowind</translation> <translation>Не удалось обнаружить файлы Morrowind</translation>
</message> </message>
@ -437,78 +359,62 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::InstallationPage</name> <name>Wizard::InstallationPage</name>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="161"/>
<source>&lt;p&gt;Attempting to install component %1.&lt;/p&gt;</source> <source>&lt;p&gt;Attempting to install component %1.&lt;/p&gt;</source>
<translation>&lt;p&gt;Попытка установить компонент %1.&lt;/p&gt;</translation> <translation>&lt;p&gt;Попытка установить компонент %1.&lt;/p&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="162"/>
<source>Attempting to install component %1.</source> <source>Attempting to install component %1.</source>
<translation>Попытка установить компонент %1.</translation> <translation>Попытка установить компонент %1.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="165"/>
<source>%1 Installation</source> <source>%1 Installation</source>
<translation>Установка %1</translation> <translation>Установка %1</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="174"/>
<source>Select %1 installation media</source> <source>Select %1 installation media</source>
<translation>Выберите установочный дистрибутив %1</translation> <translation>Выберите установочный дистрибутив %1</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="179"/>
<location filename="../../apps/wizard/installationpage.cpp" line="209"/>
<source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: The installation was aborted by the user&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;</source> <source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: The installation was aborted by the user&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Ошибка: Установка была прервана пользователем&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;</translation> <translation>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Ошибка: Установка была прервана пользователем&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="194"/>
<source>&lt;p&gt;Detected old version of component Morrowind.&lt;/p&gt;</source> <source>&lt;p&gt;Detected old version of component Morrowind.&lt;/p&gt;</source>
<translation>lt;p&gt;Обнаружена устаревшая версия компонента Morrowind.&lt;/p&gt;</translation> <translation>lt;p&gt;Обнаружена устаревшая версия компонента Morrowind.&lt;/p&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="195"/>
<source>Detected old version of component Morrowind.</source> <source>Detected old version of component Morrowind.</source>
<translation>Обнаружена устаревшая версия компонента Morrowind.</translation> <translation>Обнаружена устаревшая версия компонента Morrowind.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="198"/>
<source>Morrowind Installation</source> <source>Morrowind Installation</source>
<translation>Установка Morrowind</translation> <translation>Установка Morrowind</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="225"/>
<source>Installation finished</source> <source>Installation finished</source>
<translation>Установка завершена</translation> <translation>Установка завершена</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="228"/>
<source>Installation completed successfully!</source> <source>Installation completed successfully!</source>
<translation>Установка успешно завершена!</translation> <translation>Установка успешно завершена!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="238"/>
<source>Installation failed!</source> <source>Installation failed!</source>
<translation>Установка не удалась!</translation> <translation>Установка не удалась!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="240"/>
<source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: %1&lt;/b&gt;&lt;/p&gt;</source> <source>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Error: %1&lt;/b&gt;&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Ошибка: %1&lt;/b&gt;&lt;/p&gt;</translation> <translation>&lt;p&gt;&lt;br/&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Ошибка: %1&lt;/b&gt;&lt;/p&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="241"/>
<source>&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/p&gt;</source> <source>&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/p&gt;</source>
<translation>&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/p&gt;</translation> <translation>&lt;p&gt;&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/p&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="252"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The Wizard has encountered an error&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The error reported was:&lt;/p&gt;&lt;p&gt;%1&lt;/p&gt;&lt;p&gt;Press &amp;quot;Show Details...&amp;quot; for more information.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The Wizard has encountered an error&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The error reported was:&lt;/p&gt;&lt;p&gt;%1&lt;/p&gt;&lt;p&gt;Press &amp;quot;Show Details...&amp;quot; for more information.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;При работе Мастера возникла ошибка&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Обнаруженная ошибка:&lt;/p&gt;&lt;p&gt;%1&lt;/p&gt;&lt;p&gt;Нажмите &amp;quot;Показать детали...&amp;quot; для получения дополнительной информации.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;При работе Мастера возникла ошибка&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Обнаруженная ошибка:&lt;/p&gt;&lt;p&gt;%1&lt;/p&gt;&lt;p&gt;Нажмите &amp;quot;Показать детали...&amp;quot; для получения дополнительной информации.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationpage.cpp" line="248"/>
<source>An error occurred</source> <source>An error occurred</source>
<translation>Произошла ошибка</translation> <translation>Произошла ошибка</translation>
</message> </message>
@ -516,37 +422,30 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::InstallationTargetPage</name> <name>Wizard::InstallationTargetPage</name>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="47"/>
<source>Error creating destination</source> <source>Error creating destination</source>
<translation>Не удалось создать директорию назначения</translation> <translation>Не удалось создать директорию назначения</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="51"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Не удалось создать директорию назначения&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Пожалуйста, проверьте права доступа и повторите попытку, или же выберите другую директорию.&lt;/p&gt;&lt;/body&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Не удалось создать директорию назначения&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Пожалуйста, проверьте права доступа и повторите попытку, или же выберите другую директорию.&lt;/p&gt;&lt;/body&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="68"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not write to the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not write to the destination directory&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again, or specify a different location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Не удалось записать данные в директорию назначения&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Пожалуйста, проверьте права доступа и повторите попытку, или же выберите другую директорию.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Не удалось записать данные в директорию назначения&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Пожалуйста, проверьте права доступа и повторите попытку, или же выберите другую директорию.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="82"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The destination directory is not empty&lt;/b&gt;&lt;/p&gt;&lt;p&gt;An existing Morrowind installation is present in the specified location.&lt;/p&gt;&lt;p&gt;Please specify a different location, or go back and select the location as an existing installation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;The destination directory is not empty&lt;/b&gt;&lt;/p&gt;&lt;p&gt;An existing Morrowind installation is present in the specified location.&lt;/p&gt;&lt;p&gt;Please specify a different location, or go back and select the location as an existing installation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Директория назначения содержит файлы&lt;/b&gt;&lt;/p&gt;&lt;p&gt;В указанной директории найдена установленная копия Morrowind.&lt;/p&gt;&lt;p&gt;Пожалуйста, выберите другую директорию, или же вернитесь на предыдущий шаг и выберите подключение установленной копии игры.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Директория назначения содержит файлы&lt;/b&gt;&lt;/p&gt;&lt;p&gt;В указанной директории найдена установленная копия Morrowind.&lt;/p&gt;&lt;p&gt;Пожалуйста, выберите другую директорию, или же вернитесь на предыдущий шаг и выберите подключение установленной копии игры.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="64"/>
<source>Insufficient permissions</source> <source>Insufficient permissions</source>
<translation>Не хватает прав доступа</translation> <translation>Не хватает прав доступа</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="78"/>
<source>Destination not empty</source> <source>Destination not empty</source>
<translation>Выбранная директория не пустая</translation> <translation>Выбранная директория не пустая</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/installationtargetpage.cpp" line="95"/>
<source>Select where to install Morrowind</source> <source>Select where to install Morrowind</source>
<translation>Выберите, куда установить Morrowind</translation> <translation>Выберите, куда установить Morrowind</translation>
</message> </message>
@ -554,37 +453,30 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::LanguageSelectionPage</name> <name>Wizard::LanguageSelectionPage</name>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="17"/>
<source>English</source> <source>English</source>
<translation>Английский</translation> <translation>Английский</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="17"/>
<source>French</source> <source>French</source>
<translation>Французский</translation> <translation>Французский</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="18"/>
<source>German</source> <source>German</source>
<translation>Немецкий</translation> <translation>Немецкий</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="18"/>
<source>Italian</source> <source>Italian</source>
<translation>Итальянский</translation> <translation>Итальянский</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="18"/>
<source>Polish</source> <source>Polish</source>
<translation>Польский</translation> <translation>Польский</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="19"/>
<source>Russian</source> <source>Russian</source>
<translation>Русский</translation> <translation>Русский</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/languageselectionpage.cpp" line="19"/>
<source>Spanish</source> <source>Spanish</source>
<translation>Испанский</translation> <translation>Испанский</translation>
</message> </message>
@ -592,59 +484,42 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::MainWizard</name> <name>Wizard::MainWizard</name>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="44"/>
<source>OpenMW Wizard</source> <source>OpenMW Wizard</source>
<translation>Мастер OpenMW</translation> <translation>Мастер OpenMW</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="97"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="121"/>
<source>Error opening Wizard log file</source> <source>Error opening Wizard log file</source>
<translation>Не удалось открыть лог-файл Мастера</translation> <translation>Не удалось открыть лог-файл Мастера</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="60"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="452"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="479"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for writing&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for writing&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Не удалось открыть %1 для записи&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Пожалуйста, проверьте права доступа и повторите попытку.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Не удалось открыть %1 для записи&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Пожалуйста, проверьте права доступа и повторите попытку.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="145"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="213"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for reading&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not open %1 for reading&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Не удалось открыть %1 для чтения&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Пожалуйста, проверьте права доступа и повторите попытку.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Не удалось открыть %1 для чтения&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Пожалуйста, проверьте права доступа и повторите попытку.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="161"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="190"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="226"/>
<source>Error opening OpenMW configuration file</source> <source>Error opening OpenMW configuration file</source>
<translation>Не удалось открыть файл с настройками OpenMW</translation> <translation>Не удалось открыть файл с настройками OpenMW</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="382"/>
<source>Quit Wizard</source> <source>Quit Wizard</source>
<translation>Завершить работу Мастера</translation> <translation>Завершить работу Мастера</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="385"/>
<source>Are you sure you want to exit the Wizard?</source> <source>Are you sure you want to exit the Wizard?</source>
<translation>Вы уверены, что хотите завершить работу Мастера?</translation> <translation>Вы уверены, что хотите завершить работу Мастера?</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="427"/>
<source>Error creating OpenMW configuration directory</source> <source>Error creating OpenMW configuration directory</source>
<translation>Не удалось создать директорию для настроек OpenMW</translation> <translation>Не удалось создать директорию для настроек OpenMW</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="431"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create %1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Could not create %1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Please make sure you have the right permissions and try again.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Не удалось создать %1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Пожалуйста, проверьте права доступа и повторите попытку.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;b&gt;Не удалось создать %1&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Пожалуйста, проверьте права доступа и повторите попытку.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/mainwizard.cpp" line="448"/>
<location filename="../../apps/wizard/mainwizard.cpp" line="475"/>
<source>Error writing OpenMW configuration file</source> <source>Error writing OpenMW configuration file</source>
<translation>Не удалось записать данные в файл с настройками OpenMW</translation> <translation>Не удалось записать данные в файл с настройками OpenMW</translation>
</message> </message>
@ -652,207 +527,150 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
<context> <context>
<name>Wizard::UnshieldWorker</name> <name>Wizard::UnshieldWorker</name>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="177"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="196"/>
<source>Failed to open Morrowind configuration file!</source> <source>Failed to open Morrowind configuration file!</source>
<translation>Не удалось открыть файл с настройками Morrowind!</translation> <translation>Не удалось открыть файл с настройками Morrowind!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="178"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="197"/>
<source>Opening %1 failed: %2.</source> <source>Opening %1 failed: %2.</source>
<translation>Попытка открыть %1 не удалась: %2.</translation> <translation>Попытка открыть %1 не удалась: %2.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="203"/>
<source>Failed to write Morrowind configuration file!</source> <source>Failed to write Morrowind configuration file!</source>
<translation>Не удалось записать данные в файл с настройками Morrowind!</translation> <translation>Не удалось записать данные в файл с настройками Morrowind!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="204"/>
<source>Writing to %1 failed: %2.</source> <source>Writing to %1 failed: %2.</source>
<translation>Запись в %1 завершилась с ошибкой: %2.</translation> <translation>Запись в %1 завершилась с ошибкой: %2.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="338"/>
<source>Installing: %1</source> <source>Installing: %1</source>
<translation>Установка: %1</translation> <translation>Установка: %1</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="367"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="775"/>
<source>Installing: %1 directory</source> <source>Installing: %1 directory</source>
<translation>Установка: директория %1</translation> <translation>Установка: директория %1</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="438"/>
<source>Installation finished!</source> <source>Installation finished!</source>
<translation>Установка завершена!</translation> <translation>Установка завершена!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="462"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="582"/>
<source>Component parameter is invalid!</source> <source>Component parameter is invalid!</source>
<translation>Некорректный параметр для компонента!</translation> <translation>Некорректный параметр для компонента!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="462"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="582"/>
<source>An invalid component parameter was supplied.</source> <source>An invalid component parameter was supplied.</source>
<translation>Задан некорректный параметр для компонента.</translation> <translation>Задан некорректный параметр для компонента.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="543"/>
<source>Failed to find a valid archive containing %1.bsa! Retrying.</source> <source>Failed to find a valid archive containing %1.bsa! Retrying.</source>
<translation>Не удалось найти архив, содержащий %1.bsa! Повторная попытка.</translation> <translation>Не удалось найти архив, содержащий %1.bsa! Повторная попытка.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="586"/>
<source>Installing %1</source> <source>Installing %1</source>
<translation>Установка %1</translation> <translation>Установка %1</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="592"/>
<source>Installation media path not set!</source> <source>Installation media path not set!</source>
<translation>путь к установочному дистрибутиву не задан!</translation> <translation>путь к установочному дистрибутиву не задан!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="592"/>
<source>The source path for %1 was not set.</source> <source>The source path for %1 was not set.</source>
<translation>Исходный пусть для %1 не задан.</translation> <translation>Исходный пусть для %1 не задан.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="606"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="615"/>
<source>Cannot create temporary directory!</source> <source>Cannot create temporary directory!</source>
<translation>Не удалось создать временную директорию!</translation> <translation>Не удалось создать временную директорию!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="606"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="615"/>
<source>Failed to create %1.</source> <source>Failed to create %1.</source>
<translation>Не удалось создать %1.</translation> <translation>Не удалось создать %1.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="621"/>
<source>Cannot move into temporary directory!</source> <source>Cannot move into temporary directory!</source>
<translation>Не удалось переместить во временную директорию!</translation> <translation>Не удалось переместить во временную директорию!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="622"/>
<source>Failed to move into %1.</source> <source>Failed to move into %1.</source>
<translation>Не удалось переместить в %1.</translation> <translation>Не удалось переместить в %1.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="631"/>
<source>Moving installation files</source> <source>Moving installation files</source>
<translation>Перемещение файлов установки</translation> <translation>Перемещение файлов установки</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="644"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="655"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="712"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="779"/>
<source>Could not install directory!</source> <source>Could not install directory!</source>
<translation>Не удалось установить директорию!</translation> <translation>Не удалось установить директорию!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="644"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="655"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="713"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="780"/>
<source>Installing %1 to %2 failed.</source> <source>Installing %1 to %2 failed.</source>
<translation>Не удалось установить %1 в %2.</translation> <translation>Не удалось установить %1 в %2.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="668"/>
<source>Could not install translation file!</source> <source>Could not install translation file!</source>
<translation>Не удалось установить файл с переводом!</translation> <translation>Не удалось установить файл с переводом!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="668"/>
<source>Failed to install *%1 files.</source> <source>Failed to install *%1 files.</source>
<translation>Не удалось установить файлы *%1.</translation> <translation>Не удалось установить файлы *%1.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="682"/>
<source>Could not install Morrowind data file!</source> <source>Could not install Morrowind data file!</source>
<translation>Не удалось установить файл с данными Morrowind!</translation> <translation>Не удалось установить файл с данными Morrowind!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="682"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="691"/>
<source>Failed to install %1.</source> <source>Failed to install %1.</source>
<translation>Не удалось установить %1.</translation> <translation>Не удалось установить %1.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="690"/>
<source>Could not install Morrowind configuration file!</source> <source>Could not install Morrowind configuration file!</source>
<translation>Не удалось установить файл с настройками Morrowind!</translation> <translation>Не удалось установить файл с настройками Morrowind!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="709"/>
<source>Installing: Sound directory</source> <source>Installing: Sound directory</source>
<translation>Установка: директория Sound</translation> <translation>Установка: директория Sound</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="725"/>
<source>Could not find Tribunal data file!</source> <source>Could not find Tribunal data file!</source>
<translation>Не удалось найти файл с данными Tribunal!</translation> <translation>Не удалось найти файл с данными Tribunal!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="725"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="740"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="752"/>
<source>Failed to find %1.</source> <source>Failed to find %1.</source>
<translation>Не удалось найти %1.</translation> <translation>Не удалось найти %1.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="739"/>
<source>Could not find Tribunal patch file!</source> <source>Could not find Tribunal patch file!</source>
<translation>Не удалось найти файл с патчем для Tribunal!</translation> <translation>Не удалось найти файл с патчем для Tribunal!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="752"/>
<source>Could not find Bloodmoon data file!</source> <source>Could not find Bloodmoon data file!</source>
<translation>Не удалось найти файл с данными Bloodmoon!</translation> <translation>Не удалось найти файл с данными Bloodmoon!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="760"/>
<source>Updating Morrowind configuration file</source> <source>Updating Morrowind configuration file</source>
<translation>Обновление файла с настройками Morrowind</translation> <translation>Обновление файла с настройками Morrowind</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="785"/>
<source>%1 installation finished!</source> <source>%1 installation finished!</source>
<translation>Установка %1 завершена!</translation> <translation>Установка %1 завершена!</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="824"/>
<source>Extracting: %1</source> <source>Extracting: %1</source>
<translation>Извлечение: %1</translation> <translation>Извлечение: %1</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="850"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="983"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="1021"/>
<source>Failed to open InstallShield Cabinet File.</source> <source>Failed to open InstallShield Cabinet File.</source>
<translation>Не удалось открыть файл InstallShield Cabinet.</translation> <translation>Не удалось открыть файл InstallShield Cabinet.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="850"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="983"/>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="1021"/>
<source>Opening %1 failed.</source> <source>Opening %1 failed.</source>
<translation>Не удалось открыть %1.</translation> <translation>Не удалось открыть %1.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="879"/>
<source>Failed to extract %1.</source> <source>Failed to extract %1.</source>
<translation>Не удалось извлечь %1.</translation> <translation>Не удалось извлечь %1.</translation>
</message> </message>
<message> <message>
<location filename="../../apps/wizard/unshield/unshieldworker.cpp" line="880"/>
<source>Complete path: %1</source> <source>Complete path: %1</source>
<translation>Полный путь: %1</translation> <translation>Полный путь: %1</translation>
</message> </message>

Loading…
Cancel
Save