Created attachment 111377 [details] untranslated items in Attributes dialog (qtz, 4.4 beta 1) 1. In Writer, Choose Edit - Find & Replace (or Ctrl + H). 2. Expand the dialog by clicking at "Other options". 3. Click the Attributes button. In the Attributes dialog, there are some items which is not possible to translate as illustrated by the attached screenshot with string IDs (qtz locale). The items are: Blinking, Indent, Scale, Spacing It appears in 4.3.4, 4.4 beta 1 and 4.4 RC1 (OS Ubuntu 14.04); 4.2.7 is fully localized, so marking as regression.
Language/Localization should triage this one. Status -> NEW (In reply to Stanislav Horacek from comment #0) > It appears in 4.3.4, 4.4 beta 1 and 4.4 RC1 (OS Ubuntu 14.04); 4.2.7 is > fully localized, so marking as regression. Are these particular strings correctly translated in 4.2.7, or do they just not appear? (if it's the latter, then I wouldn't call this a regression)
When i had similar non-translated items in another bug, Caolan and Timar were CCed on that one. It is likely the transfer from old UI dialogs to new UI dialogs may have caused this regression.
> Are these particular strings correctly translated in 4.2.7, or do they just > not appear? (if it's the latter, then I wouldn't call this a regression) They are correctly translated in 4.2.7.
(In reply to Jay Philips from comment #2) > When i had similar non-translated items in another bug, Caolan and Timar > were CCed on that one. It is likely the transfer from old UI dialogs to new > UI dialogs may have caused this regression. Okay. cc'ing Andras for his input.
It is a problem of l10ntools, not .ui conversion. Blinking, Indent, Scale, and Spacing are there multiple times in ItemList RID_ATTR_NAMES in svx/source/items/svxitems.src. In 4.2 ItemList elements were keyed by their ordinal number in the ItemList. In 4.3 and newer ItemList elements are keyed by their en-US string. It has many advantages. We just need to implement it right.
Zolnai Tamás committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=1471103be04a1bcf18002b5ddc7c9c0744655b2b fdo#87754: duplicated strings in an ItemList are not translated It will be available in 4.5.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Zolnai Tamás committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=06fac18f2379516fc4902d7a417951cb0ccd9e76&h=libreoffice-4-3 fdo#87754: duplicated strings in an ItemList are not translated It will be available in 4.3.6. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Zolnai Tamás committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4774b2f0e6a0e895d1e63256147eaff59efd0eda&h=libreoffice-4-4 fdo#87754: duplicated strings in an ItemList are not translated It will be available in 4.4.0.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.