mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Add description strings to i18n
This commit is contained in:
parent
e48500f00e
commit
9717eaedb1
2 changed files with 40 additions and 13 deletions
|
@ -17,15 +17,15 @@
|
|||
<option value="default">Default</option>
|
||||
<option value="native">Native</option>
|
||||
</select>
|
||||
<p class="header" id="settings-theme">ArmCord theme:</p>
|
||||
<p class="header" id="settings-theme">ArmCord theme</p>
|
||||
<p class="description">
|
||||
ArmCord "themes" are basically behaviour packs.
|
||||
ArmCord "themes" manage apps behaviour and looks.
|
||||
<br />
|
||||
<b>Default</b> - this is how ArmCord looks when you first launch it. It includes recreation of Discord's
|
||||
custom titlebar and ArmCord specific styles injected into Discord.
|
||||
<br />
|
||||
<b>Native</b> - uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more
|
||||
similar to actual Discord app.
|
||||
similar to actual Discord app on Linux.
|
||||
</p>
|
||||
</div>
|
||||
<br />
|
||||
|
@ -99,17 +99,18 @@
|
|||
<option value="hummus">Hummus (unofficial)</option>
|
||||
</select>
|
||||
<div>
|
||||
<p class="header" id="settings-channel">Discord channel:</p>
|
||||
<p class="header" id="settings-channel">Discord channel</p>
|
||||
<p class="description">
|
||||
You can use this setting to change current instance of Discord:
|
||||
<br />
|
||||
<b>Stable</b> - you're probably most familiar with this one. It's the one you see in default Discord
|
||||
client!
|
||||
<br />
|
||||
<b>Canary</b> - this is alpha test release of Discord. By using it you gain access to newest
|
||||
<b>Canary</b> - this is alpha test release of Discord. By using it you gain access to the newest
|
||||
features and fixes.
|
||||
<br />
|
||||
<b>PTB</b> - public test build. Gets features earlier than stable but is a bit older than Canary.
|
||||
<b>PTB</b> - public test build. Receives features earlier than stable but is a bit older than
|
||||
Canary.
|
||||
<br />
|
||||
<b>Hummus</b> - unofficial instance of Discord that takes you back to 2016! None of the client mods
|
||||
bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.
|
||||
|
@ -124,7 +125,7 @@
|
|||
<option value="flicker">Flicker</option>
|
||||
<option value="none">None</option>
|
||||
</select>
|
||||
<p class="header" id="settings-mod">Client mod:</p>
|
||||
<p class="header" id="settings-mod">Client mod</p>
|
||||
<p class="description">
|
||||
Client mods are programs that allow you customize your Discord experience. They can change appearance of
|
||||
the client, modify behaviours or add new features!
|
||||
|
@ -145,7 +146,7 @@
|
|||
<option value="battery">Battery</option>
|
||||
<option value="none">None</option>
|
||||
</select>
|
||||
<p class="header" id="settings-prfmMode">Performance mode:</p>
|
||||
<p class="header" id="settings-prfmMode">Performance mode</p>
|
||||
<p class="description">
|
||||
Performance mode is an experimental function that may either increase responsiveness and performance of
|
||||
ArmCord or... decrease it. Please try every option and see which fits you the best.
|
||||
|
@ -161,7 +162,7 @@
|
|||
<option value="ac_white_plug_hollow">White Hollowed Icon</option>
|
||||
<option value="ac_black_plug_hollow">Black Hollowed Icon</option>
|
||||
</select>
|
||||
<p class="header" id="settings-trayIcon">Tray icon:</p>
|
||||
<p class="header" id="settings-trayIcon">Tray icon</p>
|
||||
<p class="description">Set the icon which will appear in tray menu.</p>
|
||||
</div>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue