mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
i18n cleanup: Fix explanatory comments for translators.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16009 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1067,6 +1067,10 @@ read_one_check_directory(PrintCheckDialog * pcd, GtkListStore *store,
|
|||||||
_("There is a duplicate check format file."));
|
_("There is a duplicate check format file."));
|
||||||
gtk_message_dialog_format_secondary_text
|
gtk_message_dialog_format_secondary_text
|
||||||
(GTK_MESSAGE_DIALOG(dialog),
|
(GTK_MESSAGE_DIALOG(dialog),
|
||||||
|
/* Translators: %1$s is the name of the first check
|
||||||
|
format; %2$s is the filename of that format; %3$s
|
||||||
|
the name of the other check format; and %4$s the
|
||||||
|
filename of that other format. */
|
||||||
_("The guids in the %s check format file '%s' and "
|
_("The guids in the %s check format file '%s' and "
|
||||||
"the %s check format file '%s' match."),
|
"the %s check format file '%s' match."),
|
||||||
existing->group, existing->filename,
|
existing->group, existing->filename,
|
||||||
|
|||||||
@@ -632,7 +632,6 @@ on_aqhbci_button (GtkButton *button,
|
|||||||
g_warning("on_aqhbci_button: Oops, no aqhbci setup wizard found.");
|
g_warning("on_aqhbci_button: Oops, no aqhbci setup wizard found.");
|
||||||
gnc_error_dialog
|
gnc_error_dialog
|
||||||
(info->window,
|
(info->window,
|
||||||
/* Each of the %s is the name of the backend, e.g. "aqhbci". */
|
|
||||||
_("The external program \"AqBanking Setup Wizard\" has not "
|
_("The external program \"AqBanking Setup Wizard\" has not "
|
||||||
"been found. \n\n"
|
"been found. \n\n"
|
||||||
"The aqbanking package should include the "
|
"The aqbanking package should include the "
|
||||||
|
|||||||
Reference in New Issue
Block a user