Skip to content

Commit

Permalink
Update translation file (Raptor3um#343)
Browse files Browse the repository at this point in the history
* update english translation file

* fix typo on Makefile.am

* add <!DOCTYPE TS> on translation files

* Update src/qt/forms/createassetsdialog.ui

Co-authored-by: Bertrand Juglas <[email protected]>

* Update src/qt/forms/createassetsdialog.ui

Co-authored-by: Bertrand Juglas <[email protected]>

* Update src/qt/forms/updateassetsdialog.ui

Co-authored-by: Bertrand Juglas <[email protected]>

* Update src/qt/forms/updateassetsdialog.ui

Co-authored-by: Bertrand Juglas <[email protected]>

---------

Co-authored-by: nandofw <[email protected]>
Co-authored-by: Bertrand Juglas <[email protected]>
  • Loading branch information
3 people authored Feb 13, 2024
1 parent 33d40cf commit 310e5fa
Show file tree
Hide file tree
Showing 31 changed files with 14,834 additions and 3,338 deletions.
2 changes: 1 addition & 1 deletion doc/release-notes/dash/release-notes-0.16.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ by specifying a path to custom css files via `--custom-css-dir`. Additionally, t
which makes it possible to see and debug all css adjustments live in the running GUI.

From now on the "Pay To" field in "Send" and "PrivateSend" tabs also accepts Dash URIs.
The Dash address and the amount from the URI are assigned to corresponding fields automatically
The Raptoreum address and the amount from the URI are assigned to corresponding fields automatically
if a Dash URI gets pasted into the field.

Sporks
Expand Down
2 changes: 1 addition & 1 deletion doc/release-notes/dash/release-notes-0.16.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ by specifying a path to custom css files via `--custom-css-dir`. Additionally, t
which makes it possible to see and debug all css adjustments live in the running GUI.

From now on the "Pay To" field in "Send" and "PrivateSend" tabs also accepts Dash URIs.
The Dash address and the amount from the URI are assigned to corresponding fields automatically
The Raptoreum address and the amount from the URI are assigned to corresponding fields automatically
if a Dash URI gets pasted into the field.

Sporks
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ BITCOIN_CORE_H = \
util/spanparsing.h \
util/system.h \
util/asmap.h \
util/macros.h \
util/macro.h \
util/memory.h \
util/moneystr.h \
util/ranges.h \
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ BITCOIN_QT_H = \
qt/rpcconsole.h \
qt/sendcoinsdialog.h \
qt/sendcoinsentry.h \
qt/sendassesdialog.h \
qt/sendassetsdialog.h \
qt/sendassetsentry.h \
qt/createassetsdialog.h \
qt/updateassetsdialog.h \
Expand Down
4 changes: 2 additions & 2 deletions src/qt/forms/createassetsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@
<item>
<widget class="QCheckBox" name="checkBoxMinimumFee">
<property name="toolTip">
<string>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for neoxa transactions than the network can process.</string>
<string>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for Raptoreum transactions than the network can process.</string>
</property>
<property name="text">
<string/>
Expand All @@ -1222,7 +1222,7 @@
<bool>true</bool>
</property>
<property name="toolTip">
<string>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for neoxa transactions than the network can process.</string>
<string>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for Raptoreum transactions than the network can process.</string>
</property>
<property name="text">
<string>(read the tooltip)</string>
Expand Down
4 changes: 2 additions & 2 deletions src/qt/forms/updateassetsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
<item>
<widget class="QCheckBox" name="checkBoxMinimumFee">
<property name="toolTip">
<string>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for neoxa transactions than the network can process.</string>
<string>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for Raptoreum transactions than the network can process.</string>
</property>
<property name="text">
<string/>
Expand All @@ -689,7 +689,7 @@
<bool>true</bool>
</property>
<property name="toolTip">
<string>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for neoxa transactions than the network can process.</string>
<string>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for Raptoreum transactions than the network can process.</string>
</property>
<property name="text">
<string>(read the tooltip)</string>
Expand Down
1 change: 1 addition & 0 deletions src/qt/locale/raptoreum_ar.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ar">
<context>
<name>AddressBookPage</name>
Expand Down
1 change: 1 addition & 0 deletions src/qt/locale/raptoreum_bg.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="bg">
<context>
<name>AddressBookPage</name>
Expand Down
1 change: 1 addition & 0 deletions src/qt/locale/raptoreum_de.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de">
<context>
<name>AddressBookPage</name>
Expand Down
Loading

0 comments on commit 310e5fa

Please sign in to comment.