-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.9.3 fehlende Menue Übersetzungen #1
Comments
siehe Business English Asset: Vermögenswert, Vermögensgegenstand, Anlagevermögen (en:fixed assets) Cash flow: Cash Flow, Kapitalfluß customer: Geschäftspartner/Kunde |
Bug: die Übersetzung von public String exportTrl (String directory, int AD_Client_ID, String AD_Language, String Trl_Table)
...
String[] trlColumns = getTrlColumns (Base_Table);
...
if (m_IsCentrallyMaintained) {
sql.append(haveWhere ? " AND " : " WHERE ").append("o.IsCentrallyMaintained='N'");
haveWhere = true;
}
/* das erzeugt:
SELECT t.IsTranslated,t.AD_Menu_ID, t.Name,o.Name AS NameO, t.Description,o.Description AS DescriptionO, t.UUID,o.UUID AS UUIDO
FROM AD_Menu_Trl t
INNER JOIN AD_Menu o ON (t.AD_Menu_ID=o.AD_Menu_ID)
WHERE t.AD_Language=? AND o.IsCentrallyMaintained='N'
ORDER BY t.AD_Menu_ID
*/ Der Menu Eintrag 54292 hat IsCentrallyMaintained='Y' und wird nicht exportiert. |
The text was updated successfully, but these errors were encountered: