[tools-issues] [Issue 77314] OOF680_m16: merging string lists strikes back

2007-05-14 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77314





--- Additional comments from [EMAIL PROTECTED] Mon May 14 08:56:59 + 
2007 ---
What gsi should we be using then?

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



[tools-issues] [Issue 77314] OOF680_m16: merging string lists strikes back

2007-05-14 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77314





--- Additional comments from [EMAIL PROTECTED] Mon May 14 09:05:07 + 
2007 ---
For 2.2.1, if you want to see updates in my builds, you have to use GSI file 
from OOF680 POT files, not the 
latest from SRC680.


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



[tools-issues] [Issue 77314] OOF680_m16: merging string lists strikes back

2007-05-14 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77314





--- Additional comments from [EMAIL PROTECTED] Mon May 14 09:12:21 + 
2007 ---
I assume (correct?) there are no new strings in 2.2.1 and therefore we will
stick with the translation for 2.2.0. 

Do you want me to bring back online the gsi file for 2.2.0 or do you have it
locally?

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



[tools-issues] [Issue 77314] OOF680_m16: merging string lists strikes back

2007-05-14 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77314





--- Additional comments from [EMAIL PROTECTED] Mon May 14 09:21:11 + 
2007 ---
thing: no, I automatically did this for you and won't update GSI files for 
2.2.1 at all from now on.


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



[tools-issues] [Issue 77314] OOF680_m16: merging string lists strikes back

2007-05-14 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77314





--- Additional comments from [EMAIL PROTECTED] Mon May 14 09:25:39 + 
2007 ---
Thanks. I will do nothing then. 

Confirming closed issue :-)

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



[tools-issues] [Issue 77314] OOF680_m16: merging string lists strikes back

2007-05-13 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77314
 Issue #|77314
 Summary|OOF680_m16: merging stringlists strikes back
   Component|tools
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|code
 Assigned to|gh
 Reported by|pjanik





--- Additional comments from [EMAIL PROTECTED] Sun May 13 20:09:21 + 
2007 ---
Building OOF680_m16 with several GSI files merged in fails with:

StringList [ da ] = {   ingen  ;  ; }; StringList [ mk ] = {   нема  
;  ; };
  ^
f640: ../../../unxlngi6.pro/misc/dbui/mmaddressblockpage.src, line 44: Error: 
syntax error

f256: Error: !! 1 Error found!!
Error starting rsc2 compiler
dmake:  Error code 1, while making '../../../unxlngi6.pro/srs/dbui.srs'

The merged src file contains:

#define  _ST_NONE_LIST  \
StringList [de] =\
{   \
  leer  ;  ;   \
};  \\
StringList [ da ] = \
{\
   ingen  ;  ;\
};\
StringList [ mk ] = \
{\
   нема  ;  ;\
};
StringList [en-US]=\
{   \
  none  ;  ;\
};

Two issues there:

1. double \\ after de StringList
2. missing \ after mk StringList's closing ;

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



[tools-issues] [Issue 77314] OOF680_m16: merging string lists strikes back

2007-05-13 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77314


User pjanik changed the following:

What|Old value |New value

  CC|''|'ihi'





--- Additional comments from [EMAIL PROTECTED] Sun May 13 20:44:13 + 
2007 ---
Hi Gregor,

hmm, few more issue here:

1. why is this _ST_NONE_LIST not exported by localize -e?

2. where did mk and da took it when it is not exported by localize -e?

3. where do other languages take translation for 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]



[tools-issues] [Issue 77314] OOF680_m16: merging string lists strikes back

2007-05-13 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77314


User pjanik changed the following:

What|Old value |New value

  CC|'ihi' |'ihi,thing,vladoboss'

  Status|NEW   |RESOLVED

Priority|P1|P3

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sun May 13 20:55:07 + 
2007 ---
Answers:

1. SRC680_m212's localize already exports it.

2. they used SRC680's GSI files...

3. in OOF680, they don't at all.

This is invalid issue, mk, da and ku teams haven't updated their GSI file URLs 
for 2.2.1.


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



[tools-issues] [Issue 77314] OOF680_m16: merging string lists strikes back

2007-05-13 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77314


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun May 13 20:55:22 + 
2007 ---
Closing.


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