Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f52d1117

Von christian vor mehr als 12 Jahren hinzugefügt

  • ID f52d11172e2d99d4dfedf7d36b6a00403e285ed0
  • Vorgänger 62aa95fa
  • Nachfolger fd662826

Minor user message spelling fix: Write out "do not" in written text.

git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@2350 5c42a225-8b10-0410-9873-89b7810ad06e

Unterschiede anzeigen:

src/plugins/backends/aqhbci/plugin/accountjobs/accountjob.c
"Therefore this job is not supported with your account.");
GWEN_Gui_ProgressLog(0,
GWEN_LoggerLevel_Error,
I18N("This job needs an account suffix, but your bank didn't provide one. "
I18N("This job needs an account suffix, but your bank did not provide one. "
"Therefore this job is not supported with your account.\n"
"Setting a higher HBCI version in the user settings might fix "
"the problem."));
src/plugins/backends/aqhbci/plugin/banking/provider.c
DBG_ERROR(AQHBCI_LOGDOMAIN, "here (%d)", rv);
GWEN_Gui_ShowError(I18N("Chipcard Error"),
I18N("Error checking chip card (%d).\n"
"Maybe libchipcard or its plugins aren't installed?"));
"Maybe libchipcard or its plugins are not installed?"));
GWEN_Buffer_free(mediumName);
GWEN_Buffer_free(mtypeName);
return NULL;
src/plugins/backends/aqhbci/plugin/dialogs/dlg_ddvcard.c
dlg2=AH_DdvCardSpecialDialog_new(xdlg->banking);
if (dlg2==NULL) {
DBG_ERROR(AQHBCI_LOGDOMAIN, "Could not create dialog");
GWEN_Gui_ShowError(I18N("Error"), "%s", I18N("Could not create dialog, maybe incomplete installation?"));
GWEN_Gui_ShowError(I18N("Error"), "%s", I18N("Could not create dialog, maybe an installation error?"));
return GWEN_DialogEvent_ResultHandled;
}
src/plugins/backends/aqhbci/plugin/dialogs/dlg_newkeyfile.c
"Please look at it carefully and compare the information against that "
"in the letter from your bank.</p>"
"<p><font color=red><b>Important Warning:</b></font> Only proceed if the hash matches! "
"Contact your bank immediately if the hash doesn't match!</p>"));
"Contact your bank immediately if the hash does not match!</p>"));
rv=AH_Provider_GetIniLetterHtml(AB_User_GetProvider(u),
u,
1,
......
"in the letter from your bank.\n"
"\n"
"IMPORTANT WARNING: Only proceed if the hash matches!\n"
"Contact your bank immediately if the hash doesn't match!\n\n"));
"Contact your bank immediately if the hash does not match!\n\n"));
rv=AH_Provider_GetIniLetterTxt(AB_User_GetProvider(u),
u,
1,
......
I18N("Check Bank Keys"),
GWEN_Buffer_GetStart(tbuf),
I18N("Keys are ok"),
I18N("Keys don't match!"),
I18N("Keys do not match!"),
NULL,
0)) {
GWEN_Buffer_free(tbuf);
src/plugins/backends/aqofxconnect/plugin/dlg_newuser.c
"<p>Please enter your user settings below.</p>"
"<p><i>User Name</i> is your real name, <i>User Id</i> is "
"assigned to you by the bank after applying for OFX DirectConnect "
"and <i>Client UID</i> is used by some banks only. If you don't have such "
"and <i>Client UID</i> is used by some banks only. If you do not have such "
"a value in your documents from the bank just leave it blank.</p>"
"</html>"
"Please enter your user settings below.\n"
"\"User Name\" is your real name, \"User Id\" is\n"
"assigned to you by the bank after applying for OFX DirectConnect\n"
"and \"Client UID\" is used by some banks. If you don't have such\n"
"and \"Client UID\" is used by some banks. If you do not have such\n"
"a value in your documents from the bank just leave it blank."),
0);
......
"<p>You can now try to retrieve the list of accounts the "
"bank allows you to manage via OFX DirectConnect.</p>"
"<p>Please note that not every banks supports this. If your "
"bank doesn't support account list download you will have to "
"bank does not support account list download you will have to "
"add the account manually.</p>"
"</html>"
"The user has been successfully setup.\n"
"You can now try to retrieve the list of accounts the\n"
"bank allows you to manage via OFX DirectConnect.\n"
"Please note that not every banks supports this. If your\n"
"bank doesn't support account list download you will have to\n"
"bank does not support account list download you will have to\n"
"add the account manually."
),
0);
src/plugins/imexporters/ofx/parser/g_status.c
{2022, I18S("Invalid TAN"), I18S("The server was unable to validate the TAN sent in the request.")},
{2023, I18S("Unknown FITID"), I18S("The specified FITID/BILLID does not exist or no longer exists. [BILLID not found in the billing message sets]")},
{2025, I18S("Branch ID missing"), I18S("A <BRANCHID> value must be provided in the <BANKACCTFROM> aggregate for this country system, but this field is missing.")},
{2026, I18S("Bank name doesn't match bank ID"), I18S("The value of <BANKNAME> in the <EXTBANKACCTTO> aggregate is inconsistent with the value of <BANKID> in the <BANKACCTTO> aggregate.")},
{2026, I18S("Bank name does not match bank ID"), I18S("The value of <BANKNAME> in the <EXTBANKACCTTO> aggregate is inconsistent with the value of <BANKID> in the <BANKACCTTO> aggregate.")},
{2027, I18S("Invalid date range"), I18S("Response for non-overlapping dates, date ranges in the future, et cetera.")},
{2028, I18S("Requested element unknown"), I18S("One or more elements of the request were not recognized by the server or the server (as noted in the FI Profile) does not support the elements. The server executed the element transactions it understood and supported. For example, the request file included private tags in a <PMTRQ> but the server was able to execute the rest of the request.")},
{6500, I18S("<REJECTIFMISSING>Y invalid without <TOKEN>"), I18S("This error code may appear <SYNCERROR> element of an <xxxSYNCRS> wrapper (in <PRESDLVMSGSRSV1> and V2 message set responses) or the <CODE> contained in any embedded transaction wrappers within a sync response. The corresponding sync request wrapper included <REJECTIFMISSING>Y with <REFRESH>Y or <TOKENONLY>Y, which is illegal.")},

Auch abrufbar als: Unified diff