mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 03:19:44 +00:00
cd7941dc9f
I tried to fix https://gitlab.com/OpenMW/openmw/-/issues/8080 by making it so that instead of crashing, we showed an error. In doing so, I discovered some problems with plugin sorting and the refresh button, like: * it forgetting the non-user content files somewhere * nothing guaranteeing that built-in content files stay at the top of the list and them only being there because the first data directory that provides them is usually the first data directory * it forgetting the non-user content files somewhere else * it looking like it'd forget any kind of non-user setting under certain circumstances I fixed those problems too
98 lines
4.1 KiB
XML
98 lines
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE TS>
|
|
<TS version="2.1" language="en">
|
|
<context>
|
|
<name>ContentSelector</name>
|
|
<message>
|
|
<source>Select language used by ESM/ESP content files to allow OpenMW to detect their encoding. </source>
|
|
<translation></translation>
|
|
</message>
|
|
</context>
|
|
<context>
|
|
<name>ContentSelectorModel::ContentModel</name>
|
|
<message>
|
|
<source>Unable to find dependent file: %1</source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source>Dependent file needs to be active: %1</source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source>This file needs to load after %1</source>
|
|
<translation></translation>
|
|
</message>
|
|
</context>
|
|
<context>
|
|
<name>ContentSelectorModel::EsmFile</name>
|
|
<message>
|
|
<source><br/><b>This content file cannot be disabled because it is part of OpenMW.</b><br/></source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source><br/><b>This content file cannot be disabled because it is enabled in a config file other than the user one.</b><br/></source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source><b>Author:</b> %1<br/><b>Format version:</b> %2<br/><b>Modified:</b> %3<br/><b>Path:</b><br/>%4<br/><br/><b>Description:</b><br/>%5<br/><br/><b>Dependencies: </b>%6<br/></source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source><b>This file is specified in a non-user config file, but does not exist in the VFS.</b></source>
|
|
<translation type="unfinished"></translation>
|
|
</message>
|
|
</context>
|
|
<context>
|
|
<name>ContentSelectorView::ContentSelector</name>
|
|
<message>
|
|
<source><No game file></source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source>&Check Selected</source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source>&Uncheck Selected</source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source>&Copy Path(s) to Clipboard</source>
|
|
<translation></translation>
|
|
</message>
|
|
</context>
|
|
<context>
|
|
<name>Process::ProcessInvoker</name>
|
|
<message>
|
|
<source>Error starting executable</source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source><html><head/><body><p><b>Could not find %1</b></p><p>The application is not found.</p><p>Please make sure OpenMW is installed correctly and try again.</p></body></html></source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source><html><head/><body><p><b>Could not start %1</b></p><p>The application is not executable.</p><p>Please make sure you have the right permissions and try again.</p></body></html></source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source><html><head/><body><p><b>Could not start %1</b></p><p>An error occurred while starting %1.</p><p>Press "Show Details..." for more information.</p></body></html></source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source>Error running executable</source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source><html><head/><body><p><b>Executable %1 returned an error</b></p><p>An error occurred while running %1.</p><p>Press "Show Details..." for more information.</p></body></html></source>
|
|
<translation></translation>
|
|
</message>
|
|
<message>
|
|
<source>
|
|
Arguments:
|
|
</source>
|
|
<translation></translation>
|
|
</message>
|
|
</context>
|
|
</TS>
|