Issue 20513 - svx/source/dialog/ruler.src contains non-translatable string
Summary: svx/source/dialog/ruler.src contains non-translatable string
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC5
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Oliver Specht
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-30 20:55 UTC by pavel
Modified: 2013-08-07 15:00 UTC (History)
2 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 2003-09-30 20:55:12 UTC
Hi,

there is this code:

                 MenuItem
                 {
                         Identifier = ID_PICA ;
                         Checkable = TRUE ;
                         Text = "Pica" ;
                 };

This text is thus non-translatable. But at least Czech and Hungarian word for
Pica is different, thus we should be able to translate it.
Comment 1 Dieter.Loeschky 2003-10-09 13:32:56 UTC
DL->OS: Would you please check this?
Comment 2 Oliver Specht 2003-10-10 07:21:28 UTC
.
Comment 3 Oliver Specht 2003-10-10 07:25:02 UTC
.
Comment 4 Oliver Specht 2003-12-19 14:55:53 UTC
I've added the line 
            Text[english_us] = "Pica" ;
->Liz: CCed you to notice you about the necessary translation.

Fixed in cws os26
Comment 5 pavel 2003-12-19 16:48:15 UTC
os: Thanks!
Comment 6 Oliver Specht 2004-01-16 08:36:13 UTC
verified
Comment 7 Oliver Specht 2005-03-31 10:56:48 UTC
Closing