From fb72f6a5ab8fffcf67bf18907bc857292ac91c8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 5 Sep 2015 01:37:13 +0200 Subject: [PATCH] Replace issue reporting URL and email address. --- res/values-de/strings.xml | 4 ++-- res/values-es/strings.xml | 4 ++-- res/values-fr/strings.xml | 2 +- res/values-it/strings.xml | 2 +- res/values/strings.xml | 4 ++-- src/com/hughes/android/dictionary/DictionaryApplication.java | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 310d7c0..9a48266 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -61,7 +61,7 @@ Leider kann ich keine Verantwortung für die Wörterbücher (außer Formatierung) nehmen, weil sie aus anderen Quellen erzeugt werden. Danke an Michael Vogel für Hilfe mit dem Icon und den deutschen Übersetzungen. Bitte senden Sie Kommentare, Anregungen, Bug-Reports, oder einfach nur ein kurzes Hallo an: - thad.hughes@gmail.com + quickdic@reimardoeffinger.de Weitere Informationen finden Sie unter: http://code.google.com/p/quickdic-dictionary/ Contributions from: @@ -98,4 +98,4 @@ Farbschema Auswahl des Farbschemas für das Wörterbuch und die Menüs. - \ No newline at end of file + diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index e77134a..1fd2bad 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -60,7 +60,7 @@ Si está usando QuickDic, me encantaría saberlo. Desgraciadamente, no puedo hacerme responsable sobre el contenido del diccionario (sólo el formato), ya que está generado desde otras fuentes. Por favor envíe comentarios, sugerencias, informes de error o simplemente un saludo rápido a: - thad.hughes@gmail.com + quickdic@reimardoeffinger.de Para más información, vea: http://code.google.com/p/quickdic-dictionary/ Contributions from: @@ -97,4 +97,4 @@ Por favor envíe comentarios, sugerencias, informes de error o simplemente un sa Tema Color y tema de la interfaz de usuario. - \ No newline at end of file + diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index d043f18..0e04ae9 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -61,7 +61,7 @@ Étant donnée que le dictionnaire proviennent de sources esternes, je ne peux malheureusement pas être responsable de son contenu(en dehors de la mise en forme). Merci à Michael Vogel pour les Icons et la traduction allemande, sans oublier Justice Nanhou pour la traduction Française. S\'il vous plait envoyer vos commentaires, Bugs, propositions ou alors juste un petit bonjour à: - thad.hughes@gmail.com + quickdic@reimardoeffinger.de vous trouverez plus d\'information sur cette page : http://code.google.com/p/quickdic-dictionary/ Contribution de: diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index 03b4473..f65bc6a 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -63,7 +63,7 @@ Sfortunatamente, non ho responsabilità circa il contenuto del dizionario (al difuori della formattazione), in quanto è creato con altre sorgenti. Per favore inviami (in inglese) commenti, suggerimenti, segnalazioni di bug o semplicemente un breve saluto a: - thad.hughes@gmail.com + quickdic@reimardoeffinger.de Per più informazioni, guarda: http://code.google.com/p/quickdic-dictionary/ Contributions from: diff --git a/res/values/strings.xml b/res/values/strings.xml index a291073..c10a778 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -60,7 +60,7 @@ If you\'re using QuickDic, I\'d love to hear from you. Unfortunately, I cannot take responsibility for dictionary content (other than formatting), as it is generated from other sources. Please send comments, suggestions, bug reports, or just a quick hello to: - thad.hughes@gmail.com + quickdic@reimardoeffinger.de For more information, see: http://code.google.com/p/quickdic-dictionary/ Contributions from: @@ -97,4 +97,4 @@ UI theme User-interface color theme. - \ No newline at end of file + diff --git a/src/com/hughes/android/dictionary/DictionaryApplication.java b/src/com/hughes/android/dictionary/DictionaryApplication.java index f36f43b..c8e204b 100644 --- a/src/com/hughes/android/dictionary/DictionaryApplication.java +++ b/src/com/hughes/android/dictionary/DictionaryApplication.java @@ -382,7 +382,7 @@ public class DictionaryApplication extends Application { public boolean onMenuItemClick(final MenuItem menuItem) { final Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri - .parse("http://code.google.com/p/quickdic-dictionary/issues/entry")); + .parse("http://github.com/rdoeffinger/Dictionary/issues")); context.startActivity(intent); return false; } -- 2.43.0