what is CLI string and what isn't?

Danilo Šegan danilo at canonical.com
Fri Jul 10 10:44:38 UTC 2009


У пет, 10. 07 2009. у 12:08 +0200, David Planella пише:

> I guess the answer is that it is not easy to tell, and you must know the
> programs.

It's sometimes even impossible to tell.  For instance, a string might
appear in a library like GNU libc, which is not even a command line
program: it's a library.

Yet, this string might be used in both CLI programs and GUI programs.
There is no way anyone can easily determine if one particular string
from any particular CLI library/program is never used in any GUI
program.

Of course, a heuristic David suggests is usually more than good enough,
but once you find a string that is just reused in GUI app (i.e. I can
imagine Synaptic showing a lot of apt messages), you'd have to go and
translate it anyway if you want full UI translated.

Cheers,
Danilo






More information about the ubuntu-translators mailing list