diff --git a/resources/report/js/l10n.js b/resources/report/js/l10n.js index b5811f23..c60ed5a7 100644 --- a/resources/report/js/l10n.js +++ b/resources/report/js/l10n.js @@ -163,14 +163,14 @@ /* Summary */ document.getElementById('summary').firstElementChild.textContent = l10n.translate("Summary").fetch(); - document.getElementById('masterlistRevision').previousSibling.textContent = l10n.translate("Masterlist Revision").fetch(); - document.getElementById('masterlistDate').previousSibling.textContent = l10n.translate("Masterlist Date").fetch(); - document.getElementById('totalWarningNo').previousSibling.textContent = l10n.translate("Warnings").fetch(); - document.getElementById('totalErrorNo').previousSibling.textContent = l10n.translate("Errors").fetch(); - document.getElementById('totalMessageNo').previousSibling.textContent = l10n.translate("Total Messages").fetch(); - document.getElementById('activePluginNo').previousSibling.textContent = l10n.translate("Active Plugins").fetch(); - document.getElementById('dirtyPluginNo').previousSibling.textContent = l10n.translate("Dirty Plugins").fetch(); - document.getElementById('totalPluginNo').previousSibling.textContent = l10n.translate("Total Plugins").fetch(); + document.getElementById('masterlistRevision').previousElementSibling.textContent = l10n.translate("Masterlist Revision").fetch(); + document.getElementById('masterlistDate').previousElementSibling.textContent = l10n.translate("Masterlist Date").fetch(); + document.getElementById('totalWarningNo').previousElementSibling.textContent = l10n.translate("Warnings").fetch(); + document.getElementById('totalErrorNo').previousElementSibling.textContent = l10n.translate("Errors").fetch(); + document.getElementById('totalMessageNo').previousElementSibling.textContent = l10n.translate("Total Messages").fetch(); + document.getElementById('activePluginNo').previousElementSibling.textContent = l10n.translate("Active Plugins").fetch(); + document.getElementById('dirtyPluginNo').previousElementSibling.textContent = l10n.translate("Dirty Plugins").fetch(); + document.getElementById('totalPluginNo').previousElementSibling.textContent = l10n.translate("Total Plugins").fetch(); /* General messages */ document.getElementById('generalMessages').firstElementChild.textContent = l10n.translate("General Messages").fetch(); diff --git a/resources/report/report.html b/resources/report/report.html index a564939c..cd1a8842 100644 --- a/resources/report/report.html +++ b/resources/report/report.html @@ -18,66 +18,72 @@
  1. File - + +
  2. Game - -
  3. Settings + +
  4. +
  5. Settings
  6. Help - + +
    -
  1. Update Masterlist -
  2. Sort -
  3. Update Masterlist
  4. +
  5. Sort
  6. + +
@@ -85,20 +91,47 @@

Summary

- + + + + + + + +
Masterlist RevisionN/A -
Masterlist DateN/A +
Masterlist RevisionN/A
Masterlist DateN/A
- + + + + + + + + + + + +
Warnings0 -
Errors0 -
Total Messages0 +
Warnings0
Errors0
Total Messages0
- + + + + + + + + + + + +
Active Plugins0 -
Dirty Plugins0 -
Total Plugins0 +
Active Plugins0
Dirty Plugins0
Total Plugins0
@@ -113,10 +146,10 @@

LOOT

-

Build -

Copyright © 2012–2014 WrinklyNinja -

Load order optimisation for Oblivion, Skyrim, Fallout 3 and Fallout: New Vegas. -

http://loot.github.io +

Build

+

Copyright © 2012–2014 WrinklyNinja

+

Load order optimisation for Oblivion, Skyrim, Fallout 3 and Fallout: New Vegas.

+

http://loot.github.io

LOOT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -145,17 +178,32 @@ along with LOOT. If not, see <http://www.gnu.org/licenses/>.
-

-

-

+

+

+

- + + + + + + + + + + + - + + + + +
NameBase GameLOOT FolderMaster FileMasterlist Repository URLMasterlist Repository BranchInstall PathInstall Path Registry Key +
NameBase GameLOOT FolderMaster FileMasterlist Repository URLMasterlist Repository BranchInstall PathInstall Path Registry Key
Add new row...
Add new row...
-

Language changes will be applied after LOOT is restarted. +

Language changes will be applied after LOOT is restarted.


@@ -176,14 +224,14 @@ along with LOOT. If not, see <http://www.gnu.org/licenses/>.

First-Time Tips

-

This appears to be the first time you have run LOOT v. Here are some tips to help you get started with the interface. +

This appears to be the first time you have run LOOT v. Here are some tips to help you get started with the interface.

  • As well as messages, LOOT displays plugin version numbers, CRCs and Bash Tag suggestions for addition and removal.
  • CRCs and dummy plugin icons are only displayed after plugins have been loaded, either by conflict filtering, or by sorting.
  • Each plugin has a menu that can be used to access extra features, including the plugin's metadata editor and conflict filter. Click the plugin's icon to reveal it.
  • Multiple metadata editors can be opened at once, and the menu bar is disabled while any editors are open.
  • Plugins can be drag and dropped from the sidebar into editors' load after, requirements and incompatibility tables.
  • -
  • Many interface elements have tooltips. If you don't know what something is, try hovering your mouse over it to find out. +
  • Many interface elements have tooltips. If you don't know what something is, try hovering your mouse over it to find out.

See LOOT's documentation, accessed through the Help menu, for further details.