Issue 17974

Summary: Arrange vs. Arrange Icons?
Product: Internationalization Reporter: pavel
Component: uiAssignee: Oliver Specht <os_ooo>
Status: CLOSED FIXED QA Contact: issues@l10n <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 RC2   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description pavel 2003-08-07 19:25:39 UTC
Hi,

this is extract from svx/inc/globlmn.hrc. Should this really be Arrange
(english_us) or Arrange Icons (ENGLISH)?

#ifdef WIN
#define ITEM_WINDOW_ARRANGEICONS \
    Identifier = SID_ARRANGEICONS ; \
        Command = ".uno:ArrangeIcons" ; \
    HelpID = SID_ARRANGEICONS ; \
    Text = "Symbole anordnen" ; \
    Text [ ENGLISH ] = "Arrange Icons" ; \
    Text [ norwegian ] = "Arrange Icons" ; \
    Text [ italian ] = "Disponi simboli" ; \
    Text [ portuguese_brazilian ] = "Organizar ícones" ; \
    Text [ portuguese ] = "Dispor ícones" ; \
    Text [ finnish ] = "Järjestä kuvakkeet" ; \
    Text [ danish ] = "Arranger ikoner" ; \
    Text [ french ] = "Réorganiser les icônes" ; \
    Text [ swedish ] = "Placera ikoner" ; \
    Text [ dutch ] = "Pictogrammen schikken" ; \
    Text [ spanish ] = "Disponer símbolos" ; \  
    Text [ english_us ] = "Arrange Icons" ; \
Comment 1 pavel 2003-08-07 19:26:57 UTC
I'm sorry I copied the previous "if" branch ;-)

This is it (line 4744):

#else
#define ITEM_WINDOW_ARRANGEICONS \
    Identifier = SID_ARRANGEICONS ; \
        Command = ".uno:ArrangeIcons" ; \
    HelpID = SID_ARRANGEICONS ; \
    Text = "An~ordnen" ; \
    Text [ ENGLISH ] = "Arrange Icons" ; \
    Text [ norwegian ] = "Arrange Icons" ; \
    Text [ italian ] = "Disponi" ; \
    Text [ portuguese_brazilian ] = "~Organizar" ; \
    Text [ portuguese ] = "~Organizar" ; \
    Text [ finnish ] = "Järj~estä" ; \
    Text [ danish ] = "Arranger" ; \
    Text [ french ] = "~Positionner" ; \
    Text [ swedish ] = "~Placera" ; \
    Text [ dutch ] = "~Schikken" ; \
    Text [ spanish ] = "~Disposición" ; \
    Text [ english_us ] = "A~rrange" ;  \
Comment 2 stefan.baltzer 2003-08-08 16:58:10 UTC
SBA->Liz: Looks like one for you.
Reassigned to Elisabeth.
Comment 3 e.matthis 2003-08-12 13:05:19 UTC
Researching... 

A~rrange
An~ordnen
KeyId          194175

PRJ            svx
Filename       inc\globlmn.hrc
Build          SRX645
GID            ITEM_WINDOW_ARRANGEICONS
LID             
Type           #define
HelpId         SID_ARRANGEICONS
PForm          #else
----------------------

Arrange Icons
Symbole anordnen
KeyId          194174

PRJ            svx
Filename       inc\globlmn.hrc
Build          SRX645
GID            ITEM_WINDOW_ARRANGEICONS
LID             
Type           #define
HelpId         SID_ARRANGEICONS
PForm          defined WIN
Comment 4 e.matthis 2003-08-12 13:11:56 UTC
Liz->OS: Please check to see if the strings (noted by me above) are
used any more. MT doesn't think they are, but we want you to check. If
they are not used, please delete them from the resource file.

If they are used, please say where and send task back to me so I can
decide if the text should really be different due to use on different
platforms.

Thanks!
Comment 5 Oliver Specht 2003-08-12 13:24:36 UTC
All occurences of SID_ARRANGEICONS are unused. 
Comment 6 Oliver Specht 2003-08-28 12:13:51 UTC
Fixed in cws oa18
Comment 7 pavel 2003-08-28 16:43:21 UTC
Thank you!