Apache OpenOffice (AOO) Bugzilla – Issue 102777
HSQLDB messages are not localized
Last modified: 2013-01-29 21:54:00 UTC
The message when the cursor is moved to the next record without inputting a primary key, the message is not understood easily (The example: SET é …ç›®å=?). we usually use "Index or primary key cannot contain a Null value." in Japanese" インデックスã¾ãŸã¯ä¸»ã‚ーã«ã¯ã€Null 値を使用ã§ãã¾ã›ã‚“。 "
Created attachment 62991 [details] sample of message
reassign per request
-------------------------------------------------------------------------------- OS: Debian GNU/Linux Version: 5.0.1 OpenOffice.org Package:OOo_3.1.0rc2_20090427_Linuxintel_install_ja_deb.tar.gz -------------------------------------------------------------------------------- Application : Base 100% reproducible I get error message when i did not put any value in primary key column. the error message is not translated. I think it's better to show the message in Japanese. For Example,"インデックスã¾ãŸã¯ä¸»ã‚ーã«ã¯ã€Null 値ã¯å…¥åŠ›ã§ãã¾ã›ã‚“。" . Please see attached file issue102777.JPG ----- How to see this message: 1.Create a table with a primary key. 2.Insert one record into the table without puttingany value in primary key column. 3.Move cursor to the next record without inputting a primary key. 4.The message is showed.
Created attachment 63531 [details] snap shot of message
This message comes from HSQLDB database engine. That means we need to localize external project HSQLDB to fix this problem. Proposed process: 1. put the attached hsqldb java properties files (hsqldb_props.tar.bz2) into Pootle 2. announce dev@l10n list to translate 3. nl communities translate them 4. contribute them to hsqldb community 5. make patch for OOo build if hsqldb community integration plan does not meed OOo schedule Step 1 depends on 100845
Created attachment 63578 [details] hsqldb java properties files for translation