Issue 122619 - PresentationMinimizer step 1: listbox not translated
Summary: PresentationMinimizer step 1: listbox not translated
Status: RESOLVED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: Ariel Constenla-Haile
QA Contact:
URL:
Keywords: release_blocker
: 122655 (view as issue list)
Depends on:
Blocks:
 
Reported: 2013-06-28 10:30 UTC by oooforum (fr)
Modified: 2013-07-01 16:01 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---
jsc: 4.0.0_release_blocker+


Attachments
Listbox is still in english (32.34 KB, image/png)
2013-06-28 10:30 UTC, oooforum (fr)
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description oooforum (fr) 2013-06-28 10:30:02 UTC
Created attachment 80937 [details]
Listbox is still in english

Not displayed in french.

But on Pootle, translation done for:
officecfg/registry/data/org/openoffice/Office.po
Impress.xcu#..Impress.PresentationMinimizer.LastUsedSettings.Name.value.text
Impress.xcu#..Impress.PresentationMinimizer.Settings.Templates.template2.Name.value.text
Comment 1 Ariel Constenla-Haile 2013-06-29 06:33:59 UTC
Impress.xcu needs to be flagged as localizable in the makefile.
Comment 2 Ariel Constenla-Haile 2013-06-30 17:22:46 UTC
*** Issue 122655 has been marked as a duplicate of this issue. ***
Comment 3 jsc 2013-07-01 08:48:44 UTC
set showstopper flag
Comment 4 jsc 2013-07-01 09:09:36 UTC
It seems that PresenterScreen is also missing in the makefile

The whole mechanism is not really intuitive. Many more xcu files contains <value xml:lang="en-US"> but are not flagged in the makefile because they contain cmd names that are not translated -> e.g. Accelerators.xcu

I added 

LOCALIZEDFILES= \
    Accelerators.xcu \
    Common.xcu \
    SFX.xcu \
    DataAccess.xcu \
    TableWizard.xcu \
    UI.xcu \
    Embedding.xcu \
    WebWizard.xcu \
    FormWizard.xcu \
    Writer.xcu \
    Impress.xcu \
    PresenterScreen.xcu
Comment 5 SVN Robot 2013-07-01 09:15:42 UTC
"jsc" committed SVN revision 1498335 into trunk:
#122619# mark Impress.xcu anmd PresenterScreen.xcu as localized
Comment 6 jsc 2013-07-01 16:01:07 UTC
fixed on trunk, needs verification -> waiting on build