To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71463
User pjanik changed the following:
What |Old value |New value
================================================================================
CC|'' |'pjanik,vagula'
--------------------------------------------------------------------------------
Assigned to|pjanik |sba
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Sun Nov 12 07:07:40 -0800
2006 -------
Confirmed/Unconfired.
I do have Info 1 - Info 4 there all the time, but Info 0 - Info 3...
Unfortunately it looks like:
1. string "Info 0" and others are not used here.
2. they are even documented in the helpcontent2. Czech translators translated
it as:
#: 04090004.xhp#par_id3148856.16.help.text
msgid "Info 0 - 3"
msgstr "Informace 1 až 4"
Which is a bit funny ;-) But in Czech UI, we really have Info 1 - Info 4
there...
3. string "Info %d" is hardcoded in sfx2:
sfx2/source/doc/docinf.cxx:
const String aInf( DEFINE_CONST_UNICODE( "Info " ) );
for( USHORT i = 0; i < MAXDOCUSERKEYS; ++i ) {
aUserKeys[i].aTitle = aInf;
aUserKeys[i].aTitle += String::CreateFromInt32(i+1);
}
We want to be able to localize this string...
---------------------------------------------------------------------
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]