To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59269


User sb changed the following:

                  What    |Old value                 |New value
================================================================================
                        CC|''                        |'coni,jj'
--------------------------------------------------------------------------------
                   Summary|uui: must be              |Autoappending '.' or '?'
                          |internationalized.        |to error message resources
                          |                          |does not work
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Mar  9 04:10:32 -0800 
2006 -------
[changed the summary]

It is a historic artifact that error message resources lack a trailing '.' or
'?', which is later added programatically (in svtools/source/misc/ehdl.cxx 1.3
l. 417 and uui/source/iahndl.cxx 1.48 l. 1508).  This leads to various problems:

1  '.' and '?' are not right for all languages.  Also, Spanish needs a leading
'¿' (which, however, must not be added at the start of the message if the
message consists of multiple sentences, but rather somewhere in the middle).

2  In some cases, translations for some languages have erroneously added '.' or
'?' (or language-dependent counterparts) to the end of translated messages
(e.g., ERRCODE_UUI_IO_NOTEXISTS as explained earlier in this issue).

3  In some cases, even the original de/en-US messages already have trailing '.'
or '?' (e.g., ERRCODE_UUI_CONFIGURATION_BACKENDMSSING_WITHRECOVER).

So, the best fix would be to completely remove the adding of '.' or '?' from
svtools/source/misc/ehdl.cxx and uui/source/iahndl.cxx, and to change all the
error message resource strings to end with '.' or '?' etc. (or
language-dependent counterparts).  This would probably be a significant amount
of work for the translation mechanism:  Rafaella, Jörg, any input on what target
could be realistic for this?

---------------------------------------------------------------------
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]

Reply via email to