From b4f6c09fe4ebfd94d18c452014cc2256a363243f Mon Sep 17 00:00:00 2001 From: datsiuk Date: Fri, 28 Oct 2016 10:08:54 +0200 Subject: [PATCH 1/7] Translation displayStrings_es.properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I suppose special characters (á, é, í, ó, ú, ñ) are accepted. Thesaurus: arbitrator = árbitro fee = tasa, comisión trade = trato, comercio trader = comerciante input = entrada, valor introducido password = clave --- .../i18n/in_dev/displayStrings_es.properties | 264 +++++++++--------- 1 file changed, 132 insertions(+), 132 deletions(-) diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties index ac3c1ef269..c2801cd007 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties @@ -1,151 +1,151 @@ # Used by gui/components/infoDisplay.java # shared -shared.readMore=Lee mas -shared.openHelp=Open Help -shared.warning=Warning +shared.readMore=Lee más +shared.openHelp=Abrir ayuda +shared.warning=Alerta shared.error=Error -shared.close=Close -shared.cancel=Cancel +shared.close=Cerrar +shared.cancel=Cancelar shared.ok=OK -shared.yes=Yes +shared.yes=Si shared.no=No -shared.openSettings=Open settings for editing -shared.buyBitcoin=Buy bitcoin -shared.sellBitcoin=Sell bitcoin -shared.buy=buy -shared.sell=sell -shared.spend=spend +shared.openSettings=Abrir herramientas para editar +shared.buyBitcoin=Comprar bitcoin +shared.sellBitcoin=Vender bitcoin +shared.buy=comprar +shared.sell=vender +shared.spend=gastar # validation -validation.empty=Empty input is not allowed. -validation.NaN=Input is not a valid number. -validation.zero=Input of 0 is not allowed. -validation.negative=A negative value is not allowed. -validation.fiat.toSmall=Input smaller than minimum possible amount is not allowed. -validation.fiat.toLarge=Input larger than maximum possible amount is not allowed. -validation.btc.toSmall=Input results in a bitcoin value with a fraction of the smallest unit (Satoshi). -validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. -validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. -validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.empty=No se permiten entradas vacías +validation.NaN=Le valor introducido no es válido +validation.zero=El 0 no es un valor permitido. +validation.negative=No se permiten entradas negativas. +validation.fiat.toSmall=No se permite introducir un valor menor que el mínimo posible +validation.fiat.toLarge=No se permiten entradas más gandes que la mayor posible. +validation.btc.toSmall=La entrada resulta en un valor de bitcoin con la menor fracción posible (satoshi). +validation.btc.toLarge=No se permiten entradas más grandes que la cantidad máxima de intercambio de {0}. +validation.passwordTooShort=La clave introducida es demasiado corta. Se precisan al menos 8 caracteres. +validation.passwordTooLong=La clave introducida es demasiado larga. Máximo 50 caracteres. +validation.sortCodeNumber={0} debe consistir en {1} números. +validation.sortCodeChars={0} debe consistir en{1} caracteres +validation.bankIdNumber={0} debe consistir en {1} números. +validation.accountNr=El número de cuenta debe consistir en {0} números. +validation.accountNrChars=El número de cuenta debe consistir en {0} caracteres. # Create offer -createOffer.amount.prompt=Enter amount in BTC -createOffer.price.prompt=Enter price -createOffer.volume.prompt=Enter amount in {0} -createOffer.minAmount.prompt=Enter min. amount +createOffer.amount.prompt=Introducir cantidad en BTC +createOffer.price.prompt=Introudcir precio +createOffer.volume.prompt=Introducir cantidad en {0} +createOffer.minAmount.prompt=Introducir cantidad mínima. -createOffer.amountPriceBox.title=Create your offer -createOffer.amountPriceBox.amountDescription=Amount of bitcoin to {0} -createOffer.amountPriceBox.priceDescriptionFiat=Fixed price per {0} -createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend -createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive -createOffer.amountPriceBox.minAmountDescription=Minimum amount of bitcoin -createOffer.amountPriceBox.buy.info=Define a price for which you want to buy bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. -createOffer.amountPriceBox.sell.info=Define a price for which you want to sell bitcoin and either enter the amount or the trade volume. With the minimum amount you can attract more potential traders by giving them more flexibility. But note that there is no automatic creation of a new offer for the remaining amount in the case that a trader takes your offer with a lower amount as defined in the amount field. Your offer will be removed from the offerbook once a trader has taken your offer. -createOffer.amountPriceBox.next=Next step -createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. -createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted. -createOffer.amountPriceBox.warning.adjustedVolume=The total volume you have entered leads to invalid fractional bitcoin amounts. The amount has been adjusted and a new total volume be calculated from it. -createOffer.amountPriceBox.error.message=An error occurred when placing the offer:\n\n{0} -createOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount. -createOffer.validation.minAmountLargerThanAmount=Minimum amount cannot be larger than amount. +createOffer.amountPriceBox.title=Cree su oferta +createOffer.amountPriceBox.amountDescription=Cantidad de bitcoin a {0} +createOffer.amountPriceBox.priceDescriptionFiat=Precio fijado a {0} +createOffer.amountPriceBox.buy.volumeDescription=Cantidad en {0} a gastar. +createOffer.amountPriceBox.sell.volumeDescription=Cantidad en {0} a recibir. +createOffer.amountPriceBox.minAmountDescription=Cantidad mínima de bitcoin. +createOffer.amountPriceBox.buy.info=Pon un precio por el cual quieras comprar bitcoins y la cantidad o volumen de comercio. Con la cantidad mínima podrás atraer más clientes al darles más flexibilidad. Considere que no se creará una nueva orden si no eligen el importe máximo. Su oferta será eliminada del libro de ofertas una vez que un comerciante acepte la orden. +createOffer.amountPriceBox.sell.info=Pon un precio por el cual quieras vender bitcoins y la cantidad o volumen de comercio. Con la cantidad mínima podrás atraer más clientes al darles más flexibilidad. Considere que no se creará una nueva orden si no eligen el importe máximo. Su oferta será eliminada del libro de ofertas una vez que un comerciante acepte la orden. +createOffer.amountPriceBox.next=Siguiente paso +createOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=La cantidad introducda excede el número de decimales.\nLa cantidad se ha ajustado a 4 decimales. +createOffer.amountPriceBox.warning.invalidFiatDecimalPlaces=La cantidad introducda excede el número de decimales.\nLa cantidad ha sido ajustada. +createOffer.amountPriceBox.warning.adjustedVolume=El volumen total introducido lleva a cantidades inválidas de fracciones de bitcoin. La cantidad ha sido ajustada y un nuevo volumen total calculado de ahí. +createOffer.amountPriceBox.error.message=Se produjo un error poniendo la orden:\n\n{0} +createOffer.validation.amountSmallerThanMinAmount=La cantidad no puede ser más pequeña que la cantidad mínima. +createOffer.validation.minAmountLargerThanAmount=La cantidad mínima no puede ser mayor que la cantidad. -createOffer.fundsBox.title=Fund your offer -createOffer.fundsBox.totalsNeeded=Funds needed: -createOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above -createOffer.fundsBox.address=Trade wallet address: -createOffer.fundsBox.balance=Trade wallet balance: -createOffer.fundsBox.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. Those funds are reserved and will be used in the case that your offer gets executed. If you cancel your offer you can withdraw your funds from that trading wallet. The only payment made when placing an offer is the offer fee payment. https://bitsquare.io/faq/#6 -createOffer.fundsBox.tradeAmount=Trade amount: -createOffer.fundsBox.securityDeposit=Security deposit: -createOffer.fundsBox.offerFee=Create offer fee: -createOffer.fundsBox.networkFee=Mining fee: +createOffer.fundsBox.title=Paga tu oferta con fondos. +createOffer.fundsBox.totalsNeeded=Fondos necesitados: +createOffer.fundsBox.totalsNeeded.prompt=Serán calculados desde la cantidad de bitcoin introducida arriba. +createOffer.fundsBox.address=Dirección del monedero del trato: +createOffer.fundsBox.balance=Balance del monedero del trato: +createOffer.fundsBox.info=Por cada oferta hay un monedero dedicado. Tiene que introducir fondos al monedero del trato con la cantidad necesaria de bitcoins. Esos fondos son guardan y se usarán si su oferta se ejecuta. Si cancela su oferta puede extraer los fondos desde el monedero de comercio. El único pago cuando se pone una oferta es la tasa oferta. https://bitsquare.io/faq/#6 +createOffer.fundsBox.tradeAmount=Cantidad a comerciar: +createOffer.fundsBox.securityDeposit=Depósito de seguridad: +createOffer.fundsBox.offerFee=Crear tasa de oferta: +createOffer.fundsBox.networkFee=Tasa de minado: createOffer.fundsBox.total=Total: -createOffer.fundsBox.showAdvanced=Show advanced settings -createOffer.fundsBox.hideAdvanced=Hide advanced settings -createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... -createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} +createOffer.fundsBox.showAdvanced=Mostrar configuraciones avanzadas +createOffer.fundsBox.hideAdvanced=Ocultar configuraciones avanzadas +createOffer.fundsBox.placeOffer=Poner oferta +createOffer.fundsBox.placeOfferSpinnerInfo=Publicación de oferta en curso... +createOffer.fundsBox.paymentLabel=Trato de Bitsquare con ID {0} -createOffer.advancedBox.title=Advanced settings -createOffer.advancedBox.countries=Accepted countries: -createOffer.advancedBox.languages=Accepted languages: -createOffer.advancedBox.arbitrators=Accepted arbitrators: -createOffer.advancedBox.txType=Payments method: -createOffer.advancedBox.currency=Currency: -createOffer.advancedBox.county=Payments account country: -createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts). +createOffer.advancedBox.title=Configuraciones avanzadas +createOffer.advancedBox.countries=Países aceptados: +createOffer.advancedBox.languages=Idiomas aceptados: +createOffer.advancedBox.arbitrators=Árbitros aceptados: +createOffer.advancedBox.txType=Métodos de pago: +createOffer.advancedBox.currency=Moneda: +createOffer.advancedBox.county=País de pago: +createOffer.advancedBox.info=Los socios comerciales deben cumplir las restricciones de su oferta. Puede editar los países aceptados, idiomas y árbitros en las configuraciones. Los detalles de cuentas de pago son usados desde su cuenta de pago actualmente seleccionada (si tiene múltiples cuentas de pago). -createOffer.success.headline=Your offer has been published -createOffer.success.info=You can manage your open offers in the \"Portfolio\" screen under \"My open offers\". +createOffer.success.headline=Su oferta ha sido publicada. +createOffer.success.info=Puede establecer sus ofertas abiertas la ventana \"Portfolio\" bajo \"My open offers\". -createOffer.error.message=An error occurred when placing the offer.\n\n{0} +createOffer.error.message=Ocurrió un error al publicar la orden.\n\n{0} # Take offer -takeOffer.amount.prompt=Enter amount in BTC -takeOffer.price.prompt=Enter price -takeOffer.volume.prompt=Enter amount in {0} -takeOffer.minAmount.prompt=Enter min. amount +takeOffer.amount.prompt=Introducir cantidad en BTC +takeOffer.price.prompt=Introducir precio +takeOffer.volume.prompt=Introducir cantidad en {0} +takeOffer.minAmount.prompt=Introducir cantidad mínima -takeOffer.amountPriceBox.title=Take offer -takeOffer.amountPriceBox.subTitle=Buy bitcoin -takeOffer.amountPriceBox.buy.amountDescription=Amount of bitcoin to sell -takeOffer.amountPriceBox.sell.amountDescription=Amount of bitcoin to buy -takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0} -takeOffer.amountPriceBox.buy.volumeDescription=Receiving amount in {0} -takeOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to spend -takeOffer.amountPriceBox.amountRangeDescription=Possible amount range -takeOffer.amountPriceBox.buy.info=Enter the amount of bitcoin you want to sell. You can choose an amount between the minimum amount and the amount. -takeOffer.amountPriceBox.sell.info=Enter the amount of bitcoin you want to buy. You can choose an amount between the minimum amount and the amount. -takeOffer.amountPriceBox.next=Next step -takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places. -takeOffer.validation.amountSmallerThanMinAmount=Amount cannot be smaller than minimum amount defined in the offer. -takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher than the amount defined in the offer. -takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. +takeOffer.amountPriceBox.title=Aceptar oferta +takeOffer.amountPriceBox.subTitle=Comprar bitcoin +takeOffer.amountPriceBox.buy.amountDescription=Cantidad de bitcoin a vender +takeOffer.amountPriceBox.sell.amountDescription=CAntidad de bitcoin a vender +takeOffer.amountPriceBox.priceDescription=Precio por bitcoin en {0} +takeOffer.amountPriceBox.buy.volumeDescription=Recibir cantidad en {0} +takeOffer.amountPriceBox.sell.volumeDescription=Cantidad en {0} a gastar +takeOffer.amountPriceBox.amountRangeDescription=Rango de cantidad posible. +takeOffer.amountPriceBox.buy.info=Introduzca la cantidad de bitcoin que quiera vender. Puede elegir entre la cantidad mínima o máxima. +takeOffer.amountPriceBox.sell.info=Introduzca la cantidad de bitcoin que quiera comprar. Puede elgir entre la cantidad mínima o máxima. +takeOffer.amountPriceBox.next=Siguiente paso +takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=La cantidad introducida excede los decimales permitidos.\nLa cantidad ha sido ajustada a 4 decimales. +takeOffer.validation.amountSmallerThanMinAmount=La cantidad no puede ser menor que el mínimo definido en la oferta. +takeOffer.validation.amountLargerThanOfferAmount=La cantidad no puede ser mayor que el máximo definido en la oferta. +takeOffer.validation.amountLargerThanOfferAmountMinusFee=La cantidad introducida crearía polvo (dust change) para el vendedor de bitcoin. -takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... -takeOffer.fundsBox.totalsNeeded=Funds needed: -takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above -takeOffer.fundsBox.address=Trade wallet address: -takeOffer.fundsBox.balance=Trade wallet balance: -takeOffer.fundsBox.buy.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ - Those funds will be paid in to a locked deposit address. At the end of a successful trade you will get back your security deposit and the bitcoin amount you sold will be transferred \ - to the BTC buyer. -takeOffer.fundsBox.sell.info=For every offer there is a dedicated trade wallet. You need to fund that trade wallet with the necessary bitcoin amount. \ - Those funds will be paid into a locked deposit address. At the end of a successful trade you will get back your security deposit. -takeOffer.fundsBox.tradeAmount=Amount to sell: -takeOffer.fundsBox.securityDeposit=Security deposit: -takeOffer.fundsBox.offerFee=Take offer fee: -takeOffer.fundsBox.networkFee=Mining fee: +takeOffer.fundsBox.title=Dote de fondos su trato. +takeOffer.fundsBox.isOfferAvailable=Comprobar si la oferta está disponible... +takeOffer.fundsBox.totalsNeeded=Fondos necesarios: +takeOffer.fundsBox.totalsNeeded.prompt=Será calculada de la cantidada de bitcoins introducida arriba. +takeOffer.fundsBox.address=Dirección del monedero del trato: +takeOffer.fundsBox.balance=Balance del monedero del trato: +takeOffer.fundsBox.buy.info=Para cada oferta hay un monedero dedicado. Tiene que dotar de fondos ese monedero con la cantidad necesaria de bitcoin. \ + Esos fondos serán pagados en una dirección de depósito bloqueada. Al final de un trato finalizado con éxito recibirá el depósito de seguridad y la cantidad de bitcoin vendida será transferida \ + al comprador de bitcoins. +takeOffer.fundsBox.sell.info=Para cada oferta hay un monedero dedicado. Tiene que dotar de fondos ese monedero con la cantidad necesaria de bitcoin. \ + Esos fondos serán pagados en una dirección de depósito bloqueada. Al final de un trato finalizado con éxito recibrá su depósito de seguridad. +takeOffer.fundsBox.tradeAmount=Cantidad a vender: +takeOffer.fundsBox.securityDeposit=Depósito de seguridad: +takeOffer.fundsBox.offerFee=Tasa de aceptación de oferta: +takeOffer.fundsBox.networkFee=Tasa de minado: takeOffer.fundsBox.total=Total: -takeOffer.fundsBox.showAdvanced=Show advanced settings -takeOffer.fundsBox.hideAdvanced=Hide advanced settings -takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... -takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} +takeOffer.fundsBox.showAdvanced=Mostrar configuraciones avanzadas +takeOffer.fundsBox.hideAdvanced=Ocultar configuraciones avanzadas +takeOffer.fundsBox.takeOffer=Aceptar oferta +takeOffer.fundsBox.takeOfferSpinnerInfo=Aceptación de oferta en espera... +takeOffer.fundsBox.paymentLabel=Trato de Bitsquare con ID {0} -takeOffer.advancedBox.title=Advanced settings -takeOffer.advancedBox.countries=Accepted countries: -takeOffer.advancedBox.languages=Accepted languages: -takeOffer.advancedBox.arbitrators=Accepted arbitrators: -takeOffer.advancedBox.txType=Payments method: -takeOffer.advancedBox.currency=Currency: -takeOffer.advancedBox.county=Payments account country: -takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ - Your settings match those constraints and you are able to trade with him. +takeOffer.advancedBox.title=Configuracones avanzadas: +takeOffer.advancedBox.countries=Países aceptados: +takeOffer.advancedBox.languages=Lenguajes aceptados: +takeOffer.advancedBox.arbitrators=Árbitros aceptados: +takeOffer.advancedBox.txType=Métodos de pago: +takeOffer.advancedBox.currency=Moneda: +takeOffer.advancedBox.county=País de pago: +takeOffer.advancedBox.info=Estas son las restricciones que su socio comercial ha definido en su oferta. \ + Sus configuraciones cumplen esas limitaciones y puede comerciar con él. -takeOffer.success.headline=You have successfully taken an offer -takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". -takeOffer.error.message=An error occurred when taking the offer.\n\n{0} +takeOffer.success.headline=Ha aceptado la oferta con éxito. +takeOffer.success.info=Puede ver el estado de su trato en la patalla de \"Portfolio\" bajo \"Open trades\". +takeOffer.error.message=Un error ocurrió aceptando la oferta.\n\n{0} # Payment methods OK_PAY=OKPay @@ -153,25 +153,25 @@ PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank -SPECIFIC_BANKS=Transfers with specific banks +NATIONAL_BANK=Transferencia bancaria nacional +SAME_BANK=Transferencia con el mismo banco +SPECIFIC_BANKS=Transferencias con bancos específicos SWISH= Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +US_POSTAL_MONEY_ORDER=Envío de dinero con US Postal. +CASH_DEPOSIT=Deposito de efectivo. BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=No disponible OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank -SPECIFIC_BANKS_SHORT=Specific banks +NATIONAL_BANK_SHORT=Bancos nacionales +SAME_BANK_SHORT=Mismo banco +SPECIFIC_BANKS_SHORT=Bancos específicos FED_WIRE_SHORT=Fed Wire SWISH_SHORT= Swish CLEAR_X_CHANGE_SHORT=ClearXchange From e025e1d2f8cb66c411ea6b76712f54d59b8044f8 Mon Sep 17 00:00:00 2001 From: Rob Judd Date: Sat, 29 Oct 2016 01:07:25 +1000 Subject: [PATCH 2/7] Minor edit --- .../i18n/in_dev/displayStrings_es.properties | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties index c2801cd007..8e1a2b740a 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties @@ -19,34 +19,34 @@ shared.sell=vender shared.spend=gastar # validation -validation.empty=No se permiten entradas vacías -validation.NaN=Le valor introducido no es válido +validation.empty=No se permiten entradas vacías. +validation.NaN=Le valor introducido no es válido. validation.zero=El 0 no es un valor permitido. validation.negative=No se permiten entradas negativas. -validation.fiat.toSmall=No se permite introducir un valor menor que el mínimo posible +validation.fiat.toSmall=No se permite introducir un valor menor que el mínimo posible. validation.fiat.toLarge=No se permiten entradas más gandes que la mayor posible. validation.btc.toSmall=La entrada resulta en un valor de bitcoin con la menor fracción posible (satoshi). validation.btc.toLarge=No se permiten entradas más grandes que la cantidad máxima de intercambio de {0}. validation.passwordTooShort=La clave introducida es demasiado corta. Se precisan al menos 8 caracteres. validation.passwordTooLong=La clave introducida es demasiado larga. Máximo 50 caracteres. validation.sortCodeNumber={0} debe consistir en {1} números. -validation.sortCodeChars={0} debe consistir en{1} caracteres +validation.sortCodeChars={0} debe consistir en{1} caracteres. validation.bankIdNumber={0} debe consistir en {1} números. validation.accountNr=El número de cuenta debe consistir en {0} números. validation.accountNrChars=El número de cuenta debe consistir en {0} caracteres. # Create offer createOffer.amount.prompt=Introducir cantidad en BTC -createOffer.price.prompt=Introudcir precio +createOffer.price.prompt=Introducir precio createOffer.volume.prompt=Introducir cantidad en {0} -createOffer.minAmount.prompt=Introducir cantidad mínima. +createOffer.minAmount.prompt=Introducir cantidad mínima createOffer.amountPriceBox.title=Cree su oferta createOffer.amountPriceBox.amountDescription=Cantidad de bitcoin a {0} createOffer.amountPriceBox.priceDescriptionFiat=Precio fijado a {0} createOffer.amountPriceBox.buy.volumeDescription=Cantidad en {0} a gastar. -createOffer.amountPriceBox.sell.volumeDescription=Cantidad en {0} a recibir. -createOffer.amountPriceBox.minAmountDescription=Cantidad mínima de bitcoin. +createOffer.amountPriceBox.sell.volumeDescription=Cantidad en {0} a recibir +createOffer.amountPriceBox.minAmountDescription=Cantidad mínima de bitcoin createOffer.amountPriceBox.buy.info=Pon un precio por el cual quieras comprar bitcoins y la cantidad o volumen de comercio. Con la cantidad mínima podrás atraer más clientes al darles más flexibilidad. Considere que no se creará una nueva orden si no eligen el importe máximo. Su oferta será eliminada del libro de ofertas una vez que un comerciante acepte la orden. createOffer.amountPriceBox.sell.info=Pon un precio por el cual quieras vender bitcoins y la cantidad o volumen de comercio. Con la cantidad mínima podrás atraer más clientes al darles más flexibilidad. Considere que no se creará una nueva orden si no eligen el importe máximo. Su oferta será eliminada del libro de ofertas una vez que un comerciante acepte la orden. createOffer.amountPriceBox.next=Siguiente paso @@ -57,7 +57,7 @@ createOffer.amountPriceBox.error.message=Se produjo un error poniendo la orden:\ createOffer.validation.amountSmallerThanMinAmount=La cantidad no puede ser más pequeña que la cantidad mínima. createOffer.validation.minAmountLargerThanAmount=La cantidad mínima no puede ser mayor que la cantidad. -createOffer.fundsBox.title=Paga tu oferta con fondos. +createOffer.fundsBox.title=Paga tu oferta con fondos createOffer.fundsBox.totalsNeeded=Fondos necesitados: createOffer.fundsBox.totalsNeeded.prompt=Serán calculados desde la cantidad de bitcoin introducida arriba. createOffer.fundsBox.address=Dirección del monedero del trato: @@ -84,7 +84,7 @@ createOffer.advancedBox.county=País de pago: createOffer.advancedBox.info=Los socios comerciales deben cumplir las restricciones de su oferta. Puede editar los países aceptados, idiomas y árbitros en las configuraciones. Los detalles de cuentas de pago son usados desde su cuenta de pago actualmente seleccionada (si tiene múltiples cuentas de pago). createOffer.success.headline=Su oferta ha sido publicada. -createOffer.success.info=Puede establecer sus ofertas abiertas la ventana \"Portfolio\" bajo \"My open offers\". +createOffer.success.info=Puede establecer sus ofertas abiertas la ventana \"Portafolio\" bajo \"Mis ofertas abiertas\". createOffer.error.message=Ocurrió un error al publicar la orden.\n\n{0} @@ -98,7 +98,7 @@ takeOffer.minAmount.prompt=Introducir cantidad mínima takeOffer.amountPriceBox.title=Aceptar oferta takeOffer.amountPriceBox.subTitle=Comprar bitcoin takeOffer.amountPriceBox.buy.amountDescription=Cantidad de bitcoin a vender -takeOffer.amountPriceBox.sell.amountDescription=CAntidad de bitcoin a vender +takeOffer.amountPriceBox.sell.amountDescription=Cantidad de bitcoin a vender takeOffer.amountPriceBox.priceDescription=Precio por bitcoin en {0} takeOffer.amountPriceBox.buy.volumeDescription=Recibir cantidad en {0} takeOffer.amountPriceBox.sell.volumeDescription=Cantidad en {0} a gastar @@ -144,10 +144,11 @@ takeOffer.advancedBox.info=Estas son las restricciones que su socio comercial ha Sus configuraciones cumplen esas limitaciones y puede comerciar con él. takeOffer.success.headline=Ha aceptado la oferta con éxito. -takeOffer.success.info=Puede ver el estado de su trato en la patalla de \"Portfolio\" bajo \"Open trades\". +takeOffer.success.info=Puede ver el estado de su trato en la patalla de \"Portafolio\" bajo \"Operaciones abiertas\". takeOffer.error.message=Un error ocurrió aceptando la oferta.\n\n{0} # Payment methods +N/A=No disponsible OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay @@ -158,7 +159,7 @@ SAME_BANK=Transferencia con el mismo banco SPECIFIC_BANKS=Transferencias con bancos específicos SWISH= Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=Envío de dinero con US Postal. +US_POSTAL_MONEY_ORDER=Envío de dinero con US Postal CASH_DEPOSIT=Deposito de efectivo. BLOCK_CHAINS=Altcoins From 8612ac66e5efaeeead88e1adc319dcb28da0033c Mon Sep 17 00:00:00 2001 From: Rob Judd Date: Sat, 29 Oct 2016 01:30:28 +1000 Subject: [PATCH 3/7] Update unfinished files to current level --- .../resources/i18n/displayStrings.properties | 13 ++- .../i18n/in_dev/displayStrings_ae.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_ba.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_br.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_cn.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_cz.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_dk.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_en.properties | 11 +- .../i18n/in_dev/displayStrings_fi.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_fr.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_ge.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_gr.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_hu.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_id.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_ie.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_in.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_is.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_it.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_jp.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_kg.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_kr.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_kz.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_lt.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_my.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_nl.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_no.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_nz.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_ph.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_pl.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_pt.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_ro.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_ru.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_se.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_th.properties | 108 ++++++++++++++---- .../i18n/in_dev/displayStrings_ua.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_uz.properties | 106 +++++++++++++---- .../i18n/in_dev/displayStrings_vn.properties | 106 +++++++++++++---- 37 files changed, 2955 insertions(+), 781 deletions(-) diff --git a/gui/src/main/resources/i18n/displayStrings.properties b/gui/src/main/resources/i18n/displayStrings.properties index a9fcd06cfa..9103a72d1f 100644 --- a/gui/src/main/resources/i18n/displayStrings.properties +++ b/gui/src/main/resources/i18n/displayStrings.properties @@ -1,4 +1,4 @@ -# Used by gui/components/infoDisplay.java +# Used by gui/components/infoDisplay.java # Shared shared.readMore=Read more @@ -45,7 +45,7 @@ payment.email=Email: payment.country=Country: payment.owner.email=Account holder email: payment.extras=Extra requirements: -payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods ClearXchange, US Postal Money Order or Cash Deposit instead. +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. payment.email.mobile=Email or mobile no.: payment.altcoin.address=Altcoin address: payment.address=address: @@ -65,7 +65,7 @@ payment.max.duration=Max. trade duration: payment.max.limit=Max. trade limit: payment.limitations=Limitations: payment.iban=IBAN: -payment.bicswift=BIC/SWIFT: +payment.bic=BIC: payment.accept.euro=Accept trades from these Euro countries: payment.accept.noneuro=Accept trades from these non-Euro countries: payment.all.euro=All Euro countries @@ -205,6 +205,7 @@ takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay @@ -218,11 +219,11 @@ CLEAR_X_CHANGE=ClearXchange CHASE_QUICK_PAY=Chase QuickPay INTERAC_E_TRANSFER=Interac e-Transfer US_POSTAL_MONEY_ORDER=US Postal Money Order -CASH_DEPOSIT=Cash deposit +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay @@ -237,6 +238,6 @@ CLEAR_X_CHANGE_SHORT=ClearXchange CHASE_QUICK_PAY_SHORT=Chase QuickPay INTERAC_E_TRANSFER_SHORT=Interac e-Transfer US_POSTAL_MONEY_ORDER_SHORT=US Money Order -CASH_DEPOSIT_SHORT=Cash deposit +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_ae.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_ae.properties index 66ffd86398..798385cfff 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_ae.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_ae.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_ba.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_ba.properties index e8275a134f..b0b8ecb2d6 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_ba.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_ba.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_br.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_br.properties index da3f3b42bf..5a1784520d 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_br.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_br.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_cn.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_cn.properties index ed168bf910..757ecc8be8 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_cn.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_cn.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_cz.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_cz.properties index d9c87cdc9f..2b87e9daf7 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_cz.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_cz.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_dk.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_dk.properties index c670e5a498..cce581ffc7 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_dk.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_dk.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties index a9fcd06cfa..dd94ba9e7c 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties @@ -45,7 +45,7 @@ payment.email=Email: payment.country=Country: payment.owner.email=Account holder email: payment.extras=Extra requirements: -payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods ClearXchange, US Postal Money Order or Cash Deposit instead. +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. payment.email.mobile=Email or mobile no.: payment.altcoin.address=Altcoin address: payment.address=address: @@ -65,7 +65,7 @@ payment.max.duration=Max. trade duration: payment.max.limit=Max. trade limit: payment.limitations=Limitations: payment.iban=IBAN: -payment.bicswift=BIC/SWIFT: +payment.bic=BIC: payment.accept.euro=Accept trades from these Euro countries: payment.accept.noneuro=Accept trades from these non-Euro countries: payment.all.euro=All Euro countries @@ -205,6 +205,7 @@ takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay @@ -218,11 +219,11 @@ CLEAR_X_CHANGE=ClearXchange CHASE_QUICK_PAY=Chase QuickPay INTERAC_E_TRANSFER=Interac e-Transfer US_POSTAL_MONEY_ORDER=US Postal Money Order -CASH_DEPOSIT=Cash deposit +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay @@ -237,6 +238,6 @@ CLEAR_X_CHANGE_SHORT=ClearXchange CHASE_QUICK_PAY_SHORT=Chase QuickPay INTERAC_E_TRANSFER_SHORT=Interac e-Transfer US_POSTAL_MONEY_ORDER_SHORT=US Money Order -CASH_DEPOSIT_SHORT=Cash deposit +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_fi.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_fi.properties index 4a37e173d0..34e7e81da0 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_fi.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_fi.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_fr.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_fr.properties index 9c1a741e9d..146e8220f8 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_fr.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_fr.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_ge.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_ge.properties index 2acaee582a..8b18102782 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_ge.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_ge.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_gr.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_gr.properties index 3bb9506fb2..535855735d 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_gr.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_gr.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_hu.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_hu.properties index 573a58eb96..963a511af0 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_hu.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_hu.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_id.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_id.properties index 659a64df7d..1a5e27881d 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_id.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_id.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_ie.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_ie.properties index b303da69ab..d2906fae01 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_ie.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_ie.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_in.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_in.properties index 46bb797248..b5c187dcbd 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_in.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_in.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_is.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_is.properties index 79ed3b156b..7778f39652 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_is.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_is.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_it.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_it.properties index 752492ad0d..6c94d10424 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_it.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_it.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_jp.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_jp.properties index 8b8ffc23cf..ed1788d0cb 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_jp.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_jp.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_kg.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_kg.properties index fb83d11683..66c0c5bf32 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_kg.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_kg.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_kr.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_kr.properties index 9c3f7f9f02..7e7f9e750c 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_kr.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_kr.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_kz.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_kz.properties index 627c327abd..f8aca569f3 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_kz.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_kz.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_lt.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_lt.properties index 0696958dbc..bc208cbc27 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_lt.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_lt.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_my.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_my.properties index c2e792aae0..02eccba2a3 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_my.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_my.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_nl.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_nl.properties index f1eeeadf44..3380310769 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_nl.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_nl.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_no.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_no.properties index 2764401960..8b54e9d6ac 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_no.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_no.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_nz.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_nz.properties index dea73baa17..5bd2452ea6 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_nz.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_nz.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_ph.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_ph.properties index 8fc2355dfa..3f3106bef2 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_ph.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_ph.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_pl.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_pl.properties index 6125034156..1d72092f81 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_pl.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_pl.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_pt.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_pt.properties index da3f3b42bf..5a1784520d 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_pt.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_pt.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_ro.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_ro.properties index d75f369e23..895451ebba 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_ro.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_ro.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_ru.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_ru.properties index 4def80ca11..d46336d963 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_ru.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_ru.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_se.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_se.properties index da9335b794..bfc2c08e79 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_se.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_se.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_th.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_th.properties index e84e9c9d69..9a27b85242 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_th.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_th.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,46 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit + +BLOCK_CHAINS_SHORT=Altcoins BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_ua.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_ua.properties index 1ff1afbd4b..ac762d7be1 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_ua.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_ua.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_uz.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_uz.properties index 5c2bf003f4..e5a544d275 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_uz.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_uz.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_vn.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_vn.properties index e246adf1f9..fdb0603fd8 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_vn.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_vn.properties @@ -18,7 +18,65 @@ shared.buy=buy shared.sell=sell shared.spend=spend -# validation +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + +# Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. validation.zero=Input of 0 is not allowed. @@ -29,11 +87,11 @@ validation.btc.toSmall=Input results in a bitcoin value with a fraction of the s validation.btc.toLarge=Input larger than maximum trading amount of {0} is not allowed. validation.passwordTooShort=The password you entered is too short. It needs to have min. 8 characters. validation.passwordTooLong=The password you entered is too long. It cannot be longer than 50 characters. -validation.sortCodeNumber={0} must consist of {1} numbers -validation.sortCodeChars={0} must consist of {1} characters -validation.bankIdNumber={0} must consist of {1} numbers -validation.accountNr=Account number must consist of {0} numbers -validation.accountNrChars=Account number must consist of {0} characters +validation.sortCodeNumber={0} must consist of {1} numbers. +validation.sortCodeChars={0} must consist of {1} characters. +validation.bankIdNumber={0} must consist of {1} numbers. +validation.accountNr=Account number must consist of {0} numbers. +validation.accountNrChars=Account number must consist of {0} characters. # Create offer createOffer.amount.prompt=Enter amount in BTC @@ -71,7 +129,7 @@ createOffer.fundsBox.total=Total: createOffer.fundsBox.showAdvanced=Show advanced settings createOffer.fundsBox.hideAdvanced=Hide advanced settings createOffer.fundsBox.placeOffer=Place offer -createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress... +createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ... createOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} createOffer.advancedBox.title=Advanced settings @@ -88,7 +146,6 @@ createOffer.success.info=You can manage your open offers in the \"Portfolio\" sc createOffer.error.message=An error occurred when placing the offer.\n\n{0} - # Take offer takeOffer.amount.prompt=Enter amount in BTC takeOffer.price.prompt=Enter price @@ -112,7 +169,7 @@ takeOffer.validation.amountLargerThanOfferAmount=Input amount cannot be higher t takeOffer.validation.amountLargerThanOfferAmountMinusFee=That input amount would create dust change for the BTC seller. takeOffer.fundsBox.title=Fund your trade -takeOffer.fundsBox.isOfferAvailable=Check if offer is available... +takeOffer.fundsBox.isOfferAvailable=Check if offer is available ... takeOffer.fundsBox.totalsNeeded=Funds needed: takeOffer.fundsBox.totalsNeeded.prompt=Will be calculated from the bitcoin amount entered above takeOffer.fundsBox.address=Trade wallet address: @@ -130,7 +187,7 @@ takeOffer.fundsBox.total=Total: takeOffer.fundsBox.showAdvanced=Show advanced settings takeOffer.fundsBox.hideAdvanced=Hide advanced settings takeOffer.fundsBox.takeOffer=Take offer -takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress... +takeOffer.fundsBox.takeOfferSpinnerInfo=Take offer in progress ... takeOffer.fundsBox.paymentLabel=Bitsquare trade with ID {0} takeOffer.advancedBox.title=Advanced settings @@ -143,39 +200,44 @@ takeOffer.advancedBox.county=Payments account country: takeOffer.advancedBox.info=These are the offer restrictions your trading partner has defined in his offer. \ Your settings match those constraints and you are able to trade with him. -takeOffer.success.headline=You have successfully taken an offer +takeOffer.success.headline=You have successfully taken an offer. takeOffer.success.info=You can see the status of your trade at the \"Portfolio\" screen under \"Open trades\". takeOffer.error.message=An error occurred when taking the offer.\n\n{0} # Payment methods +N/A=Not available OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay SEPA=SEPA FASTER_PAYMENTS=Faster Payments -NATIONAL_BANK=National Bank transfer -SAME_BANK=Transfer with same Bank +NATIONAL_BANK=National bank transfer +SAME_BANK=Transfer with same bank SPECIFIC_BANKS=Transfers with specific banks -SWISH= Swish +SWISH=Swish CLEAR_X_CHANGE=ClearXchange -US_POSTAL_MONEY_ORDER=US Postal money order -CASH_DEPOSIT=Cash Deposit +CHASE_QUICK_PAY=Chase QuickPay +INTERAC_E_TRANSFER=Interac e-Transfer +US_POSTAL_MONEY_ORDER=US Postal Money Order +CASH_DEPOSIT=Cash/ATM deposit BLOCK_CHAINS=Altcoins -N/A_SHORT=Not available +N/A_SHORT=N/A OK_PAY_SHORT=OKPay PERFECT_MONEY_SHORT=Perfect Money ALI_PAY_SHORT=AliPay SEPA_SHORT=SEPA FASTER_PAYMENTS_SHORT=Faster Payments -NATIONAL_BANK_SHORT=National Banks -SAME_BANK_SHORT=Same Bank +NATIONAL_BANK_SHORT=National banks +SAME_BANK_SHORT=Same bank SPECIFIC_BANKS_SHORT=Specific banks FED_WIRE_SHORT=Fed Wire -SWISH_SHORT= Swish +SWISH_SHORT=Swish CLEAR_X_CHANGE_SHORT=ClearXchange -US_POSTAL_MONEY_ORDER_SHORT=US money order -CASH_DEPOSIT_SHORT=Cash Deposit +CHASE_QUICK_PAY_SHORT=Chase QuickPay +INTERAC_E_TRANSFER_SHORT=Interac e-Transfer +US_POSTAL_MONEY_ORDER_SHORT=US Money Order +CASH_DEPOSIT_SHORT=Cash/ATM deposit BLOCK_CHAINS_SHORT=Altcoins From 0f73fe63c3467c1ac4b883706d9f9150d34ded42 Mon Sep 17 00:00:00 2001 From: Rob Judd Date: Sat, 29 Oct 2016 01:53:08 +1000 Subject: [PATCH 4/7] Update i18n files already partially done --- .../resources/i18n/displayStrings.properties | 8 +-- .../i18n/in_dev/displayStrings_de.properties | 59 +++++++++++++++++++ .../i18n/in_dev/displayStrings_en.properties | 2 +- .../i18n/in_dev/displayStrings_es.properties | 56 ++++++++++++++++++ .../i18n/in_dev/displayStrings_hr.properties | 57 ++++++++++++++++++ 5 files changed, 176 insertions(+), 6 deletions(-) diff --git a/gui/src/main/resources/i18n/displayStrings.properties b/gui/src/main/resources/i18n/displayStrings.properties index 9103a72d1f..2c305a6784 100644 --- a/gui/src/main/resources/i18n/displayStrings.properties +++ b/gui/src/main/resources/i18n/displayStrings.properties @@ -20,9 +20,9 @@ shared.spend=spend # App -app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.version=You probably have the wrong Bitsquare version for this computer.\\nYour computer's architecture is: {0}.\\nThe Bitsquare binary you installed is: {1}.\\nPlease shut down and re-install the correct version ( {3} ). app.shutdown.headline=Shutdown in progress ... -app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. +app.shutdown.text=Shutting down application can take a few seconds.\\nPlease don't interrupt this process. # Payment methods @@ -45,7 +45,7 @@ payment.email=Email: payment.country=Country: payment.owner.email=Account holder email: payment.extras=Extra requirements: -payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\\n\\nPlease use payment methods \\"ClearXchange\\", \\"US Postal Money Order\\" or \\"Cash/ATM Deposit\\" instead. payment.email.mobile=Email or mobile no.: payment.altcoin.address=Altcoin address: payment.address=address: @@ -74,8 +74,6 @@ payment.accepted.banks=Accepted banks: payment.mobile=Mobile no.: payment.postal.address=Postal address: - - # Validation validation.empty=Empty input is not allowed. validation.NaN=Input is not a valid number. diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_de.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_de.properties index 53b5053f93..afe72b5aa3 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_de.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_de.properties @@ -18,6 +18,64 @@ shared.buy=kaufen shared.sell=verkaufen shared.spend=ausgeben +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + + + # validation validation.empty=Leere Eingabe ist nicht erlaubt. validation.NaN=Die Eingabe ist keine gültige Zahl. @@ -147,6 +205,7 @@ takeOffer.success.info=Sie können den Status Ihres Handels auf dem \"Portfolio\ takeOffer.error.message=Beim Annehmen des Angebots ist ein Fehler aufgetreten.\n\n{0} # Payment methods +N/A=n. a. OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties index dd94ba9e7c..9103a72d1f 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties @@ -1,4 +1,4 @@ -# Used by gui/components/infoDisplay.java +# Used by gui/components/infoDisplay.java # Shared shared.readMore=Read more diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties index 8e1a2b740a..278381916d 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_es.properties @@ -18,6 +18,62 @@ shared.buy=comprar shared.sell=vender shared.spend=gastar +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + # validation validation.empty=No se permiten entradas vacías. validation.NaN=Le valor introducido no es válido. diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_hr.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_hr.properties index 88649e6acb..706594e5fc 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_hr.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_hr.properties @@ -18,6 +18,62 @@ shared.buy=kupi shared.sell=prodaj shared.spend=potroši +# App + +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). +app.shutdown.headline=Shutdown in progress ... +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. + +# Payment methods + +payment.account.no=Account no.: +payment.currency=Currency: +payment.account.name=Account name: +payment.payment.method=Payment method: +payment.account.owner=Account holder name: +payment.bank.country=Country of bank: +payment.account.name.email=Account holder name / email +payment.bank.name=Bank name: +payment.select.account=Select account type +payment.select.currency=Select currency +payment.select.region=Select region +payment.select.country=Select country +payment.select.bank.country=Select country of bank +payment.foreign.currency=Are you sure you want to choose a currency other than the country's default currency? +payment.restore.default=No, restore default currency +payment.email=Email: +payment.country=Country: +payment.owner.email=Account holder email: +payment.extras=Extra requirements: +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +payment.email.mobile=Email or mobile no.: +payment.altcoin.address=Altcoin address: +payment.address=address: +payment.altcoin=Altcoin: +payment.select.altcoin=Select or search altcoin +payment.uk.sort=UK sort code: +payment.secret=Secret question: +payment.answer=Answer: +payment.wallet=Wallet ID: +payment.supported.okpay=Supported OKPay currencies: +payment.max.allowed=Max. allowed period / date: +payment.hours=hours +payment.days=days +payment.1hour=1 hour +payment.1day=1 day +payment.max.duration=Max. trade duration: +payment.max.limit=Max. trade limit: +payment.limitations=Limitations: +payment.iban=IBAN: +payment.bic=BIC: +payment.accept.euro=Accept trades from these Euro countries: +payment.accept.noneuro=Accept trades from these non-Euro countries: +payment.all.euro=All Euro countries +payment.accepted.countries=Accepted countries: +payment.accepted.banks=Accepted banks: +payment.mobile=Mobile no.: +payment.postal.address=Postal address: + # validation validation.empty=Prazan unos nije dozvoljen. validation.NaN=Unos nije valjani broj. @@ -148,6 +204,7 @@ takeOffer.success.info=Status svoje razmjene možete vidjeti u \"Portfelj\" ekra takeOffer.error.message=Dogodila se greška prilikom prihvaćanja ponude.\n\n{0} # Payment methods +N/A=Nije dostupno OK_PAY=OKPay PERFECT_MONEY=Perfect Money ALI_PAY=AliPay From c97b85e2af8ab9f4975b659ea2a0337bd306da88 Mon Sep 17 00:00:00 2001 From: Rob Judd Date: Sat, 29 Oct 2016 03:39:27 +1000 Subject: [PATCH 5/7] Re-commit after merge --- doc/install_on_unix.sh | 5 +++++ .../bitsquare/gui/components/paymentmethods/BankForm.java | 2 +- .../pendingtrades/steps/seller/SellerStep3View.java | 2 +- gui/src/main/resources/i18n/displayStrings.properties | 8 ++++++-- .../resources/i18n/in_dev/displayStrings_en.properties | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/doc/install_on_unix.sh b/doc/install_on_unix.sh index 6f0a496311..5a58afd14d 100755 --- a/doc/install_on_unix.sh +++ b/doc/install_on_unix.sh @@ -10,6 +10,11 @@ add-apt-repository ppa:webupd8team/java apt-get update apt-get -y install oracle-java8-installer git maven unzip +# Alternatively you can download the latest jdk and extract it to /usr/lib/jvm/jdk1.8.0_112 +# Then set the new java version as default by those commands: +# update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.8.0_112/bin/java 100 +# update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.8.0_112/bin/javac 100 + echo "Enable unlimited Strength for cryptographic keys" wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip diff --git a/gui/src/main/java/io/bitsquare/gui/components/paymentmethods/BankForm.java b/gui/src/main/java/io/bitsquare/gui/components/paymentmethods/BankForm.java index 834c322909..18e0e1e4af 100644 --- a/gui/src/main/java/io/bitsquare/gui/components/paymentmethods/BankForm.java +++ b/gui/src/main/java/io/bitsquare/gui/components/paymentmethods/BankForm.java @@ -269,7 +269,7 @@ abstract class BankForm extends PaymentMethodForm { if (selectedItem != null) { if (selectedItem.code.equals("US")) { new Popup<>().information("Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\n" + - "Please use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash Deposit\" instead.") + "Please use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead.") .onClose(() -> closeHandler.run()) .show(); } else { diff --git a/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java b/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java index 2922e19231..72768c2ef6 100644 --- a/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java +++ b/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java @@ -92,7 +92,7 @@ public class SellerStep3View extends TradeStepView { "The trade ID (\"reason for payment\" text) of the transaction is: \"" + trade.getShortId() + "\""; if (paymentAccountContractData instanceof CashDepositAccountContractData) - message += "\n\nBecause the payment is done via Cash Deposit the BTC buyer has to write \"NO REFUND\" " + + message += "\n\nBecause the payment is done via Cash/ATM Deposit the BTC buyer has to write \"NO REFUND\" " + "on the paper receipt, tear it in 2 parts and send you a photo by email.\n\n" + "To avoid chargeback risk, only confirm if you received the email and if you are " + "sure the paper receipt is valid.\n" + diff --git a/gui/src/main/resources/i18n/displayStrings.properties b/gui/src/main/resources/i18n/displayStrings.properties index 2c305a6784..84c15619e4 100644 --- a/gui/src/main/resources/i18n/displayStrings.properties +++ b/gui/src/main/resources/i18n/displayStrings.properties @@ -45,7 +45,11 @@ payment.email=Email: payment.country=Country: payment.owner.email=Account holder email: payment.extras=Extra requirements: +<<<<<<< HEAD payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\\n\\nPlease use payment methods \\"ClearXchange\\", \\"US Postal Money Order\\" or \\"Cash/ATM Deposit\\" instead. +======= +payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. +>>>>>>> 066120623013ecd4dc807df44c313469b6e1ccba payment.email.mobile=Email or mobile no.: payment.altcoin.address=Altcoin address: payment.address=address: @@ -55,7 +59,7 @@ payment.uk.sort=UK sort code: payment.secret=Secret question: payment.answer=Answer: payment.wallet=Wallet ID: -payment.supported.okpay=Supported OKPay currencies: +payment.supported.okpay=Supported currencies: payment.max.allowed=Max. allowed period / date: payment.hours=hours payment.days=days @@ -238,4 +242,4 @@ INTERAC_E_TRANSFER_SHORT=Interac e-Transfer US_POSTAL_MONEY_ORDER_SHORT=US Money Order CASH_DEPOSIT_SHORT=Cash/ATM deposit -BLOCK_CHAINS_SHORT=Altcoins +BLOCK_CHAINS_SHORT=Altcoins \ No newline at end of file diff --git a/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties b/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties index 9103a72d1f..08393ebda7 100644 --- a/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties +++ b/gui/src/main/resources/i18n/in_dev/displayStrings_en.properties @@ -55,7 +55,7 @@ payment.uk.sort=UK sort code: payment.secret=Secret question: payment.answer=Answer: payment.wallet=Wallet ID: -payment.supported.okpay=Supported OKPay currencies: +payment.supported.okpay=Supported currencies: payment.max.allowed=Max. allowed period / date: payment.hours=hours payment.days=days From 58b81327b9ae150ef3fa7a733d7cad31dd941c26 Mon Sep 17 00:00:00 2001 From: Rob Judd Date: Sat, 29 Oct 2016 03:43:55 +1000 Subject: [PATCH 6/7] Take out merge crap --- gui/src/main/resources/i18n/displayStrings.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gui/src/main/resources/i18n/displayStrings.properties b/gui/src/main/resources/i18n/displayStrings.properties index 84c15619e4..282dd4d56b 100644 --- a/gui/src/main/resources/i18n/displayStrings.properties +++ b/gui/src/main/resources/i18n/displayStrings.properties @@ -45,11 +45,7 @@ payment.email=Email: payment.country=Country: payment.owner.email=Account holder email: payment.extras=Extra requirements: -<<<<<<< HEAD -payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\\n\\nPlease use payment methods \\"ClearXchange\\", \\"US Postal Money Order\\" or \\"Cash/ATM Deposit\\" instead. -======= payment.us.info=Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\nPlease use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead. ->>>>>>> 066120623013ecd4dc807df44c313469b6e1ccba payment.email.mobile=Email or mobile no.: payment.altcoin.address=Altcoin address: payment.address=address: From 2cf4dd0da8225e2e58f6ca75f767facb40827641 Mon Sep 17 00:00:00 2001 From: Rob Judd Date: Sat, 29 Oct 2016 03:46:07 +1000 Subject: [PATCH 7/7] Take out double backslashes added by stupid editor --- gui/src/main/resources/i18n/displayStrings.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/src/main/resources/i18n/displayStrings.properties b/gui/src/main/resources/i18n/displayStrings.properties index 282dd4d56b..eb06dfefdc 100644 --- a/gui/src/main/resources/i18n/displayStrings.properties +++ b/gui/src/main/resources/i18n/displayStrings.properties @@ -20,9 +20,9 @@ shared.spend=spend # App -app.version=You probably have the wrong Bitsquare version for this computer.\\nYour computer's architecture is: {0}.\\nThe Bitsquare binary you installed is: {1}.\\nPlease shut down and re-install the correct version ( {3} ). +app.version=You probably have the wrong Bitsquare version for this computer.\nYour computer's architecture is: {0}.\nThe Bitsquare binary you installed is: {1}.\nPlease shut down and re-install the correct version ( {3} ). app.shutdown.headline=Shutdown in progress ... -app.shutdown.text=Shutting down application can take a few seconds.\\nPlease don't interrupt this process. +app.shutdown.text=Shutting down application can take a few seconds.\nPlease don't interrupt this process. # Payment methods