Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 142129 -- support localization for title of the dialogs.

 

Summary:

 Fix 142129 -- support localization for title of the dialogs.
- Bugzilla Bug (s) Resolved:
142129

- Description:

Before, all the title of the pop-up dialogs is non-externalized string. Now viewer will localize them using a message file.

At the same time, add the ResourceConstants class to store all the message keys. Then change getClientName() as the title

Of the dialog to getTitle(), which is added to interface IFragment.
- Tests Description:

 Manual test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/resource/ResourceConstants.java;

 


- Files Edited:

 

 

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/ExportReportDialogFragment.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/ParameterDialogFragment.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/SimpleExportDataDialogFragment.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/ExceptionDialogFragment.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/DialogContainerFragment.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/resource/BirtResources.properties;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/AbstractBaseFragment.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/IFragment.java;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java;

    Checking in birt/webcontent/birt/pages/layout/FramesetFragment.jsp;

    Checking in birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java;

    Checking in birt/webcontent/birt/pages/dialog/DialogContainerFragment.jsp;

    


Back to the top