mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #3677
d45cd37
fix typos in language files and rpc_args.cpp (ordtrogen)
This commit is contained in:
commit
1eddabf0a4
6 changed files with 11 additions and 11 deletions
|
@ -102,7 +102,7 @@ namespace cryptonote
|
|||
{
|
||||
if (!config.login)
|
||||
{
|
||||
LOG_ERROR(arg.rpc_access_control_origins.name << tr(" requires RFC server password --") << arg.rpc_login.name << tr(" cannot be empty"));
|
||||
LOG_ERROR(arg.rpc_access_control_origins.name << tr(" requires RPC server password --") << arg.rpc_login.name << tr(" cannot be empty"));
|
||||
return boost::none;
|
||||
}
|
||||
|
||||
|
|
|
@ -2259,7 +2259,7 @@ simple_wallet::simple_wallet()
|
|||
"refresh-type <full|optimize-coinbase|no-coinbase|default>\n "
|
||||
" Set the wallet's refresh behaviour.\n "
|
||||
"priority [0|1|2|3|4]\n "
|
||||
" Set the fee too default/unimportant/normal/elevated/priority.\n "
|
||||
" Set the fee to default/unimportant/normal/elevated/priority.\n "
|
||||
"confirm-missing-payment-id <1|0>\n "
|
||||
"ask-password <1|0>\n "
|
||||
"unit <monero|millinero|micronero|nanonero|piconero>\n "
|
||||
|
|
|
@ -461,7 +461,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../src/rpc/rpc_args.cpp" line="105"/>
|
||||
<source> requires RFC server password --</source>
|
||||
<source> requires RPC server password --</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1678,7 +1678,7 @@ If the "tag_description" argument is specified, the tag <tag_name&g
|
|||
refresh-type <full|optimize-coinbase|no-coinbase|default>
|
||||
Set the wallet's refresh behaviour.
|
||||
priority [0|1|2|3|4]
|
||||
Set the fee too default/unimportant/normal/elevated/priority.
|
||||
Set the fee to default/unimportant/normal/elevated/priority.
|
||||
confirm-missing-payment-id <1|0>
|
||||
ask-password <1|0>
|
||||
unit <monero|millinero|micronero|nanonero|piconero>
|
||||
|
|
|
@ -461,7 +461,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../src/rpc/rpc_args.cpp" line="105"/>
|
||||
<source> requires RFC server password --</source>
|
||||
<source> requires RPC server password --</source>
|
||||
<translation> nécessite le mot de passe du serveur RPC --</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1699,7 +1699,7 @@ Si l'argument "tag_description" est spécifié, le texte arbitrai
|
|||
refresh-type <full|optimize-coinbase|no-coinbase|default>
|
||||
Set the wallet's refresh behaviour.
|
||||
priority [0|1|2|3|4]
|
||||
Set the fee too default/unimportant/normal/elevated/priority.
|
||||
Set the fee to default/unimportant/normal/elevated/priority.
|
||||
confirm-missing-payment-id <1|0>
|
||||
ask-password <1|0>
|
||||
unit <monero|millinero|micronero|nanonero|piconero>
|
||||
|
|
|
@ -461,8 +461,8 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../src/rpc/rpc_args.cpp" line="105"/>
|
||||
<source> requires RFC server password --</source>
|
||||
<translation> richiede la password del server RFC --</translation>
|
||||
<source> requires RPC server password --</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1582,7 +1582,7 @@ If the "tag_description" argument is specified, the tag <tag_name&g
|
|||
refresh-type <full|optimize-coinbase|no-coinbase|default>
|
||||
Set the wallet's refresh behaviour.
|
||||
priority [0|1|2|3|4]
|
||||
Set the fee too default/unimportant/normal/elevated/priority.
|
||||
Set the fee to default/unimportant/normal/elevated/priority.
|
||||
confirm-missing-payment-id <1|0>
|
||||
ask-password <1|0>
|
||||
unit <monero|millinero|micronero|nanonero|piconero>
|
||||
|
|
|
@ -461,7 +461,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../src/rpc/rpc_args.cpp" line="105"/>
|
||||
<source> requires RFC server password --</source>
|
||||
<source> requires RPC server password --</source>
|
||||
<translation> kräver lösenord till RPC-server --</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1699,7 +1699,7 @@ Om argumentet "tag_description" anges, så tilldelas taggen <taggna
|
|||
refresh-type <full|optimize-coinbase|no-coinbase|default>
|
||||
Set the wallet's refresh behaviour.
|
||||
priority [0|1|2|3|4]
|
||||
Set the fee too default/unimportant/normal/elevated/priority.
|
||||
Set the fee to default/unimportant/normal/elevated/priority.
|
||||
confirm-missing-payment-id <1|0>
|
||||
ask-password <1|0>
|
||||
unit <monero|millinero|micronero|nanonero|piconero>
|
||||
|
|
Loading…
Reference in a new issue