Add InactiveFloaterTransparency and ActiveFloaterTransparency settings

Dear Users,
This removes FloaterUnfocusedBackgroundOpaque, to achieve the same effect,
modify InactiveFloaterTransparency, 1.5 should do the trick.

PS: The settings are in the Vanity tab at the bottom.

Now for developer nonsense:
Also sync a bunch of the UI code with upstream Alchemy for opts and shtuff.
Also let's translate the tooltips on the buttons on the top right of floaters
Translators note that not all new strings have been translated yet as not all are upstream.
This commit is contained in:
Lirusaito
2019-01-24 11:57:44 -05:00
parent 546422609a
commit 3bdf6e553d
19 changed files with 778 additions and 201 deletions

View File

@@ -140,6 +140,33 @@
<string name="SLappAgentPay">Bezahlen</string>
<string name="SLappAgentOfferTeleport">Teleportangebot an</string>
<string name="SLappAgentRequestFriend">Freundschaftsangebot</string>
<string name="SLappAgentRemoveFriend">
Entfernen von Freunden
</string>
<string name="BUTTON_CLOSE_DARWIN">
Schließen (⌘W)
</string>
<string name="BUTTON_CLOSE_WIN">
Schließen (Strg+W)
</string>
<string name="BUTTON_CLOSE_CHROME">
Schließen
</string>
<string name="BUTTON_RESTORE">
Wiederherstellen
</string>
<string name="BUTTON_MINIMIZE">
Minimieren
</string>
<string name="BUTTON_TEAR_OFF">
Abnehmen
</string>
<string name="BUTTON_DOCK">
Andocken
</string>
<string name="BUTTON_HELP">
Hilfe anzeigen
</string>
<!-- searching - generic -->
<string name="Searching">Suchen...</string>