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?
|
| > -
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;
>
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 18:28:38.
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 wi
> "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 ope
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 examp
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 exa