mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
commit
cd8dac2ec5
@ -1,7 +1,7 @@
|
||||
Deterministic OS X Dmg Notes.
|
||||
|
||||
Working OS X DMGs are created in Linux by combining a recent clang,
|
||||
the Apple binutils (ld, ar, etc) and DMG authoring tools.
|
||||
the Apple binutils (ld, ar, etc.) and DMG authoring tools.
|
||||
|
||||
Apple uses clang extensively for development and has upstreamed the necessary
|
||||
functionality so that a vanilla clang can take advantage. It supports the use
|
||||
|
||||
@ -100,4 +100,4 @@ Only supports JSON as output format.
|
||||
|
||||
Risks
|
||||
-------------
|
||||
Running a web browser on the same node with a REST enabled dogecoind can be a risk. Accessing prepared XSS websites could read out tx/block data of your node by placing links like `<script src="http://127.0.0.1:8332/rest/tx/1234567890.json">` which might break the nodes privacy.
|
||||
Running a web browser on the same node with a REST enabled dogecoind can be a risk. Accessing prepared XSS websites could read out tx/block data of your node by placing links like `<script src="http://127.0.0.1:8332/rest/tx/1234567890.json">` which might break the node's privacy.
|
||||
@ -32,7 +32,7 @@ This includes messages passed to the GUI through the UI interface through `InitM
|
||||
|
||||
Documentation for the command line options in the output of `--help` should be translated as well.
|
||||
|
||||
Make sure that default values do not end up in the string, but use string formatting like `strprintf(_("Threshold for disconnecting misbehaving peers (default: %u)"), 100)`. Putting default values in strings has led to accidental translations in the past, and forces the string to be retranslated every time the value changes.
|
||||
Make sure that default values do not end up in the string, but use string formatting like `strprintf(_("Threshold for disconnecting misbehaving peers (default: %u)"), 100)`. Putting default values in strings has led to accidental translations in the past, and forces the string to be re-translated every time the value changes.
|
||||
|
||||
Do not translate messages that are only shown to developers, such as those that only appear when `--help-debug` is used.
|
||||
|
||||
|
||||
@ -1470,7 +1470,7 @@
|
||||
<translation type="vanished">Ne partagez jamais votre clé privée avec une personne indigne de confiance.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Who own the private keys own the coins.</source>
|
||||
<source>Who owns the private keys owns the coins.</source>
|
||||
<translation type="vanished">Ceux qui possèdent les clés privées possèdent les pièces.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@ -1462,7 +1462,7 @@
|
||||
<translation type="vanished">신뢰할 수 없는 사람과 개인 키를 공유하지 마십시오.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Who own the private keys own the coins.</source>
|
||||
<source>Who owns the private keys owns the coins.</source>
|
||||
<translation type="vanished">개인 키를 소유한 사람이 코인을 소유합니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user