Re: lyx140cvs: internationalization

2005-10-16 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Thu, Oct 13, 2005 at 06:34:44PM +0200, Hartmut Haase wrote: | | - lyxerr \nlyx: SIGHUP signal caught\nBye. endl; | + lyxerr _(\nlyx: SIGHUP signal caught\nBye.) endl; | | Is the l12n effort worth it for these? | | -of

Re: lyx140cvs: internationalization

2005-10-16 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Oct 13, 2005 at 06:34:44PM +0200, Hartmut Haase wrote: | | > - lyxerr << "\nlyx: SIGHUP signal caught\nBye." << endl; | > + lyxerr << _("\nlyx: SIGHUP signal caught\nBye.") << endl; | | Is the l12n effort worth it for these? | | >

lyx140cvs: internationalization

2005-10-15 Thread Hartmut Haase
Here is a little patch for more internationalization. -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Das heutige Motto: Experience is what you get when you didn't get what you wanted. --- lyx_main.C.orig 2005-10-10 19:42:24.0 +0200 +++ lyx_main.C 2005-10-13

Re: lyx140cvs: internationalization

2005-10-15 Thread John Levon
On Thu, Oct 13, 2005 at 06:34:44PM +0200, Hartmut Haase wrote: - lyxerr \nlyx: SIGHUP signal caught\nBye. endl; + lyxerr _(\nlyx: SIGHUP signal caught\nBye.) endl; Is the l12n effort worth it for these? - of lyx_release_date endl; - lyxerr Built on

lyx140cvs: internationalization

2005-10-15 Thread Hartmut Haase
Here is a little patch for more internationalization. -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Das heutige Motto: Experience is what you get when you didn't get what you wanted. --- lyx_main.C.orig 2005-10-10 19:42:24.0 +0200 +++ lyx_main.C 2005-10-13

Re: lyx140cvs: internationalization

2005-10-15 Thread John Levon
On Thu, Oct 13, 2005 at 06:34:44PM +0200, Hartmut Haase wrote: > - lyxerr << "\nlyx: SIGHUP signal caught\nBye." << endl; > + lyxerr << _("\nlyx: SIGHUP signal caught\nBye.") << endl; Is the l12n effort worth it for these? > -<< " of " << lyx_release_date << endl;

Re: lyx140cvs, internationalization

2005-04-25 Thread Jean-Marc Lasgouttes
Hartmut == Hartmut Haase [EMAIL PROTECTED] writes: Hartmut Jean-Marc, what are we supposed to do with messages from Hartmut other programs that cannot be translated directly? E. g. if Hartmut ispell does not find the dictionary we raise an Alertbox with Hartmut the content Can't open

Re: lyx140cvs, internationalization

2005-04-25 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: Hartmut == Hartmut Haase [EMAIL PROTECTED] writes: Hartmut Jean-Marc, what are we supposed to do with messages from Hartmut other programs that cannot be translated directly? E. g. if Hartmut ispell does not find the dictionary we raise an Alertbox with

Re: lyx140cvs, internationalization

2005-04-25 Thread Jean-Marc Lasgouttes
> "Hartmut" == Hartmut Haase <[EMAIL PROTECTED]> writes: Hartmut> Jean-Marc, what are we supposed to do with messages from Hartmut> other programs that cannot be translated directly? E. g. if Hartmut> ispell does not find the dictionary we raise an Alertbox with Hartmut> the content "Can't

Re: lyx140cvs, internationalization

2005-04-25 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: "Hartmut" == Hartmut Haase <[EMAIL PROTECTED]> writes: Hartmut> Jean-Marc, what are we supposed to do with messages from Hartmut> other programs that cannot be translated directly? E. g. if Hartmut> ispell does not find the dictionary we raise an Alertbox

lyx140cvs, internationalization

2005-04-24 Thread Hartmut Haase
Jean-Marc, what are we supposed to do with messages from other programs that cannot be translated directly? E. g. if ispell does not find the dictionary we raise an Alertbox with the content Can't open /usr/lib/ispell/ngerman.hash or similar. The message comes from ispell itself. Are there

Re: lyx140cvs, internationalization

2005-04-24 Thread Michael Schmitt
Hartmut, what are we supposed to do with messages from other programs that cannot be translated directly? E. g. if ispell does not find the dictionary we raise an Alertbox with the content Can't open /usr/lib/ispell/ngerman.hash or similar. The message comes from ispell itself. Are there

lyx140cvs, internationalization

2005-04-24 Thread Hartmut Haase
Jean-Marc, what are we supposed to do with messages from other programs that cannot be translated directly? E. g. if ispell does not find the dictionary we raise an Alertbox with the content "Can't open /usr/lib/ispell/ngerman.hash" or similar. The message comes from ispell itself. Are there

Re: lyx140cvs, internationalization

2005-04-24 Thread Michael Schmitt
Hartmut, what are we supposed to do with messages from other programs that cannot be translated directly? E. g. if ispell does not find the dictionary we raise an Alertbox with the content "Can't open /usr/lib/ispell/ngerman.hash" or similar. The message comes from ispell itself. Are there