change URI referencing bitcoin to nyc3
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
<item row="3" column="1">
|
||||
<widget class="QLabel" name="messageTextLabel">
|
||||
<property name="toolTip">
|
||||
<string>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</string>
|
||||
<string>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::PlainText</enum>
|
||||
|
||||
+5
-5
@@ -112,8 +112,8 @@ void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent)
|
||||
|
||||
bool parseNYC3URI(const QUrl &uri, SendCoinsRecipient *out)
|
||||
{
|
||||
// return if URI is not valid or is no bitcoin: URI
|
||||
if(!uri.isValid() || uri.scheme() != QString("bitcoin"))
|
||||
// return if URI is not valid or is no nyc3: URI
|
||||
if(!uri.isValid() || uri.scheme() != QString("nyc3"))
|
||||
return false;
|
||||
|
||||
SendCoinsRecipient rv;
|
||||
@@ -175,7 +175,7 @@ bool parseNYC3URI(QString uri, SendCoinsRecipient *out)
|
||||
|
||||
QString formatNYC3URI(const SendCoinsRecipient &info)
|
||||
{
|
||||
QString ret = QString("bitcoin:%1").arg(info.address);
|
||||
QString ret = QString("nyc3:%1").arg(info.address);
|
||||
int paramCount = 0;
|
||||
|
||||
if (info.amount)
|
||||
@@ -622,8 +622,8 @@ fs::path static GetAutostartFilePath()
|
||||
{
|
||||
std::string chain = gArgs.GetChainName();
|
||||
if (chain == CBaseChainParams::MAIN)
|
||||
return GetAutostartDir() / "bitcoin.desktop";
|
||||
return GetAutostartDir() / strprintf("bitcoin-%s.lnk", chain);
|
||||
return GetAutostartDir() / "nyc3.desktop";
|
||||
return GetAutostartDir() / strprintf("nyc3-%s.lnk", chain);
|
||||
}
|
||||
|
||||
bool GetStartOnSystemStartup()
|
||||
|
||||
@@ -394,8 +394,8 @@
|
||||
<translation>Orebalk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Versoek betalings (genereer QR-kodes en bitcoin: URI's)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Versoek betalings (genereer QR-kodes en nyc3: URI's)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -406,8 +406,8 @@
|
||||
<translation>Vertoon die lys van gebruikte ontvangers-adresse en etikette</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Skep 'n bitcoin: URI of betalingsversoek</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Skep 'n nyc3: URI of betalingsversoek</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -398,8 +398,8 @@
|
||||
<translation>Blad nutsbalk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Versoek betalings (genereer QR kodes en bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Versoek betalings (genereer QR kodes en nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -410,8 +410,8 @@
|
||||
<translation>Wys die lys van gebruikte ontvangsadresse en etikette</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Open 'n bitcoin: URI of betalingsversoek</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Open 'n nyc3: URI of betalingsversoek</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -406,7 +406,7 @@
|
||||
<translation>شريط أدوات علامات التبويب</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>أطلب دفعات (يولد كودات الرمز المربع وبيت كوين: العناوين المعطاة)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -418,7 +418,7 @@
|
||||
<translation>عرض قائمة عناوين الإستقبال المستخدمة والملصقات</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>فتح URI : NYC3 أو طلب دفع</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2214,7 +2214,7 @@
|
||||
<translation>أدخل تسمية لهذا العنوان لإضافته إلى قائمة العناوين المستخدمة</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>الرسالة التي تم إرفاقها مع البتكوين: العنوان الذي سيتم تخزينه مع المعاملة للرجوع إليه. ملاحظة: لن يتم إرسال هذه الرسالة عبر شبكة البتكوين.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -358,7 +358,7 @@
|
||||
<translation>Дапамога</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Запатрабаваць плацёж (генеруецца QR-код для біткойн URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -370,7 +370,7 @@
|
||||
<translation>Паказаць спіс адрасоў і метак для прымання</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Адкрыць біткойн: URI ці запыт плацяжу</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -406,7 +406,7 @@
|
||||
<translation>Раздели</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Изискване на плащания(генерира QR кодове и биткойн: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -418,7 +418,7 @@
|
||||
<translation>Покажи списък с използваните адреси и имена.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Отворете биткойн: URI или заявка за плащане</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -410,8 +410,8 @@
|
||||
<translation>Barra d'eines de les pestanyes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Sol·licita pagaments (genera codis QR i bitcoin: URI)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Sol·licita pagaments (genera codis QR i nyc3: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -422,7 +422,7 @@
|
||||
<translation>Mostra la llista d'adreces de recepció i etiquetes utilitzades</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Obre una bitcoin: sol·licitud d'URI o pagament</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2318,8 +2318,8 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
|
||||
<translation>Introduïu una etiqueta per a aquesta adreça per afegir-la a la llista d'adreces utilitzades</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Un missatge que s'ha adjuntat al bitcoin: URI que s'emmagatzemarà amb la transacció per a la vostra referència. Nota: el missatge no s'enviarà a través de la xarxa NYC3.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Un missatge que s'ha adjuntat al nyc3: URI que s'emmagatzemarà amb la transacció per a la vostra referència. Nota: el missatge no s'enviarà a través de la xarxa NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -362,8 +362,8 @@
|
||||
<translation>Barra d'eines de les pestanyes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Sol·licita pagaments (genera codis QR i bitcoin: URI)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Sol·licita pagaments (genera codis QR i nyc3: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -374,7 +374,7 @@
|
||||
<translation>Mostra la llista d'adreces de recepció i etiquetes utilitzades</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Obri una bitcoin: sol·licitud d'URI o pagament</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -1816,8 +1816,8 @@
|
||||
<translation>Introduïu una etiqueta per a esta adreça per afegir-la a la llista d'adreces utilitzades</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Un missatge que s'ha adjuntat al bitcoin: URI que s'emmagatzemarà amb la transacció per a la vostra referència. Nota: el missatge no s'enviarà a través de la xarxa NYC3.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Un missatge que s'ha adjuntat al nyc3: URI que s'emmagatzemarà amb la transacció per a la vostra referència. Nota: el missatge no s'enviarà a través de la xarxa NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -398,8 +398,8 @@
|
||||
<translation>Barra d'eines de les pestanyes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Sol·licita pagaments (genera codis QR i bitcoin: URI)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Sol·licita pagaments (genera codis QR i nyc3: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -410,7 +410,7 @@
|
||||
<translation>Mostra la llista d'adreces de recepció i etiquetes utilitzades</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Obre una bitcoin: sol·licitud d'URI o pagament</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2048,8 +2048,8 @@
|
||||
<translation>Introduïu una etiqueta per a aquesta adreça per afegir-la a la llista d'adreces utilitzades</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Un missatge que s'ha adjuntat al bitcoin: URI que s'emmagatzemarà amb la transacció per a la vostra referència. Nota: el missatge no s'enviarà a través de la xarxa NYC3.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Un missatge que s'ha adjuntat al nyc3: URI que s'emmagatzemarà amb la transacció per a la vostra referència. Nota: el missatge no s'enviarà a través de la xarxa NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Panel s listy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Požaduj platby (generuje QR kódy a bitcoin: URI)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Požaduj platby (generuje QR kódy a nyc3: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>Ukaž seznam použitých přijímacích adres a jejich označení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Načti bitcoin: URI nebo platební požadavek</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Načti nyc3: URI nebo platební požadavek</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2474,8 +2474,8 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
|
||||
<translation>Zadej označení této adresy; obojí se ti pak uloží do adresáře</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Zpráva, která byla připojena k bitcoin: URI a která se ti pro přehled uloží k transakci. Poznámka: Tahle zpráva se neposílá s platbou po bitcoinové síti.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Zpráva, která byla připojena k nyc3: URI a která se ti pro přehled uloží k transakci. Poznámka: Tahle zpráva se neposílá s platbou po bitcoinové síti.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -386,8 +386,8 @@
|
||||
<translation>Bar offer tabiau</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Gofyn taliadau (creu côd QR a bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Gofyn taliadau (creu côd QR a nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -398,7 +398,7 @@
|
||||
<translation>Dangos rhestr o gyfeiriadau derbyn a labelau wedi eu defnyddio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Agor NYC3: URI neu ofyn taliad</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -414,7 +414,7 @@
|
||||
<translation>Faneværktøjslinje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Anmod om betalinger (genererer QR-koder og “bitcoin:”-URI'er)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -426,7 +426,7 @@
|
||||
<translation>Vis listen over brugte modtagelsesadresser og -mærkater</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Åbn en “bitcoin:”-URI eller betalingsanmodning</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2446,7 +2446,7 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
|
||||
<translation>Indtast et mærkat for denne adresse for at føje den til listen over brugte adresser</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>En besked, som blev føjet til “bitcon:”-URI'en, som vil gemmes med transaktionen til din reference. Bemærk: Denne besked vil ikke blive sendt over NYC3-netværket.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -414,7 +414,7 @@
|
||||
<translation>Registerkartenleiste</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Zahlungen anfordern (erzeugt QR-Codes und "bitcoin:"-URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -426,7 +426,7 @@
|
||||
<translation>Liste verwendeter Empfangsadressen und Bezeichnungen anzeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Eine "bitcoin:"-URI oder Zahlungsanforderung öffnen</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2470,7 +2470,7 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
|
||||
<translation>Adressbezeichnung eingeben, die dann zusammen mit der Adresse der Liste bereits verwendeter Adressen hinzugefügt wird.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Eine an die "bitcoin:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das NYC3-Netzwerk gesendet.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -406,7 +406,7 @@
|
||||
<translation>Εργαλειοθήκη καρτελών</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Αίτηση πληρωμών (δημιουργεί QR codes και διευθύνσεις bitcoin: )</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -418,8 +418,8 @@
|
||||
<translation>Προβολή της λίστας των χρησιμοποιημένων διευθύνσεων και ετικετών λήψεως</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Άνοιγμα bitcoin: URI αίτησης πληρωμής</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Άνοιγμα nyc3: URI αίτησης πληρωμής</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -526,7 +526,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location line="-257"/>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -541,7 +541,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -3192,7 +3192,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
|
||||
</message>
|
||||
<message>
|
||||
<location line="+54"/>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Tabs toolbar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Request payments (generates QR codes and bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Request payments (generates QR codes and nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>Show the list of used receiving addresses and labels</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Open a bitcoin: URI or payment request</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Open a nyc3: URI or payment request</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2446,8 +2446,8 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
|
||||
<translation>Enter a label for this address to add it to the list of used addresses</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
<translation>Langeto-breto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Peti pagon (kreas QR-kodojn kaj URI-ojn kun prefikso bitcoin:)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -382,7 +382,7 @@
|
||||
<translation>Vidigi la liston de uzitaj ricevaj adresoj kaj etikedoj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Malfermi bitcoin:-URI-on aŭ pagpeton</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -410,7 +410,7 @@
|
||||
<translation>Barra de pestañas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Solicitar pagos (generando códigos QR e identificadores URI "bitcoin:")</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -422,7 +422,7 @@
|
||||
<translation>Muestra la lista de direcciones de recepción y etiquetas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Abrir un identificador URI "bitcoin:" o una petición de pago</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2433,7 +2433,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
|
||||
<translation>Introduce una etiqueta para esta dirección para añadirla a la lista de direcciones utilizadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Un mensaje que se adjuntó a la bitcoin: URL que será almacenada con la transacción para su referencia. Nota: Este mensaje no se envía a través de la red NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -402,7 +402,7 @@
|
||||
<translation>Barra de pestañas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Pide pagos (genera codigos QR and bitcoin: URls)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -414,7 +414,7 @@
|
||||
<translation>Mostrar la lista de direcciones de recepción y etiquetas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Abrir un identificador URI bitcoin o una petición de pago</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -379,8 +379,8 @@ Exportar los datos en la pestaña actual a un archivo</translation>
|
||||
<translation>Barra de herramientas de pestañas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Solicitar pagos (genera códigos QR y bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Solicitar pagos (genera códigos QR y nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -391,8 +391,8 @@ Exportar los datos en la pestaña actual a un archivo</translation>
|
||||
<translation>Mostrar la lista de direcciones y etiquetas de recepción usadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Abra un bitcoin: URI o solicitud de pago</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Abra un nyc3: URI o solicitud de pago</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -306,7 +306,7 @@
|
||||
<translation>Barra de pestañas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Solicitar pagos (genera codigo QR y URL's de NYC3)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -318,8 +318,8 @@
|
||||
<translation>Muestra la lista de direcciones de recepción y etiquetas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Abrir un bitcoin: URI o petición de pago</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Abrir un nyc3: URI o petición de pago</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -406,7 +406,7 @@
|
||||
<translation>Barra de pestañas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Solicitar pagos (generando códigos QR e identificadores URI "bitcoin:")</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -418,7 +418,7 @@
|
||||
<translation>Muestra la lista de direcciones de recepción y etiquetas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Abrir un identificador URI "bitcoin:" o una petición de pago</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2162,7 +2162,7 @@
|
||||
<translation>Introduce una etiqueta para esta dirección para añadirla a la lista de direcciones utilizadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Un mensaje que se adjuntó a la bitcoin: URL que será almacenada con la transacción para su referencia. Nota: Este mensaje no se envía a través de la red NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -366,11 +366,11 @@
|
||||
<translation>Vahelehe tööriistariba</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Loo maksepäring (genereerib QR koodid ja bitcoini: URId)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Ava bitcoini: URI või maksepäring</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -390,7 +390,7 @@
|
||||
<translation>نوارابزار برگهها</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>درخواست پرداخت ( تولید کد کیوار و ادرس بیت کوین)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -402,7 +402,7 @@
|
||||
<translation>نمایش لیست آدرس های دریافت و لیبل ها</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>بازکردن یک بیت کوین: آدرس یا درخواست پرداخت</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -406,7 +406,7 @@
|
||||
<translation>نوار ابزار</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>درخواست پرداخت (ساخت کد QR و بیتکوین: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -418,7 +418,7 @@
|
||||
<translation>نمایش لیست آدرسها و لیبلهای دریافتی استفاده شده</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>بازکردن بیتکوین: آدرس یا درخواست پرداخت</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Välilehtipalkki</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Pyydä maksuja (Luo QR koodit ja bitcoin: URIt)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Pyydä maksuja (Luo QR koodit ja nyc3: URIt)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>Näytä vastaanottamiseen käytettyjen osoitteiden ja nimien lista</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Avaa bitcoin: URI tai maksupyyntö</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Avaa nyc3: URI tai maksupyyntö</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2370,8 +2370,8 @@
|
||||
<translation>Aseta nimi tälle osoitteelle lisätäksesi sen käytettyjen osoitteiden listalle.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Viesti joka liitettiin bitcoin: URI:iin tallennetaan rahansiirtoon viitteeksi. Tätä viestiä ei lähetetä NYC3-verkkoon.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Viesti joka liitettiin nyc3: URI:iin tallennetaan rahansiirtoon viitteeksi. Tätä viestiä ei lähetetä NYC3-verkkoon.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -414,7 +414,7 @@
|
||||
<translation>Barre d’outils des onglets</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Demander des paiements (génère des codes QR et des URI bitcoin:)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -426,7 +426,7 @@
|
||||
<translation>Afficher la liste d’adresses de réception et d’étiquettes utilisées</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Ouvrir une URI bitcoin: ou une demande de paiement</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2474,7 +2474,7 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
|
||||
<translation>Saisir une étiquette pour cette adresse afin de l’ajouter à la liste d’adresses utilisées</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Un message qui était joint à l’URI bitcoin: et qui sera stocké avec la transaction pour référence. Note : Ce message ne sera pas envoyé par le réseau NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -410,8 +410,8 @@
|
||||
<translation>Barre d'outils des onglets</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Demander des paiements (générer QR codes et bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Demander des paiements (générer QR codes et nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -422,8 +422,8 @@
|
||||
<translation>Afficher la liste des labels et adresses de réception utilisées</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Ouvrir un bitcoin: URI ou demande de paiement</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Ouvrir un nyc3: URI ou demande de paiement</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -202,8 +202,8 @@
|
||||
<translation>Barra de ferramentas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Solicitar pagos (xenera códigos QR e bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Solicitar pagos (xenera códigos QR e nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -214,8 +214,8 @@
|
||||
<translation>Amosar a listaxe de etiquetas e direccións para recibir empregadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Abrir un bitcoin: URI ou solicitude de pago</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Abrir un nyc3: URI ou solicitude de pago</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -410,7 +410,7 @@
|
||||
<translation>סרגל כלים לשוניות</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>בקשת תשלומים (יצירה של קודים מסוג QR וסכימות כתובות משאב של :bitcoin)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -422,7 +422,7 @@
|
||||
<translation>הצגת רשימת הכתובות והתוויות הנמצאות בשימוש</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>פתיחת ביטקוין: כתובת משאב או בקשת תשלום</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2338,7 +2338,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
|
||||
<translation>יש להזין תווית עבור כתובת זו כדי להוסיף אותה לרשימת הכתובות בשימוש</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>הודעה שצורפה לביטקוין: כתובת שתאוחסן בהעברה לצורך מעקב מצדך. לתשומת לבך: הודעה זו לא תישלח ברשת הביטקוין.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -410,8 +410,8 @@
|
||||
<translation>Traka kartica</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Zatražite uplatu (stvara QR kod i bitcoin: URI adresu)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Zatražite uplatu (stvara QR kod i nyc3: URI adresu)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -422,8 +422,8 @@
|
||||
<translation>Prikažite popis korištenih adresa i oznaka za primanje novca</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Otvorite bitcoin: URI adresu ili zahtjev za uplatu</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Otvorite nyc3: URI adresu ili zahtjev za uplatu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2369,7 +2369,7 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
|
||||
<translation>Unesite oznaku za ovu adresu kako bi ju dodali u vaš adresar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Poruka koja je dodana uplati: URI koji će biti spremljen s transakcijom za referencu. Napomena: Ova poruka neće biti poslana preko NYC3 mreže.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -399,7 +399,7 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
|
||||
<translation>Fül eszköztár</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Fizetési kérelem (QR-kódot és "bitcoin:" URI azonosítót hoz létre)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -411,7 +411,7 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
|
||||
<translation>A használt fogadó címek és címkék megtekintése</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>"bitcoin:" URI azonosító vagy fizetési kérelem megnyitása</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Toolbar Tabs</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Meminta pembayaran (generate kode QR dan bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Meminta pembayaran (generate kode QR dan nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>Perlihatkan daftar address penerima dan labelnya</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Buka bitcoin: URI atau permintaan pembayaran</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Buka nyc3: URI atau permintaan pembayaran</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Baris tab</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Permintaan pembayaran (membuat kode QR dan bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Permintaan pembayaran (membuat kode QR dan nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,7 +426,7 @@
|
||||
<translation>Tampilkan daftar alamat dan label yang diterima</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Buka URI bitcoin: atau permintaan pembayaran</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -394,8 +394,8 @@
|
||||
<translation>Tólaborð flipa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Óska eftir greiðslum (býr til QR kóða og bitcoin: URI)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Óska eftir greiðslum (býr til QR kóða og nyc3: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -406,8 +406,8 @@
|
||||
<translation>Sýna færslugildi sem notuð hafa verið til að taka við mynt og merkingar þeirra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Opna bitcoin: URI eða greiðslubeiðni</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Opna nyc3: URI eða greiðslubeiðni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Indexing blocks on disk...</source>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Barra degli strumenti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Richiedi pagamenti (genera codici QR e bitcoin: URI)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Richiedi pagamenti (genera codici QR e nyc3: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>Mostra la lista degli indirizzi di ricezione utilizzati</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Apri un bitcoin: URI o una richiesta di pagamento</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Apri un nyc3: URI o una richiesta di pagamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2475,7 +2475,7 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
|
||||
<translation>Inserisci un'etichetta per questo indirizzo per aggiungerlo alla lista degli indirizzi utilizzati</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Messaggio incluso nel bitcoin URI e che sarà memorizzato con la transazione per tuo riferimento. Nota: Questo messaggio non sarà inviato attraverso la rete NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -402,8 +402,8 @@
|
||||
<translation>Barra degli strumenti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Richiedi pagamenti (genera codici QR e bitcoin: URI)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Richiedi pagamenti (genera codici QR e nyc3: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Mostra la lista degli indirizzi di ricezione usati e le relative etichette</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Apri un bitcoin: URI o una richiesta di pagamento</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Apri un nyc3: URI o una richiesta di pagamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>タブツールバー</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>支払いをリクエストする (QRコードと bitcoin: URIを生成する)<</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>支払いをリクエストする (QRコードと nyc3: URIを生成する)<</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>受け取ったことがあるアドレスとラベルの一覧を表示する</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>bitcoin: URIや支払いリクエストを開く</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>nyc3: URIや支払いリクエストを開く</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2470,8 +2470,8 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
|
||||
<translation>このアドレスに対するラベルを入力することで、送金したことがあるアドレスの一覧に追加することができます</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>bitcoin: URIに添付されていたメッセージです。これは参照用として取引とともに保存されます。注意: メッセージは NYC3 ネットワーク上へ送信されません。</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>nyc3: URIに添付されていたメッセージです。これは参照用として取引とともに保存されます。注意: メッセージは NYC3 ネットワーク上へ送信されません。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -382,7 +382,7 @@
|
||||
<translation>ბარათების პანელი</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>გადახდის მოთხოვნა (შეიქმნება QR-კოდები და bitcoin: ბმულები)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -394,8 +394,8 @@
|
||||
<translation>გამოყენებული მიღების მისამართებისა და ნიშნულების სიის ჩვენება</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>bitcoin: URI-ის ან გადახდის მოთხოვნის გახსნა</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>nyc3: URI-ის ან გადახდის მოთხოვნის გახსნა</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -1330,7 +1330,7 @@
|
||||
<translation>შეიყვანეთ ამ მისამართის ნიშნული გამოყენებული მისამართების სიაში დასამატებლად</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>მესიჯი, რომელიც თან ერთვის მონეტებს: URI, რომელიც შეინახება ტრანსაქციასთან ერთად თქვენთვის. შენიშვნა: მესიჯი არ გაყვება გადახდას ბითქოინის ქსელში.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>툴바 색인표</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>지불 요청하기 (QR코드와 bitcoin: URI를 생성합니다)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>지불 요청하기 (QR코드와 nyc3: URI를 생성합니다)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>한번 이상 사용된 받는 주소와 라벨의 목록을 보여줍니다</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>bitcoin: URI 또는 지불요청 열기</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>nyc3: URI 또는 지불요청 열기</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2474,8 +2474,8 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
|
||||
<translation>이 주소에 라벨을 입력하면 사용된 주소 목록에 라벨이 표시됩니다</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>bitcoin: URI에 추가된 메시지는 참고를 위해 거래내역과 함께 저장될 것입니다. Note: 이 메시지는 비트코인 네트워크로 전송되지 않습니다.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>nyc3: URI에 추가된 메시지는 참고를 위해 거래내역과 함께 저장될 것입니다. Note: 이 메시지는 비트코인 네트워크로 전송되지 않습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -274,11 +274,11 @@
|
||||
<translation>Ciļņu rīkjosla</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Pieprasīt maksājumus (izveido QR kodu un bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Pieprasīt maksājumus (izveido QR kodu un nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Atvērt bitcoin URI vai maksājuma pieprasījumu</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -410,8 +410,8 @@ Alihkan fail data ke dalam tab semasa</translation>
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Request payments (generates QR codes and bitcoin: URIs)
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Request payments (generates QR codes and nyc3: URIs)
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -402,8 +402,8 @@
|
||||
<translation>Verktøylinje for faner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Forespør betalinger (genererer QR-koder og bitcoin: URIer)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Forespør betalinger (genererer QR-koder og nyc3: URIer)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -414,7 +414,7 @@
|
||||
<translation>Vis listen over bruke mottaksadresser og merkelapper</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Åpne en NYC3: URI eller betalingsetterspørring</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2284,7 +2284,7 @@
|
||||
<translation>Skriv inn en merkelapp for denne adressen for å legge den til listen av brukte adresser</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>En melding som var tilknyttet bitcoinen: URI vil bli lagret med transaksjonen for din oversikt. Denne meldingen vil ikke bli sendt over NYC3-nettverket.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -348,7 +348,7 @@
|
||||
<translation>यो ठेगानालाई प्रयोग गरिएको ठेगानाको सूचीमा थप्न एउटा लेबल प्रविष्ट गर्नुहोस्</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>बिटकोइनमा संलग्न गरिएको सन्देश: तपाईंको मध्यस्थको लागि कारोबारको साथमा भण्डारण गरिने URI । नोट: यो सन्देश बिटकोइन नेटवर्क मार्फत पठाइने छैन ।</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Tab-werkbalk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Vraag betaling aan (genereert QR-codes en bitcoin: URI's)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Vraag betaling aan (genereert QR-codes en nyc3: URI's)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>Toon de lijst met gebruikte ontvangstadressen en labels</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Open een bitcoin: URI of betalingsverzoek</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Open een nyc3: URI of betalingsverzoek</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2474,8 +2474,8 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
|
||||
<translation>Vul een label voor dit adres in om het aan de lijst met gebruikte adressen toe te voegen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Een bericht dat werd toegevoegd aan de bitcoin: URI welke wordt opgeslagen met de transactie ter referentie. Opmerking: Dit bericht zal niet worden verzonden over het NYC3netwerk.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Een bericht dat werd toegevoegd aan de nyc3: URI welke wordt opgeslagen met de transactie ter referentie. Opmerking: Dit bericht zal niet worden verzonden over het NYC3netwerk.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -414,7 +414,7 @@
|
||||
<translation>Pasek zakładek</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Żądaj płatności (generuje kod QR oraz bitcoinowe URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -426,7 +426,7 @@
|
||||
<translation>Pokaż listę adresów i etykiet użytych do odbierania</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Otwórz URI bitcoin: lub żądanie zapłaty</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2411,7 +2411,7 @@ Uwaga: Ponieważ opłata jest naliczana za każdy bajt, opłata "100 satoshi za
|
||||
<translation>Wprowadź etykietę dla tego adresu by dodać go do listy użytych adresów</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Wiadomość, która została dołączona do URI bitcoin:, która będzie przechowywana wraz z transakcją w celach informacyjnych. Uwaga: Ta wiadomość nie będzie rozsyłana w sieci NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Barra de ferramentas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Solicitações de pagamentos (gera códigos QR e bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Solicitações de pagamentos (gera códigos QR e nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>Mostrar a lista de endereços de recebimento usados e rótulos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Abrir um bitcoin: URI ou cobrança</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Abrir um nyc3: URI ou cobrança</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2474,8 +2474,8 @@ Nota: Como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por
|
||||
<translation>Digite um rótulo para este endereço para adicioná-lo no catálogo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>A mensagem que foi anexada ao bitcoin: URI na qual será gravada na transação para sua referência. Nota: Essa mensagem não será gravada publicamente na rede NYC3.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>A mensagem que foi anexada ao nyc3: URI na qual será gravada na transação para sua referência. Nota: Essa mensagem não será gravada publicamente na rede NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Barra de ferramentas dos separadores</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Solicitar pagamentos (gera códigos QR e bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Solicitar pagamentos (gera códigos QR e nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,7 +426,7 @@
|
||||
<translation>Mostrar a lista de etiquetas e endereços de receção usados</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Abrir URI bitcoin: ou pedido de pagamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2464,7 +2464,7 @@ Nota: como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por u
|
||||
<translation>Introduza uma etiqueta para este endereço para o adicionar à sua lista de endereços usados</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Uma mensagem que estava anexada ao URI bitcoin: que será armazenada com a transação para sua referência. Nota: Esta mensagem não será enviada através da rede NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -366,8 +366,8 @@
|
||||
<translation>&Ajutor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Cerere plată (generează coduri QR și bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Cerere plată (generează coduri QR și nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -378,8 +378,8 @@
|
||||
<translation>Afișează lista adreselor de primire utilizate și etichetele.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Deschide un bitcoin: URI sau cerere de plată</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Deschide un nyc3: URI sau cerere de plată</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -410,7 +410,7 @@
|
||||
<translation>Bara de unelte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Cereţi plăţi (generează coduri QR şi bitcoin-uri: URls)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -422,7 +422,7 @@
|
||||
<translation>Arată lista de adrese pentru primire şi etichetele</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Deschidere bitcoin: o adresa URI sau o cerere de plată</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2378,8 +2378,8 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
|
||||
<translation>Introduceţi eticheta pentru ca această adresa să fie introdusă în lista de adrese folosite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>un mesaj a fost ataşat la bitcoin: URI care va fi stocat cu tranzacţia pentru referinţa dvs. Notă: Acest mesaj nu va fi trimis către reţeaua bitcoin.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>un mesaj a fost ataşat la nyc3: URI care va fi stocat cu tranzacţia pentru referinţa dvs. Notă: Acest mesaj nu va fi trimis către reţeaua bitcoin.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -414,7 +414,7 @@
|
||||
<translation>Панель вкладок</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Запросить платеж</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -426,7 +426,7 @@
|
||||
<translation>Показать список использованных адресов и меток получателей</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Открыть биткойн: URI или запрос платежа</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2466,7 +2466,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
|
||||
<translation>Введите метку для этого адреса, чтобы добавить его в список используемых адресов</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Сообщение прикрепленное к bitcoin идентификатору будет сохранено вместе с транзакцией для вашего сведения. Заметьте: сообщение не будет отправлено через сеть NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Lišta záložiek</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Vyžiadať platby (vygeneruje QR kódy a bitcoin: URI)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Vyžiadať platby (vygeneruje QR kódy a nyc3: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,7 +426,7 @@
|
||||
<translation>Zobraziť zoznam použitých prijímacích adries a ich popisov</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Otvoriť bitcoin URI alebo výzvu k platbe</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2475,8 +2475,8 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
|
||||
<translation>Vložte popis pre túto adresu aby sa uložila do zoznamu použitých adries</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Správa ktorá bola pripojená k bitcoin: URI a ktorá bude uložená s transakcou pre Vaše potreby. Poznámka: Táto správa nebude poslaná cez sieť NYC3.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Správa ktorá bola pripojená k nyc3: URI a ktorá bude uložená s transakcou pre Vaše potreby. Poznámka: Táto správa nebude poslaná cez sieť NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -406,7 +406,7 @@
|
||||
<translation>Orodna vrstica zavihkov</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Zahtevajte plačilo (ustvarite zahtevek s kodo QR in URI tipa bitcoin:)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -418,7 +418,7 @@
|
||||
<translation>Preglejte in uredite seznam naslovov, na katere ste kdaj prejeli plačila</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Izvedite plačilo iz zahtevka v datoteki ali iz URI tipa bitcoin:</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -1552,7 +1552,7 @@
|
||||
<translation>Če vnesete oznako za zgornji naslov, se bo skupaj z naslovom shranila v imenk že uporabljenih naslovov</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Sporočilo, ki ste ga pripeli na URI tipa bitcoin:. Shranjeno bo skupaj s podatki o transakciji. Opomba: Sporočilo ne bo poslano preko omrežja NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -410,7 +410,7 @@
|
||||
<translation>Трака са картицама</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Затражи плаћање (генерише QR кодове и биткоин: URI-е)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -422,7 +422,7 @@
|
||||
<translation>Прегледајте листу коришћених адреса и етикета за пријем уплата</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Отворите биткоин: URI или захтев за плаћање</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -394,8 +394,8 @@
|
||||
<translation>Alatke za tabove</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Zatražite plaćanje (generiše QR kodove i bitcoin: URI-e)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Zatražite plaćanje (generiše QR kodove i nyc3: URI-e)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Error</source>
|
||||
|
||||
@@ -415,7 +415,7 @@ Var vänlig och försök igen.</translation>
|
||||
<translation>Verktygsfält för tabbar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Begär betalningar (skapar QR-koder och bitcoin: -URIer)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -427,8 +427,8 @@ Var vänlig och försök igen.</translation>
|
||||
<translation>Visa listan med använda mottagningsadresser och etiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Öppna en bitcoin: URI eller betalningsbegäran</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Öppna en nyc3: URI eller betalningsbegäran</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2447,7 +2447,7 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
|
||||
<translation>Ange en etikett för denna adress för att lägga till den i listan med använda adresser</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Ett meddelande som bifogades bitcoin: -URIn och som lagras med transaktionen som referens. NB: Meddelandet kommer inte att sändas över NYC3-nätverket.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -410,7 +410,7 @@
|
||||
<translation>Lajsta szkart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Żōndej płatu (gyneruje kod QR jak tyż URI bitcoin:)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -422,7 +422,7 @@
|
||||
<translation>Pokŏż wykŏz adres i etyket użytych do ôdbiyraniŏ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Ôdewrzij URI bitcoin: abo żōndanie płatu</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -1686,7 +1686,7 @@
|
||||
<translation>Wiadōmość:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Wiadōmość, kerŏ ôstała prziwstōnŏ do URI bitcoin:, kerŏ bydzie przechowowanŏ z transakcyjōm w cylach informacyjnych. Napōmniynie: Ta wiadōmość niy bydzie rozszyrzowanŏ w necu NYC3.</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
||||
@@ -378,7 +378,7 @@
|
||||
<translation>தாவல்கள் கருவிப்பட்டி</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>கொடுப்பனவுகளை கோருதல் (QR குறியீடுகள் மற்றும் bitcoin உருவாக்குகிறது: URI கள்)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -390,7 +390,7 @@
|
||||
<translation>பயன்படுத்திய முகவரிகள் மற்றும் லேபிள்களின் பட்டியலைக் காட்டு</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>ஒரு NYC3 திறக்க: URI அல்லது பணம் கோரிக்கை</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -238,8 +238,8 @@
|
||||
<translation>แถบเครื่องมือ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>เรียกเก็บ การชำระเงิน (สร้าง QR codes และ bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>เรียกเก็บ การชำระเงิน (สร้าง QR codes และ nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -250,8 +250,8 @@
|
||||
<translation>แสดงรายการ ที่เก็บเงินที่จะรับ bitcoin เข้า และป้ายชื่อ ที่ใช้ไปแล้ว</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>เปิด bitcoin: URI หรือ การเรียกเก็บเงิน (การเรียกให้ชำระเงิน)</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>เปิด nyc3: URI หรือ การเรียกเก็บเงิน (การเรียกให้ชำระเงิน)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
|
||||
@@ -410,7 +410,7 @@
|
||||
<translation>Sekme araç çubuğu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Ödeme talep et (QR kodu ve bitcoin URI'si oluşturur)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -422,7 +422,7 @@
|
||||
<translation>Kullanılmış alım adresleri ve etiketlerin listesini göster</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Bir bitcoin: bağlantısı ya da ödeme talebi aç</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2326,8 +2326,8 @@
|
||||
<translation>Kullanılmış adres listesine eklemek için bu adrese bir etiket girin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Referans için bitcoin: URI'siyle iliştirilmiş işlemle birlikte depolanacak bir ileti. Not: Bu mesaj NYC3 ağı üzerinden gönderilmeyecektir.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Referans için nyc3: URI'siyle iliştirilmiş işlemle birlikte depolanacak bir ileti. Not: Bu mesaj NYC3 ağı üzerinden gönderilmeyecektir.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>Панель вкладок</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Створити запит платежу (генерує QR-код та bitcoin: URI)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Створити запит платежу (генерує QR-код та nyc3: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>Показати список адрес і міток, що були використані для отримання</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Відкрити bitcoin: URI чи запит платежу</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Відкрити nyc3: URI чи запит платежу</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2432,7 +2432,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
|
||||
<translation>Введіть мітку для цієї адреси для додавання її в список використаних адрес</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Повідомлення, що було додане до bitcoin:URI та буде збережено разом з транзакцією для довідки. Примітка: Це повідомлення не буде відправлено в мережу NYC3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -210,7 +210,7 @@
|
||||
<translation>Ички ойналар асбоблар панели</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Тўловлар (QR кодлари ва bitcoin ёрдамида яратишлар: URI’лар) сўраш</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -222,7 +222,7 @@
|
||||
<translation>Фойдаланилган қабул қилинган манзиллар ва ёрлиқлар рўйхатини кўрсатиш</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>NYC3’ни очиш: URI ёки тўлов сўрови</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -410,8 +410,8 @@
|
||||
<translation>Các thanh công cụ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>Yêu cầu thanh toán (tạo QR code và bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Yêu cầu thanh toán (tạo QR code và nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -422,8 +422,8 @@
|
||||
<translation>Hiển thị danh sách các địa chỉ và nhãn đã dùng để nhận</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>Mở một bitcoin: URI hoặc yêu cầu thanh toán</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Mở một nyc3: URI hoặc yêu cầu thanh toán</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2268,8 +2268,8 @@
|
||||
<translation>Nhập một label cho cái address này để thêm vào danh sách địa chỉ đã sử dụng</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Một tin nhắn được đính kèm với số bitcoin: URI mà sẽ được lưu giữ với transaction dành cho tài liệu tham khảo. Lưu ý: Tin nhắn này sẽ không được gửi thông qua NYC3 network.</translation>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>Một tin nhắn được đính kèm với số nyc3: URI mà sẽ được lưu giữ với transaction dành cho tài liệu tham khảo. Lưu ý: Tin nhắn này sẽ không được gửi thông qua NYC3 network.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pay To:</source>
|
||||
|
||||
@@ -391,7 +391,7 @@ Ví của bạn chưa được mã hóa.</translation>
|
||||
<translation>Thanh công cụ (toolbar)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>Yêu cầu thanh toán(tạo mã QR và địa chỉ NYC3: URLs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -403,7 +403,7 @@ Ví của bạn chưa được mã hóa.</translation>
|
||||
<translation>Hiện thỉ danh sách các địa chỉ và nhãn đã dùng để nhận.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>Mở bitcoin:URL hoặc yêu cầu thanh toán</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -330,7 +330,7 @@
|
||||
<translation>标签工具栏</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>请求支付(生成二维码和比特币链接)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -765,7 +765,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
|
||||
<translation>输入此地址的标签,将其添加到使用的地址列表中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>附在比特币上的消息:URI将与交易一起存储,供参考。注意:此信息不会通过比特币网络发送。</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -414,8 +414,8 @@
|
||||
<translation>分页工具栏</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>请求支付 (生成二维码和 bitcoin: URI)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>请求支付 (生成二维码和 nyc3: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show the list of used sending addresses and labels</source>
|
||||
@@ -426,8 +426,8 @@
|
||||
<translation>显示用过的接收地址和标签的列表</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<translation>打开一个 bitcoin: URI 或支付请求</translation>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>打开一个 nyc3: URI 或支付请求</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Command-line options</source>
|
||||
@@ -2462,7 +2462,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
|
||||
<translation>请为此地址输入一个标签以将它加入用过的地址列表</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>bitcoin:URI 附带的备注信息,将会和交易一起存储,备查。 注意:该消息不会通过比特币网络传输。</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -362,8 +362,8 @@
|
||||
<translation>說明 &H</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation>要求付款 (產生QR碼 bitcoin: URIs)</translation>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>要求付款 (產生QR碼 nyc3: URIs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Indexing blocks on disk...</source>
|
||||
|
||||
@@ -414,7 +414,7 @@
|
||||
<translation>分頁工具列</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<source>Request payments (generates QR codes and nyc3: URIs)</source>
|
||||
<translation>要求付款(產生 QR Code 和 bitcoin 付款協議的資源識別碼: URI)</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -426,7 +426,7 @@
|
||||
<translation>顯示已使用過的收款位址和標記的清單</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open a bitcoin: URI or payment request</source>
|
||||
<source>Open a nyc3: URI or payment request</source>
|
||||
<translation>開啓 bitcoin 協議的資源識別碼(URI)或付款要求</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2422,7 +2422,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
|
||||
<translation>請輸入這個位址的標記,來把它加進去已使用過位址的清單。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<source>A message that was attached to the nyc3: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the NYC3 network.</source>
|
||||
<translation>附加在 NYC3 付款協議的資源識別碼(URI)中的訊息,會和交易內容一起存起來,給你自己做參考。注意: 這個訊息不會送到 NYC3 網路上。</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
+1
-1
@@ -365,7 +365,7 @@ void NYC3Application::initializeResult(bool success)
|
||||
|
||||
#ifdef ENABLE_WALLET
|
||||
// Now that initialization/startup is done, process any command-line
|
||||
// bitcoin: URIs or payment requests:
|
||||
// nyc3: URIs or payment requests:
|
||||
if (paymentServer) {
|
||||
connect(paymentServer, &PaymentServer::receivedPaymentRequest, window, &NYC3GUI::handlePaymentRequest);
|
||||
connect(window, &NYC3GUI::receivedURI, paymentServer, &PaymentServer::handleURIOrFile);
|
||||
|
||||
+2
-2
@@ -256,7 +256,7 @@ void NYC3GUI::createActions()
|
||||
sendCoinsMenuAction->setToolTip(sendCoinsMenuAction->statusTip());
|
||||
|
||||
receiveCoinsAction = new QAction(platformStyle->SingleColorIcon(":/icons/receiving_addresses"), tr("&Receive"), this);
|
||||
receiveCoinsAction->setStatusTip(tr("Request payments (generates QR codes and bitcoin: URIs)"));
|
||||
receiveCoinsAction->setStatusTip(tr("Request payments (generates QR codes and nyc3: URIs)"));
|
||||
receiveCoinsAction->setToolTip(receiveCoinsAction->statusTip());
|
||||
receiveCoinsAction->setCheckable(true);
|
||||
receiveCoinsAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_3));
|
||||
@@ -332,7 +332,7 @@ void NYC3GUI::createActions()
|
||||
usedReceivingAddressesAction->setStatusTip(tr("Show the list of used receiving addresses and labels"));
|
||||
|
||||
openAction = new QAction(platformStyle->TextColorIcon(":/icons/open"), tr("Open &URI..."), this);
|
||||
openAction->setStatusTip(tr("Open a bitcoin: URI or payment request"));
|
||||
openAction->setStatusTip(tr("Open a nyc3: URI or payment request"));
|
||||
|
||||
m_open_wallet_action = new QAction(tr("Open Wallet"), this);
|
||||
m_open_wallet_action->setMenu(new QMenu(this));
|
||||
|
||||
@@ -101,11 +101,11 @@ void PaymentServer::ipcParseCommandLine(interfaces::Node& node, int argc, char*
|
||||
if (arg.startsWith("-"))
|
||||
continue;
|
||||
|
||||
// If the bitcoin: URI contains a payment request, we are not able to detect the
|
||||
// If the nyc3: URI contains a payment request, we are not able to detect the
|
||||
// network as that would require fetching and parsing the payment request.
|
||||
// That means clicking such an URI which contains a testnet payment request
|
||||
// will start a mainnet instance and throw a "wrong network" error.
|
||||
if (arg.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // bitcoin: URI
|
||||
if (arg.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // nyc3: URI
|
||||
{
|
||||
savedPaymentRequests.append(arg);
|
||||
|
||||
@@ -243,7 +243,7 @@ PaymentServer::~PaymentServer()
|
||||
}
|
||||
|
||||
//
|
||||
// OSX-specific way of handling bitcoin: URIs and PaymentRequest mime types.
|
||||
// OSX-specific way of handling nyc3: URIs and PaymentRequest mime types.
|
||||
// Also used by paymentservertests.cpp and when opening a payment request file
|
||||
// via "Open URI..." menu entry.
|
||||
//
|
||||
@@ -289,7 +289,7 @@ void PaymentServer::handleURIOrFile(const QString& s)
|
||||
Q_EMIT message(tr("URI handling"), tr("'bitcoin://' is not a valid URI. Use 'bitcoin:' instead."),
|
||||
CClientUIInterface::MSG_ERROR);
|
||||
}
|
||||
else if (s.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // bitcoin: URI
|
||||
else if (s.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // nyc3: URI
|
||||
{
|
||||
QUrlQuery uri((QUrl(s)));
|
||||
#ifdef ENABLE_BIP70
|
||||
@@ -506,7 +506,7 @@ void PaymentServer::initNetManager()
|
||||
return;
|
||||
delete netManager;
|
||||
|
||||
// netManager is used to fetch paymentrequests given in bitcoin: URIs
|
||||
// netManager is used to fetch paymentrequests given in nyc3: URIs
|
||||
netManager = new QNetworkAccessManager(this);
|
||||
|
||||
QNetworkProxy proxy;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#define BITCOIN_QT_PAYMENTSERVER_H
|
||||
|
||||
// This class handles payment requests from clicking on
|
||||
// bitcoin: URIs
|
||||
// nyc3: URIs
|
||||
//
|
||||
// This is somewhat tricky, because we have to deal with
|
||||
// the situation where the user clicks on a link during
|
||||
|
||||
@@ -50,7 +50,7 @@ private:
|
||||
Qt::SortOrder order;
|
||||
};
|
||||
|
||||
/** Model for list of recently generated payment requests / bitcoin: URIs.
|
||||
/** Model for list of recently generated payment requests / nyc3: URIs.
|
||||
* Part of wallet model.
|
||||
*/
|
||||
class RecentRequestsTableModel: public QAbstractTableModel
|
||||
|
||||
Reference in New Issue
Block a user