diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-04-04 22:33:16 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-04-06 14:50:40 +0100 |
commit | 644e06a9091825b86f1df178fa91463b58686030 (patch) | |
tree | fca4a6b2605c93991cdfc2e7b47f4f42d35ae6a4 /translations/monero_eo.ts | |
parent | Merge pull request #9243 (diff) | |
download | monero-644e06a9091825b86f1df178fa91463b58686030.tar.xz |
net: define IPv4 object explicitly
Modify all IPv4 variables, function arguments name and daemon arguments
to IPv4 specific naming to raise consistency with IPv6. This change is
done in order to make source code more legible before addressing #8818.
* --p2p-bind-ip is replaced with --p2p-bind-ipv4-address
* --p2p-bind-port is replaced with --p2p-bind-port-ipv4
* --rpc-bind-ip is replaced with --rpc-bind-ipv4-address
* --rpc-restricted-bind-ip is replaced with --rpc-restricted-bind-ipv4-address
Bug: https://github.com/monero-project/monero/issues/8818
Diffstat (limited to 'translations/monero_eo.ts')
-rw-r--r-- | translations/monero_eo.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/translations/monero_eo.ts b/translations/monero_eo.ts index ff5310351..546d81ad1 100644 --- a/translations/monero_eo.ts +++ b/translations/monero_eo.ts @@ -561,7 +561,7 @@ <name>cryptonote::rpc_args</name> <message> <location filename="../src/rpc/rpc_args.cpp" line="92"/> - <source>Specify IP to bind RPC server</source> + <source>Specify IPv4 address to bind RPC server</source> <translation type="unfinished"></translation> </message> <message> @@ -586,7 +586,7 @@ </message> <message> <location filename="../src/rpc/rpc_args.cpp" line="97"/> - <source>Confirm rpc-bind-ip value is NOT a loopback (local) IP</source> + <source>Confirm rpc-bind-ipv4-address value is NOT a loopback (local) IP</source> <translation type="unfinished"></translation> </message> <message> @@ -632,7 +632,7 @@ <message> <location filename="../src/rpc/rpc_args.cpp" line="146"/> <location filename="../src/rpc/rpc_args.cpp" line="174"/> - <source>Invalid IP address given for --</source> + <source>Invalid IPv4 address given for --</source> <translation type="unfinished"></translation> </message> <message> |