To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89733
Issue #|89733
Summary|Errors in the original strings (svx)
Component|Drawing
Version|OOo 3.0 Beta
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|ka
Reported by|clytie
------- Additional comments from [EMAIL PROTECTED] Wed May 21 14:14:37 +0000
2008 -------
While translating the interface, I found these errors. I thought you would want
to fix them, as they
detract from the overall quality of the program.
I am not sure against which module to report each string: I notice clicking on
"officecfg" brings me to
"utilities", so I may be reporting in separate places strings belonging
together. However, I have tried
reporting them altogether, and that isn't OK either. So this is my effort. I
hope it is useful.
1. Split strings
svx source\dialog\impgrf.src 0 string
RID_SVXRES_IMPORTGRAPHIC
STR_PATH_NOT_FOUND1 0 en-US The directory '
2002-02-02 02:02:02
svx source\dialog\impgrf.src 0 string
RID_SVXRES_IMPORTGRAPHIC
STR_PATH_NOT_FOUND2 0 en-US ' does not exist
2002-02-02
02:02:02
Split strings are bad i18n practice, because the grammar of different languages
is different. Please use
a placeholder, e.g.
The directory '%1' does not exist
to avoid this problem.
2. Multiple errors due to non-spaced placeholders
svx source\dialog\autocdlg.src 0 string
RID_OFAPAGE_AUTOFMT_APPLY ST_TYPO
174 en-US Replace "standard" quotes with %1custom%2 quotes
2002-02-02
02:02:02
Not spacing the placeholders means the checking filters interpret the whole
word as a variable. So
translating that word causes an error. Please find another way to do this.
3. Since you use square brackets to indicate placeholders elsewhere, please
don't use them to enclose
translatable text, since the string is then reported as an error. You could
easily use round brackets
instead, and avoid these time-wasting errors for us.
svx source\dialog\autocdlg.src 0 string
RID_OFAPAGE_AUTOFMT_APPLY STR_HEADER1
50 en-US [M] 2002-02-02 02:02:02
svx source\dialog\autocdlg.src 0 string
RID_OFAPAGE_AUTOFMT_APPLY STR_HEADER2
50 en-US [T] 2002-02-02 02:02:02
svx source\dialog\autocdlg.src 0 fixedtext
RID_OFAPAGE_AUTOFMT_APPLY
FT_HEADER1_EXPLANATION 174 en-US [M]: Replace while
modifying existing text
2002-02-02 02:02:02
svx source\dialog\autocdlg.src 0 fixedtext
RID_OFAPAGE_AUTOFMT_APPLY
FT_HEADER2_EXPLANATION 174 en-US [T]:
AutoFormat/AutoCorrect while typing
2002-02-02 02:02:02
svx source\dialog\optfltr.src 0 string
RID_OFAPAGE_MSFILTEROPT2 ST_HEADER1
248 en-US [L] 2002-02-02 02:02:02
svx source\dialog\optfltr.src 0 string
RID_OFAPAGE_MSFILTEROPT2 ST_HEADER2
248 en-US [S] 2002-02-02 02:02:02
svx source\dialog\optfltr.src 0 fixedtext
RID_OFAPAGE_MSFILTEROPT2 FT_HEADER1_EXPLANATION
248 en-US [L]: Load and convert the object
2002-02-02 02:02:02
svx source\dialog\optfltr.src 0 fixedtext
RID_OFAPAGE_MSFILTEROPT2 FT_HEADER2_EXPLANATION
248 en-US [S]: Convert and save the object
2002-02-02 02:02:02
Clytie
Vietnamese Free-Software Translation Team
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]