Issue 54448 - sfx2/source/dialog/dinfdlg.src and other files in sfx2 contains old translations
Summary: sfx2/source/dialog/dinfdlg.src and other files in sfx2 contains old translations
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0.2
Assignee: ivo.hinkelmann
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-11 12:11 UTC by pavel
Modified: 2007-01-08 17:56 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2005-09-11 12:11:54 UTC
Hi,

while investigating another issue, I found this in sfx2/source/dialog/dinfdlg.src:

       FixedText FT_FILE_TYP
        {
                Pos = MAP_APPFONT ( 6 , 37 ) ;
        Size = MAP_APPFONT ( 70 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
                Text [ de ] = "Typ:" ;
                Text [ en-US ] = "Type:" ;
                Text [ x-comment ] = " ";
                Text[ it ] = "Tipo:";  
                Text[ ko ] = "íXUìK]:";
                Text[ sk ] = "Typ:";
                Text[ ar ] = "اÙDÙFÙHع:";
                Text[ ca ] = "Tipus";  
                Text[ nl ] = "Type:";  
                Text[ cz ] = "Typ:";   
                Text[ fi ] = "Tyyppi:";

pavel@paveljanik:~/.ooo/ooo_SRC680_m128_src/sfx2> egrep -r "Text\[ .* \] = "
*|egrep -v " de | en-US | x-comment "|wc -l
367
pavel@paveljanik:~/.ooo/ooo_SRC680_m128_src/sfx2> 

Please remove old translations from the source files. They are the source of
*weird* problems.
Comment 1 Olaf Felka 2005-09-12 08:34:56 UTC
What makes this a P2 issue? What are the weird problems?
Comment 2 ivo.hinkelmann 2005-09-12 12:13:21 UTC
.
Comment 3 ivo.hinkelmann 2005-09-14 17:38:29 UTC
fixed in cws ivo13
Comment 4 pavel 2005-12-14 19:56:18 UTC
verified in ivo13.
Comment 5 ivo.hinkelmann 2007-01-08 17:56:18 UTC
.