You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/05/15 09:28:25 UTC

[Bug 122317] New: Colour palette: missing resource strings

https://issues.apache.org/ooo/show_bug.cgi?id=122317

            Bug ID: 122317
        Issue Type: DEFECT
           Summary: Colour palette: missing resource strings
    Classification: Code
           Product: General
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: ui
          Assignee: issues@openoffice.apache.org
          Reporter: arielch@apache.org
                CC: issues@openoffice.apache.org

Created attachment 80683
  --> https://issues.apache.org/ooo/attachment.cgi?id=80683&action=edit
sketch of a possible solution

The following are some issues with l10n of the colour palette, handled together
as they are part of the same fix:

a) The following resource strings are missing after merging Symphony's colour
palette:

"Purple", for colours named "Purple [1-10]"
"Sky Blue", for colours named "Sky Blue [1-10]"
"Yellow Green", for colours named "Yellow Green [1-10]"
"Pink", for colours named "Pink [1-10]"
"Turquoise", for colours named "Turquoise [1-10]"

b) RID_SVXSTR_CYAN must be changed to "Cyan" now that there are both "Cyan" and
"Turquoise"

c) "Blue nine" should be renamed to "Blue 11" in the colour palette so that the
resource string for "Blue" can be reused and there is no need for a new string.

d) The colours that have two words in the name do not follow the current
patterns, only the first word in upper-case

"Blue gray"
"Pale yellow"
"Pale green"
"Dark violet"
"Sea blue"

instead:

"Sky Blue [1-10]" ---> should be "Sky blue"
"Yellow Green [1-10]" ---> should be "Yellow green"

e) Could the strings no longer used be removed? For example Sun colours.

The attached patch is an sketch of a possible solution, it also handles the
case when the xml file is missing and the colour palette has to be recreated at
runtime (bool XColorList::Create()) but this was mainly for other bug (the
colour palette looks messed up in colour listboxes).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 122317] Colour palette: missing resource strings

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122317

--- Comment #2 from SVN Robot <sv...@dev.null.org> ---
"arielch" committed SVN revision 1483139 into trunk:
i122317 - Mark API name as not localizable

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122317] Colour palette: missing resource strings

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122317

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|issues@openoffice.apache.or |Armin.Le.Grand@me.com
                   |g                           |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 122317] Colour palette: missing resource strings

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122317

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
                 CC|                            |jsc@apache.org
         Resolution|---                         |FIXED

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
Fixed by Armin with Revision 1482867

Setting jsc on CC
@jsc: this bug introduces new strings to be translated

-- 
You are receiving this mail because:
You are on the CC list for the bug.