mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
Merge pull request #1750
Downloads: update GUI/CLI title and intro text
This commit is contained in:
commit
f7d9ffc925
2 changed files with 5 additions and 4 deletions
|
@ -185,8 +185,8 @@ team:
|
|||
downloads:
|
||||
intro: On this page you can find and download the latest version available of the Monero software, as well as hardware, light and mobile wallets.
|
||||
choose: Choose your download
|
||||
gui: GUI Wallet
|
||||
cli: CLI Wallet
|
||||
gui: Monero GUI Wallet
|
||||
cli: Monero CLI Wallet
|
||||
blockchain: Import Blockchain
|
||||
blockchain1: If you'd prefer to use a raw blockchain instead of syncing from scratch, you can use the most current bootstrap. It is typically much faster to sync from scratch, however, and it also takes a lot less RAM.
|
||||
blockchain2: If you wish to proceed anyway, take a look at the user guide
|
||||
|
@ -195,7 +195,7 @@ downloads:
|
|||
blockchainbutton: Download Blockchain
|
||||
mobilelight: Mobile & Light Wallets
|
||||
hardware: Hardware Wallets
|
||||
gui_intro: The GUI wallet provides a nice user interface, adaptable to all kinds of users, but it is especially recommended for less technical people who want to quickly send and receive XMR.
|
||||
gui_intro: An open-source graphical user interface (GUI) wallet developed by the Monero community, completely free to use, suitable for both beginners and advanced users.
|
||||
simplemode: Simple mode
|
||||
simplemode1: Created for less technical users who only want to use Monero in the easiest and quickest way possible. Open the wallet, automatically connect to a @remote-node, send/receive XMR, done!
|
||||
advancedmode: Advanced mode
|
||||
|
@ -209,6 +209,7 @@ downloads:
|
|||
pruning: Blockchain pruning
|
||||
pruning1: Not enough disk space? Just use @pruning to download only 1/3 of the blockchain
|
||||
langs: "<b>30+ languages</b> available"
|
||||
cli_intro0: An open-source command line interface (CLI) wallet developed by the Monero community, completely free to use, best suited for developers, intermediate, and advanced users.
|
||||
cli_intro: The CLI wallet gives you the total control over your Monero node and funds. Highly customizable and includes various analysis tools, as well as an HTTP RPC and 0MQ interface.
|
||||
currentversion: Current Version
|
||||
sourcecode: Source Code
|
||||
|
|
|
@ -136,7 +136,7 @@ permalink: /downloads/index.html
|
|||
<div class="row start-md">
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<h2 id="cli">{% t downloads.cli %}</h2>
|
||||
<i>{% t downloads.cli_intro %}</i>
|
||||
<i>{% t downloads.cli_intro0 %} {% t downloads.cli_intro %}</i>
|
||||
</div>
|
||||
<div class="col-md-7 col-sm-12 align-blocks">
|
||||
<img class="screen" width="882" height="882" loading="lazy" alt="{% t accessibility.cliscreen %}" src={% if site.lang == "en" %}"/img/downloads/cli.png"{% else %}"/img/downloads/{{site.lang}}/cli.png"{% endif %}>
|
||||
|
|
Loading…
Reference in a new issue