procps/ps
Jim Warner 4fb48c0bdb ps: generalize help text logic, add related translator hints
This commit represents an experiment in nls help text support.

The word --help itself been made translatable along with the
help section names and their abbreviations.  Thus, the work of
the translators will ultimately alter program run-time behavior.

Perhaps someday all "long" options can behave in a similar way
which could offer a considerable benefit to other languages.
Instead of translationg just option descriptions, the long
forms of those options could also be transalated.

This commit also:
 . includes the section abbreviations in --help output
 . isolates all --help support in the ps/help.c module
 . provides (hopefully) meaningful Translator guidance
 . removes --help support from the ps/common.h header
 . removes --help support from the ps/parser.c module
 . eliminates tabs in line with the style of other ps modules
 . eliminates the need for the include/c.h header file
2012-01-04 08:58:53 +11:00
..
common.h ps: generalize help text logic, add related translator hints 2012-01-04 08:58:53 +11:00
COPYING ps: minor reformatting and trailing whitespace elimination 2012-01-04 08:58:53 +11:00
display.c ps: generalize help text logic, add related translator hints 2012-01-04 08:58:53 +11:00
global.c ps: generalize help text logic, add related translator hints 2012-01-04 08:58:53 +11:00
HACKING procps 010114 2002-02-01 22:47:29 +00:00
help.c ps: generalize help text logic, add related translator hints 2012-01-04 08:58:53 +11:00
Makefile.am Merge branch 'master' into nls 2011-12-26 09:11:27 +11:00
output.c ps: minor reformatting and trailing whitespace elimination 2012-01-04 08:58:53 +11:00
parser.c ps: generalize help text logic, add related translator hints 2012-01-04 08:58:53 +11:00
ps.1 ps: minor reformatting and trailing whitespace elimination 2012-01-04 08:58:53 +11:00
regression procps 010114 2002-02-01 22:47:29 +00:00
select.c ps: minor reformatting and trailing whitespace elimination 2012-01-04 08:58:53 +11:00
sortformat.c ps: minor reformatting and trailing whitespace elimination 2012-01-04 08:58:53 +11:00
stacktrace.c ps: exclude debugging only code from participation in nls support 2012-01-04 08:58:53 +11:00