[installation-issues] [Issue 102681] Decouple installer UI lan guages from product UI languages

2009-06-17 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102681


User is changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.x





--- Additional comments from i...@openoffice.org Wed Jun 17 10:22:31 + 
2009 ---
Accepting and setting target OOo 3.x

-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 102681] Decouple installer UI lan guages from product UI languages

2009-06-17 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102681


User is changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from i...@openoffice.org Wed Jun 17 10:26:55 + 
2009 ---
.

-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 102681] Decouple installer UI lan guages from product UI languages

2009-06-15 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102681


User is changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from i...@openoffice.org Mon Jun 15 13:05:37 + 
2009 ---
In the Java GUI Installer, that we offer for OpenOffice with JRE on Unix
platforms, the installer (jar files) is built in cvs module javainstaller2 and
contains all available languages. 
Windows is more difficult, because for every language a transformation has to be
created, after the localized msi database was created. And at the moment, the
Italian database contains all installer strings in italian, but also the
filenames, the encodings and so on. 
So decoupling installation language from product language is surely a good idea,
but it will require a lot of time.

-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 102681] Decouple installer UI lan guages from product UI languages

2009-06-12 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102681





--- Additional comments from o...@openoffice.org Fri Jun 12 09:22:33 + 
2009 ---
For all nearly hundred languages??

-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 102681] Decouple installer UI lan guages from product UI languages

2009-06-12 Thread tml
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102681





--- Additional comments from t...@openoffice.org Fri Jun 12 10:12:37 + 
2009 ---
Did I say that the list of installer languages should be fixed? Of course it
would/should be configurable with some new switch to the configure script, for
instance --with-installer-languages. (And if left out, it would work as now.)


-
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 102681] Decouple installer UI lan guages from product UI languages

2009-06-11 Thread tml
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102681
 Issue #|102681
 Summary|Decouple installer UI languages from product UI langua
|ges
   Component|Installation
 Version|OOo 3.1
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|FEATURE
Priority|P3
Subcomponent|code
 Assigned to|is
 Reported by|tml





--- Additional comments from t...@openoffice.org Thu Jun 11 17:54:01 + 
2009 ---
It would be nice to be able to create an installer that would offer its UI in
more languages than the UI languages of the OOo + possible language packs that
it contains. (This holds for both an MSI installer and an NSIS wrapper around 
it.)

This would enable vendors to offer a single core installer (containing OOo with
just the en-US UI) and separate language pack installers with no complaints from
people in locales like Russia where it is common that users don't know English
well enough. It would be useful if that core installer had its own UI in
multiple languages even if it installs an English-only OOo. The expectation
would be that people before running OOo would then install also a suitable
language pack.

I have tried to come up with a patch for this but so far I without full success.
The two orthogonal concepts, set of installer UI languages and set of product UI
languages, seem to be mixed together tightly and used interchangeably throughout
the Perl code.

Assigning to is, presumably the right person 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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org