From 70296a94af2da760be798c40df426ccaac7561a1 Mon Sep 17 00:00:00 2001 From: Devin Bileck <603793+devinbileck@users.noreply.github.com> Date: Mon, 25 Nov 2019 00:28:50 -0800 Subject: [PATCH 1/2] Update strings to reflect bisq is exchange network Motivated by changes done to the website, as described in https://github.com/bisq-network/bisq-website/pull/280 --- core/src/main/resources/i18n/displayStrings.properties | 2 +- desktop/package/linux/package.sh | 4 ++-- desktop/package/macosx/create_app.sh | 2 +- desktop/package/windows/Bisq.iss | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/src/main/resources/i18n/displayStrings.properties b/core/src/main/resources/i18n/displayStrings.properties index 405932fbaf3..e17e551abfa 100644 --- a/core/src/main/resources/i18n/displayStrings.properties +++ b/core/src/main/resources/i18n/displayStrings.properties @@ -2641,7 +2641,7 @@ systemTray.show=Show application window systemTray.hide=Hide application window systemTray.info=Info about Bisq systemTray.exit=Exit -systemTray.tooltip=Bisq: The decentralized exchange network +systemTray.tooltip=Bisq: A decentralized Bitcoin exchange network #################################################################### diff --git a/desktop/package/linux/package.sh b/desktop/package/linux/package.sh index 97ecb33740f..20dd7bd1c2e 100755 --- a/desktop/package/linux/package.sh +++ b/desktop/package/linux/package.sh @@ -101,7 +101,7 @@ $JAVA_HOME/bin/javapackager \ -Bicon=$base_dir/desktop/package/linux/icon.png \ -native deb \ -name Bisq \ - -title "The decentralized exchange network." \ + -title "A decentralized Bitcoin exchange network." \ -vendor Bisq \ -outdir $base_dir/desktop/package/linux \ -srcdir $src_dir \ @@ -127,7 +127,7 @@ $JAVA_HOME/bin/javapackager \ -Bicon=$base_dir/desktop/package/linux/icon.png \ -native rpm \ -name Bisq \ - -title "The decentralized exchange network." \ + -title "A decentralized Bitcoin exchange network." \ -vendor Bisq \ -outdir $base_dir/desktop/package/linux \ -srcdir $src_dir \ diff --git a/desktop/package/macosx/create_app.sh b/desktop/package/macosx/create_app.sh index b7c6a1eede6..d4775af1f4e 100755 --- a/desktop/package/macosx/create_app.sh +++ b/desktop/package/macosx/create_app.sh @@ -84,7 +84,7 @@ $JAVA_HOME/bin/javapackager \ -Bruntime="$JAVA_HOME/jre" \ -native dmg \ -name Bisq \ - -title Bisq \ + -title "A decentralized Bitcoin exchange network." \ -vendor Bisq \ -outdir deploy \ -srcdir deploy \ diff --git a/desktop/package/windows/Bisq.iss b/desktop/package/windows/Bisq.iss index 0239addae8e..4c73041fab9 100644 --- a/desktop/package/windows/Bisq.iss +++ b/desktop/package/windows/Bisq.iss @@ -53,16 +53,16 @@ Name: fr; MessagesFile: "compiler:Languages\French.isl" Name: sp; MessagesFile: "compiler:Languages\Spanish.isl" [CustomMessages] -en.AppComments=The decentralized exchange network +en.AppComments=A decentralized Bitcoin exchange network en.AppIsRunning=Bisq is running, please close it and run setup again. en.SpecialAppPath=Your default install path appears to have special characters: %1%n%nThis may prevent Bisq from starting. See https://github.com/bisq-network/bisq/issues/3605 for more information.%n%nYou can either cancel this installation and install as a user without special characters in the username, or proceed with this installation using a different install path that does not contain special characters (e.g. %2). -de.AppComments=Das dezentrale Austauschnetzwerk +de.AppComments=Ein dezentrales Bitcoin-Austauschnetz de.AppIsRunning=Bisq läuft, bitte schließen Sie es und führen Sie das Setup erneut aus. de.SpecialAppPath=Ihr Standardinstallationspfad scheint Sonderzeichen zu enthalten: %1%n%nDies kann den Start von Bisq verhindern. Weitere Informationen finden Sie unter https://github.com/bisq-network/bisq/issues/3605.%n%nSie können diese Installation abbrechen und als Benutzer ohne Sonderzeichen im Benutzernamen installieren oder mit dieser Installation fortfahren, indem Sie einen anderen Installationspfad verwenden, der keine Sonderzeichen enthält (z. B. %2). -fr.AppComments=Le réseau d'échange décentralisé +fr.AppComments=Un réseau d’échange Bitcoin décentralisé fr.AppIsRunning=Bisq est en cours d'exécution, fermez-le et exécutez à nouveau le programme d'installation. fr.SpecialAppPath=Votre chemin d'installation par défaut semble comporter des caractères spéciaux: %1%n%nCela peut empêcher le démarrage de Bisq. Voir https://github.com/bisq-network/bisq/issues/3605 pour plus d'informations.%n%nVous pouvez annuler cette installation et l'installer en tant qu'utilisateur sans caractères spéciaux dans le nom d'utilisateur ou procéder à cette installation en utilisant un chemin d'installation différent ne contenant pas de caractères spéciaux (par exemple, %2). -sp.AppComments=La red de intercambio descentralizado +sp.AppComments=Una red descentralizada de intercambio de Bitcoin sp.AppIsRunning=Bisq se está ejecutando, ciérrelo y vuelva a ejecutar la configuración. sp.SpecialAppPath=Su ruta de instalación predeterminada parece tener caracteres especiales: %1%n%nEsto puede evitar que Bisq se inicie. Consulte https://github.com/bisq-network/bisq/issues/3605 para obtener más información.%n%nPuede cancelar esta instalación e instalar como usuario sin caracteres especiales en el nombre de usuario, o continuar con esta instalación utilizando una ruta de instalación diferente que no contenga caracteres especiales (por ejemplo, %2). From e443b8fade3e9a8433dcaecc1698955a4d63bdb5 Mon Sep 17 00:00:00 2001 From: Devin Bileck <603793+devinbileck@users.noreply.github.com> Date: Wed, 27 Nov 2019 22:36:53 -0800 Subject: [PATCH 2/2] Use lowercase 'bitcoin' Based on feedback mentioned in this comment: https://github.com/bisq-network/bisq-website/pull/280#discussion_r351491215 --- core/src/main/resources/i18n/displayStrings.properties | 2 +- desktop/package/linux/package.sh | 4 ++-- desktop/package/macosx/create_app.sh | 2 +- desktop/package/windows/Bisq.iss | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/src/main/resources/i18n/displayStrings.properties b/core/src/main/resources/i18n/displayStrings.properties index e17e551abfa..b5917e9019a 100644 --- a/core/src/main/resources/i18n/displayStrings.properties +++ b/core/src/main/resources/i18n/displayStrings.properties @@ -2641,7 +2641,7 @@ systemTray.show=Show application window systemTray.hide=Hide application window systemTray.info=Info about Bisq systemTray.exit=Exit -systemTray.tooltip=Bisq: A decentralized Bitcoin exchange network +systemTray.tooltip=Bisq: A decentralized bitcoin exchange network #################################################################### diff --git a/desktop/package/linux/package.sh b/desktop/package/linux/package.sh index 20dd7bd1c2e..e09d866d392 100755 --- a/desktop/package/linux/package.sh +++ b/desktop/package/linux/package.sh @@ -101,7 +101,7 @@ $JAVA_HOME/bin/javapackager \ -Bicon=$base_dir/desktop/package/linux/icon.png \ -native deb \ -name Bisq \ - -title "A decentralized Bitcoin exchange network." \ + -title "A decentralized bitcoin exchange network." \ -vendor Bisq \ -outdir $base_dir/desktop/package/linux \ -srcdir $src_dir \ @@ -127,7 +127,7 @@ $JAVA_HOME/bin/javapackager \ -Bicon=$base_dir/desktop/package/linux/icon.png \ -native rpm \ -name Bisq \ - -title "A decentralized Bitcoin exchange network." \ + -title "A decentralized bitcoin exchange network." \ -vendor Bisq \ -outdir $base_dir/desktop/package/linux \ -srcdir $src_dir \ diff --git a/desktop/package/macosx/create_app.sh b/desktop/package/macosx/create_app.sh index d4775af1f4e..f47781086c6 100755 --- a/desktop/package/macosx/create_app.sh +++ b/desktop/package/macosx/create_app.sh @@ -84,7 +84,7 @@ $JAVA_HOME/bin/javapackager \ -Bruntime="$JAVA_HOME/jre" \ -native dmg \ -name Bisq \ - -title "A decentralized Bitcoin exchange network." \ + -title "A decentralized bitcoin exchange network." \ -vendor Bisq \ -outdir deploy \ -srcdir deploy \ diff --git a/desktop/package/windows/Bisq.iss b/desktop/package/windows/Bisq.iss index 4c73041fab9..796c3ec3707 100644 --- a/desktop/package/windows/Bisq.iss +++ b/desktop/package/windows/Bisq.iss @@ -53,16 +53,16 @@ Name: fr; MessagesFile: "compiler:Languages\French.isl" Name: sp; MessagesFile: "compiler:Languages\Spanish.isl" [CustomMessages] -en.AppComments=A decentralized Bitcoin exchange network +en.AppComments=A decentralized bitcoin exchange network en.AppIsRunning=Bisq is running, please close it and run setup again. en.SpecialAppPath=Your default install path appears to have special characters: %1%n%nThis may prevent Bisq from starting. See https://github.com/bisq-network/bisq/issues/3605 for more information.%n%nYou can either cancel this installation and install as a user without special characters in the username, or proceed with this installation using a different install path that does not contain special characters (e.g. %2). -de.AppComments=Ein dezentrales Bitcoin-Austauschnetz +de.AppComments=Ein dezentrales bitcoin-Austauschnetz de.AppIsRunning=Bisq läuft, bitte schließen Sie es und führen Sie das Setup erneut aus. de.SpecialAppPath=Ihr Standardinstallationspfad scheint Sonderzeichen zu enthalten: %1%n%nDies kann den Start von Bisq verhindern. Weitere Informationen finden Sie unter https://github.com/bisq-network/bisq/issues/3605.%n%nSie können diese Installation abbrechen und als Benutzer ohne Sonderzeichen im Benutzernamen installieren oder mit dieser Installation fortfahren, indem Sie einen anderen Installationspfad verwenden, der keine Sonderzeichen enthält (z. B. %2). -fr.AppComments=Un réseau d’échange Bitcoin décentralisé +fr.AppComments=Un réseau d’échange bitcoin décentralisé fr.AppIsRunning=Bisq est en cours d'exécution, fermez-le et exécutez à nouveau le programme d'installation. fr.SpecialAppPath=Votre chemin d'installation par défaut semble comporter des caractères spéciaux: %1%n%nCela peut empêcher le démarrage de Bisq. Voir https://github.com/bisq-network/bisq/issues/3605 pour plus d'informations.%n%nVous pouvez annuler cette installation et l'installer en tant qu'utilisateur sans caractères spéciaux dans le nom d'utilisateur ou procéder à cette installation en utilisant un chemin d'installation différent ne contenant pas de caractères spéciaux (par exemple, %2). -sp.AppComments=Una red descentralizada de intercambio de Bitcoin +sp.AppComments=Una red descentralizada de intercambio de bitcoin sp.AppIsRunning=Bisq se está ejecutando, ciérrelo y vuelva a ejecutar la configuración. sp.SpecialAppPath=Su ruta de instalación predeterminada parece tener caracteres especiales: %1%n%nEsto puede evitar que Bisq se inicie. Consulte https://github.com/bisq-network/bisq/issues/3605 para obtener más información.%n%nPuede cancelar esta instalación e instalar como usuario sin caracteres especiales en el nombre de usuario, o continuar con esta instalación utilizando una ruta de instalación diferente que no contenga caracteres especiales (por ejemplo, %2).