gnucash maint: I18N: Improve Aqbanking import tooltips

Frank H.Ellenberger fell at code.gnucash.org
Wed Mar 27 15:41:52 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/19d864ce (commit)
	from  https://github.com/Gnucash/gnucash/commit/141d503f (commit)



commit 19d864ce72abd1b6ba1fc0f720439c6a1e53c301
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Mar 27 20:38:16 2019 +0100

    I18N: Improve Aqbanking import tooltips

diff --git a/gnucash/import-export/aqb/gnc-plugin-aqbanking.c b/gnucash/import-export/aqb/gnc-plugin-aqbanking.c
index 521c1d771..df7af0677 100644
--- a/gnucash/import-export/aqb/gnc-plugin-aqbanking.c
+++ b/gnucash/import-export/aqb/gnc-plugin-aqbanking.c
@@ -131,20 +131,20 @@ static GtkActionEntry gnc_plugin_actions [] =
 		/* Translators: Message types MTxxxx are exchange formats used by the SWIFT network
 		   https://en.wikipedia.org/wiki/Society_for_Worldwide_Interbank_Financial_Telecommunication */
 		N_("Import _MT940"), NULL,
-        N_("Import a MT940 file into GnuCash"),
+        N_("Import an end-of-day account statement in SWIFT MT940 format into GnuCash."),
         G_CALLBACK(gnc_plugin_ab_cmd_mt940_import)
     },
     {
         "Mt942ImportAction", "go-previous", N_("Import MT94_2"), NULL,
-        N_("Import a MT942 file into GnuCash"),
+        N_("Import an interim account statement in SWIFT MT942 format into GnuCash."),
         G_CALLBACK(gnc_plugin_ab_cmd_mt942_import)
     },
     {
         "DtausImportAction", "go-previous",
-		/* Translators: DTAUS is a traditional german exchange format.
+	/* Translators: DTAUS is a traditional german exchange format.
            https://de.wikipedia.org/wiki/Datentr%C3%A4geraustauschverfahren */
 		N_("Import _DTAUS"), NULL,
-        N_("Import a DTAUS file into GnuCash"),
+        N_("Import a traditional german DTAUS file into GnuCash."),
         G_CALLBACK(gnc_plugin_ab_cmd_dtaus_import)
     },
     /* #ifdef CSV_IMPORT_FUNCTIONAL */
@@ -157,7 +157,7 @@ static GtkActionEntry gnc_plugin_actions [] =
     /* #endif */
     {
         "DtausImportSendAction", "go-previous", N_("Import DTAUS and _send..."), NULL,
-        N_("Import a DTAUS file into GnuCash and send the transfers online through Online Banking"),
+        N_("Import a DTAUS file into GnuCash and transmit its orders by Online Banking."),
         G_CALLBACK(gnc_plugin_ab_cmd_dtaus_importsend)
     },
 };



Summary of changes:
 gnucash/import-export/aqb/gnc-plugin-aqbanking.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list